Last updated on 2024-12-18 19:49:42 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
alphavantager | 13 | ||
anomalize | 13 | ||
correlationfunnel | 2 | 11 | |
modeltime | 13 | ||
modeltime.ensemble | 13 | ||
modeltime.resample | 2 | 11 | |
sweep | 5 | 8 | |
tidyquant | 7 | 5 | 1 |
timetk | 3 | 10 |
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘utils’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: OK: 13
Current CRAN status: OK: 13
Current CRAN status: NOTE: 2, OK: 11
Version: 0.2.3
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘crayon’ ‘dials’ ‘glue’ ‘parsnip’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: NOTE: 5, OK: 8
Version: 0.2.5
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
sw_sweep.Rd: tk_make_future_timeseries
tidiers_bats.Rd: bats, tbats
tidiers_ets.Rd: ets
tidiers_nnetar.Rd: nnetar
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64
Version: 0.2.5
Check: dependencies in R code
Result: NOTE
Namespaces in Imports field not imported from:
‘lubridate’ ‘tidyquant’ ‘tidyr’ ‘tidyverse’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc
Current CRAN status: ERROR: 7, NOTE: 5, OK: 1
Version: 1.0.9
Check: examples
Result: ERROR
Running examples in ‘tidyquant-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tq_performance
> ### Title: Computes a wide variety of summary performance metrics from
> ### stock or portfolio returns
> ### Aliases: tq_performance tq_performance_ tq_performance_fun_options
>
> ### ** Examples
>
> # Load libraries
> library(dplyr)
######################### Warning from 'xts' package ##########################
# #
# The dplyr lag() function breaks how base R's lag() function is supposed to #
# work, which breaks lag(my_xts). Calls to lag(my_xts) that you type or #
# source() into this session won't work correctly. #
# #
# Use stats::lag() to make sure you're not using dplyr::lag(), or you can add #
# conflictRules('dplyr', exclude = 'lag') to your .Rprofile to stop #
# dplyr from breaking base R's lag() function. #
# #
# Code in packages is not affected. It's protected by R's namespace mechanism #
# Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
# #
###############################################################################
Attaching package: ‘dplyr’
The following objects are masked from ‘package:xts’:
first, last
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> # Use FANG data set
>
> # Get returns for individual stock components grouped by symbol
> Ra <- FANG %>%
+ group_by(symbol) %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Ra")
>
> # Get returns for SP500 as baseline
> Rb <- "^GSPC" %>%
+ tq_get(get = "stock.prices",
+ from = "2010-01-01",
+ to = "2015-12-31") %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Rb")
>
> # Merge stock returns with baseline
> RaRb <- left_join(Ra, Rb, by = c("date" = "date"))
>
> ##### Performance Metrics #####
>
> # View options
> tq_performance_fun_options()
$table.funs
[1] "table.AnnualizedReturns" "table.Arbitrary"
[3] "table.Autocorrelation" "table.CAPM"
[5] "table.CaptureRatios" "table.Correlation"
[7] "table.Distributions" "table.DownsideRisk"
[9] "table.DownsideRiskRatio" "table.DrawdownsRatio"
[11] "table.HigherMoments" "table.InformationRatio"
[13] "table.RollingPeriods" "table.SFM"
[15] "table.SpecificRisk" "table.Stats"
[17] "table.TrailingPeriods" "table.UpDownRatios"
[19] "table.Variability"
$CAPM.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.beta.bear" "CAPM.beta.bull"
[5] "CAPM.CML" "CAPM.CML.slope" "CAPM.dynamic" "CAPM.epsilon"
[9] "CAPM.jensenAlpha" "CAPM.RiskPremium" "CAPM.SML.slope" "TimingRatio"
[13] "MarketTiming"
$SFM.funs
[1] "SFM.alpha" "SFM.beta" "SFM.CML" "SFM.CML.slope"
[5] "SFM.dynamic" "SFM.epsilon" "SFM.jensenAlpha"
$descriptive.funs
[1] "mean" "sd" "min" "max"
[5] "cor" "mean.geometric" "mean.stderr" "mean.LCL"
[9] "mean.UCL"
$annualized.funs
[1] "Return.annualized" "Return.annualized.excess"
[3] "sd.annualized" "SharpeRatio.annualized"
$VaR.funs
[1] "VaR" "ES" "ETL" "CDD" "CVaR"
$moment.funs
[1] "var" "cov" "skewness" "kurtosis"
[5] "CoVariance" "CoSkewness" "CoSkewnessMatrix" "CoKurtosis"
[9] "CoKurtosisMatrix" "M3.MM" "M4.MM" "BetaCoVariance"
[13] "BetaCoSkewness" "BetaCoKurtosis"
$drawdown.funs
[1] "AverageDrawdown" "AverageLength" "AverageRecovery"
[4] "DrawdownDeviation" "DrawdownPeak" "maxDrawdown"
$Bacon.risk.funs
[1] "MeanAbsoluteDeviation" "Frequency" "SharpeRatio"
[4] "MSquared" "MSquaredExcess" "HurstIndex"
$Bacon.regression.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.epsilon" "CAPM.jensenAlpha"
[5] "SystematicRisk" "SpecificRisk" "TotalRisk" "TreynorRatio"
[9] "AppraisalRatio" "FamaBeta" "Selectivity" "NetSelectivity"
$Bacon.relative.risk.funs
[1] "ActivePremium" "ActiveReturn" "TrackingError" "InformationRatio"
$Bacon.drawdown.funs
[1] "PainIndex" "PainRatio" "CalmarRatio" "SterlingRatio"
[5] "BurkeRatio" "MartinRatio" "UlcerIndex"
$Bacon.downside.risk.funs
[1] "DownsideDeviation" "DownsidePotential" "DownsideFrequency"
[4] "SemiDeviation" "SemiVariance" "UpsideRisk"
[7] "UpsidePotentialRatio" "UpsideFrequency" "BernardoLedoitRatio"
[10] "DRatio" "Omega" "OmegaSharpeRatio"
[13] "OmegaExcessReturn" "SortinoRatio" "M2Sortino"
[16] "Kappa" "VolatilitySkewness" "AdjustedSharpeRatio"
[19] "SkewnessKurtosisRatio" "ProspectRatio"
$misc.funs
[1] "KellyRatio" "Modigliani" "UpDownRatios"
>
> # Get performance metrics
> RaRb %>%
+ tq_performance(Ra = Ra, performance_fun = SharpeRatio, p = 0.95)
# A tibble: 4 × 5
# Groups: symbol [4]
symbol `ESSharpe(Rf=0%,p=95%)` SemiSDSharpe(Rf=0%,p=9…¹ StdDevSharpe(Rf=0%,p…²
<chr> <dbl> <dbl> <dbl>
1 META 0.193 0.424 0.345
2 AMZN 0.215 0.339 0.314
3 NFLX 0.199 0.438 0.355
4 GOOG 0.213 0.354 0.296
# ℹ abbreviated names: ¹`SemiSDSharpe(Rf=0%,p=95%)`,
# ²`StdDevSharpe(Rf=0%,p=95%)`
# ℹ 1 more variable: `VaRSharpe(Rf=0%,p=95%)` <dbl>
>
> RaRb %>%
+ tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
Error in `dplyr::mutate()`:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AMZN"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
Backtrace:
▆
1. ├─RaRb %>% tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
2. ├─tidyquant::tq_performance(., Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
3. │ ├─tidyquant::tq_performance_(...)
4. │ └─tidyquant:::tq_performance_.grouped_df(...)
5. │ └─... %>% dplyr::group_by_at(.vars = group_names)
6. ├─dplyr::group_by_at(., .vars = group_names)
7. │ └─dplyr:::manip_at(...)
8. │ └─dplyr:::tbl_at_syms(...)
9. │ └─dplyr:::tbl_at_vars(...)
10. │ └─dplyr::tbl_vars(tbl)
11. │ ├─dplyr:::new_sel_vars(tbl_vars_dispatch(x), group_vars(x))
12. │ │ └─base::structure(...)
13. │ └─dplyr:::tbl_vars_dispatch(x)
14. ├─tidyr::unnest(., cols = nested.col)
15. ├─dplyr::select(., -"data")
16. ├─dplyr::mutate(...)
17. ├─dplyr:::mutate.data.frame(...)
18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
19. │ ├─base::withCallingHandlers(...)
20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
21. │ └─mask$eval_all_mutate(quo)
22. │ └─dplyr (local) eval()
23. ├─purrr::map(...)
24. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
25. │ ├─purrr:::with_indexed_errors(...)
26. │ │ └─base::withCallingHandlers(...)
27. │ ├─purrr:::call_with_cleanup(...)
28. │ └─tidyquant (local) .f(.x[[i]], ...)
29. │ └─base::tryCatch(...)
30. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
31. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
32. │ └─value[[3L]](cond)
33. │ └─base::warning(e)
34. │ └─base::withRestarts(...)
35. │ └─base (local) withOneRestart(expr, restarts[[1L]])
36. │ └─base (local) doWithOneRestart(return(expr), restart)
37. └─purrr (local) `<fn>`(`<smplErrr>`)
38. └─cli::cli_abort(...)
39. └─rlang::abort(...)
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
coord_x_date 3.623 0.3 5.592
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/17s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ00-introduction-to-tidyquant_files/figure-html/unnamed-chunk-2-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 140120 bytes
Input file size = 140402 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
Output IDAT size = 115563 bytes (24557 bytes decrease)
Output file size = 115641 bytes (24761 bytes = 17.64% decrease)
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54393 bytes
Input file size = 54543 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
Output IDAT size = 45167 bytes (9226 bytes decrease)
Output file size = 45245 bytes (9298 bytes = 17.05% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 56818 bytes
Input file size = 56968 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
Output IDAT size = 48967 bytes (7851 bytes decrease)
Output file size = 49045 bytes (7923 bytes = 13.91% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 92075 bytes
Input file size = 92285 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
Output IDAT size = 73549 bytes (18526 bytes decrease)
Output file size = 73627 bytes (18658 bytes = 20.22% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 90570 bytes
Input file size = 90780 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
Output IDAT size = 70247 bytes (20323 bytes decrease)
Output file size = 70325 bytes (20455 bytes = 22.53% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 87417 bytes
Input file size = 87615 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70804
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70804
Output IDAT size = 70804 bytes (16613 bytes decrease)
Output file size = 70882 bytes (16733 bytes = 19.10% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 98682 bytes
Input file size = 98904 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
Output IDAT size = 76587 bytes (22095 bytes decrease)
Output file size = 76665 bytes (22239 bytes = 22.49% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 91055 bytes
Input file size = 91265 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
Output IDAT size = 71268 bytes (19787 bytes decrease)
Output file size = 71346 bytes (19919 bytes = 21.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-27-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 105610 bytes
Input file size = 105832 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90217
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90217
Output IDAT size = 90217 bytes (15393 bytes decrease)
Output file size = 90295 bytes (15537 bytes = 14.68% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-31-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61398 bytes
Input file size = 61560 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58316
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58316
Output IDAT size = 58316 bytes (3082 bytes decrease)
Output file size = 58394 bytes (3166 bytes = 5.14% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-32-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 112576 bytes
Input file size = 112810 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108369
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108369
Output IDAT size = 108369 bytes (4207 bytes decrease)
Output file size = 108447 bytes (4363 bytes = 3.87% decrease)
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 32422 bytes
Input file size = 32536 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
Output IDAT size = 27125 bytes (5297 bytes decrease)
Output file size = 27203 bytes (5333 bytes = 16.39% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 50747 bytes
Input file size = 50897 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45561
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45561
Output IDAT size = 45561 bytes (5186 bytes decrease)
Output file size = 45639 bytes (5258 bytes = 10.33% decrease)
--- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-6-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61990 bytes
Input file size = 62152 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
Output IDAT size = 58296 bytes (3694 bytes decrease)
Output file size = 58374 bytes (3778 bytes = 6.08% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-7-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 46906 bytes
Input file size = 47044 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
Output IDAT size = 42582 bytes (4324 bytes decrease)
Output file size = 42660 bytes (4384 bytes = 9.32% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-8-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28057 bytes
Input file size = 28171 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
Output IDAT size = 23925 bytes (4132 bytes decrease)
Output file size = 24003 bytes (4168 bytes = 14.80% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-9-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 29257 bytes
Input file size = 29371 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
Output IDAT size = 24948 bytes (4309 bytes decrease)
Output file size = 25026 bytes (4345 bytes = 14.79% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-10-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 40595 bytes
Input file size = 40721 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
Output IDAT size = 35290 bytes (5305 bytes decrease)
Output file size = 35368 bytes (5353 bytes = 13.15% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28111 bytes
Input file size = 28225 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
Output IDAT size = 23680 bytes (4431 bytes decrease)
Output file size = 23758 bytes (4467 bytes = 15.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-12-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28902 bytes
Input file size = 29016 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
Output IDAT size = 24275 bytes (4627 bytes decrease)
Output file size = 24353 bytes (4663 bytes = 16.07% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54684 bytes
Input file size = 54834 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
Output IDAT size = 45209 bytes (9475 bytes decrease)
Output file size = 45287 bytes (9547 bytes = 17.41% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-14-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66404 bytes
Input file size = 66578 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
Output IDAT size = 54621 bytes (11783 bytes decrease)
Output file size = 54699 bytes (11879 bytes = 17.84% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 51625 bytes
Input file size = 51775 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
Output IDAT size = 44130 bytes (7495 bytes decrease)
Output file size = 44208 bytes (7567 bytes = 14.62% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 52572 bytes
Input file size = 52722 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
Output IDAT size = 45998 bytes (6574 bytes decrease)
Output file size = 46076 bytes (6646 bytes = 12.61% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-17-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 77611 bytes
Input file size = 77797 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
Output IDAT size = 63774 bytes (13837 bytes decrease)
Output file size = 63852 bytes (13945 bytes = 17.92% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-18-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 67812 bytes
Input file size = 67986 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
Output IDAT size = 56056 bytes (11756 bytes decrease)
Output file size = 56134 bytes (11852 bytes = 17.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-19-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73897 bytes
Input file size = 74083 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
Output IDAT size = 59581 bytes (14316 bytes decrease)
Output file size = 59659 bytes (14424 bytes = 19.47% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 151861 bytes
Input file size = 152155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
Output IDAT size = 125651 bytes (26210 bytes decrease)
Output file size = 125729 bytes (26426 bytes = 17.37% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-21-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54225 bytes
Input file size = 54375 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
Output IDAT size = 45889 bytes (8336 bytes decrease)
Output file size = 45967 bytes (8408 bytes = 15.46% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 62336 bytes
Input file size = 62498 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
Output IDAT size = 54439 bytes (7897 bytes decrease)
Output file size = 54517 bytes (7981 bytes = 12.77% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-23-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 75563 bytes
Input file size = 75749 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
Output IDAT size = 64179 bytes (11384 bytes decrease)
Output file size = 64257 bytes (11492 bytes = 15.17% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-24-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 63804 bytes
Input file size = 63966 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 61841
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 61453
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
Output IDAT size = 61371 bytes (2433 bytes decrease)
Output file size = 61449 bytes (2517 bytes = 3.93% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 41936 bytes
Input file size = 42074 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
Output IDAT size = 39290 bytes (2646 bytes decrease)
Output file size = 39368 bytes (2706 bytes = 6.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-26-1.png
1200x900 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 149847 bytes
Input file size = 150141 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
Output IDAT size = 124608 bytes (25239 bytes decrease)
Output file size = 124686 bytes (25455 bytes = 16.95% decrease)
--- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following file failed:
‘TQ05-performance-analysis-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 1.0.9
Check: examples
Result: ERROR
Running examples in ‘tidyquant-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: tq_performance
> ### Title: Computes a wide variety of summary performance metrics from
> ### stock or portfolio returns
> ### Aliases: tq_performance tq_performance_ tq_performance_fun_options
>
> ### ** Examples
>
> # Load libraries
> library(dplyr)
######################### Warning from 'xts' package ##########################
# #
# The dplyr lag() function breaks how base R's lag() function is supposed to #
# work, which breaks lag(my_xts). Calls to lag(my_xts) that you type or #
# source() into this session won't work correctly. #
# #
# Use stats::lag() to make sure you're not using dplyr::lag(), or you can add #
# conflictRules('dplyr', exclude = 'lag') to your .Rprofile to stop #
# dplyr from breaking base R's lag() function. #
# #
# Code in packages is not affected. It's protected by R's namespace mechanism #
# Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
# #
###############################################################################
Attaching package: ‘dplyr’
The following objects are masked from ‘package:xts’:
first, last
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> # Use FANG data set
>
> # Get returns for individual stock components grouped by symbol
> Ra <- FANG %>%
+ group_by(symbol) %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Ra")
>
> # Get returns for SP500 as baseline
> Rb <- "^GSPC" %>%
+ tq_get(get = "stock.prices",
+ from = "2010-01-01",
+ to = "2015-12-31") %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Rb")
>
> # Merge stock returns with baseline
> RaRb <- left_join(Ra, Rb, by = c("date" = "date"))
>
> ##### Performance Metrics #####
>
> # View options
> tq_performance_fun_options()
$table.funs
[1] "table.AnnualizedReturns" "table.Arbitrary"
[3] "table.Autocorrelation" "table.CAPM"
[5] "table.CaptureRatios" "table.Correlation"
[7] "table.Distributions" "table.DownsideRisk"
[9] "table.DownsideRiskRatio" "table.DrawdownsRatio"
[11] "table.HigherMoments" "table.InformationRatio"
[13] "table.RollingPeriods" "table.SFM"
[15] "table.SpecificRisk" "table.Stats"
[17] "table.TrailingPeriods" "table.UpDownRatios"
[19] "table.Variability"
$CAPM.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.beta.bear" "CAPM.beta.bull"
[5] "CAPM.CML" "CAPM.CML.slope" "CAPM.dynamic" "CAPM.epsilon"
[9] "CAPM.jensenAlpha" "CAPM.RiskPremium" "CAPM.SML.slope" "TimingRatio"
[13] "MarketTiming"
$SFM.funs
[1] "SFM.alpha" "SFM.beta" "SFM.CML" "SFM.CML.slope"
[5] "SFM.dynamic" "SFM.epsilon" "SFM.jensenAlpha"
$descriptive.funs
[1] "mean" "sd" "min" "max"
[5] "cor" "mean.geometric" "mean.stderr" "mean.LCL"
[9] "mean.UCL"
$annualized.funs
[1] "Return.annualized" "Return.annualized.excess"
[3] "sd.annualized" "SharpeRatio.annualized"
$VaR.funs
[1] "VaR" "ES" "ETL" "CDD" "CVaR"
$moment.funs
[1] "var" "cov" "skewness" "kurtosis"
[5] "CoVariance" "CoSkewness" "CoSkewnessMatrix" "CoKurtosis"
[9] "CoKurtosisMatrix" "M3.MM" "M4.MM" "BetaCoVariance"
[13] "BetaCoSkewness" "BetaCoKurtosis"
$drawdown.funs
[1] "AverageDrawdown" "AverageLength" "AverageRecovery"
[4] "DrawdownDeviation" "DrawdownPeak" "maxDrawdown"
$Bacon.risk.funs
[1] "MeanAbsoluteDeviation" "Frequency" "SharpeRatio"
[4] "MSquared" "MSquaredExcess" "HurstIndex"
$Bacon.regression.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.epsilon" "CAPM.jensenAlpha"
[5] "SystematicRisk" "SpecificRisk" "TotalRisk" "TreynorRatio"
[9] "AppraisalRatio" "FamaBeta" "Selectivity" "NetSelectivity"
$Bacon.relative.risk.funs
[1] "ActivePremium" "ActiveReturn" "TrackingError" "InformationRatio"
$Bacon.drawdown.funs
[1] "PainIndex" "PainRatio" "CalmarRatio" "SterlingRatio"
[5] "BurkeRatio" "MartinRatio" "UlcerIndex"
$Bacon.downside.risk.funs
[1] "DownsideDeviation" "DownsidePotential" "DownsideFrequency"
[4] "SemiDeviation" "SemiVariance" "UpsideRisk"
[7] "UpsidePotentialRatio" "UpsideFrequency" "BernardoLedoitRatio"
[10] "DRatio" "Omega" "OmegaSharpeRatio"
[13] "OmegaExcessReturn" "SortinoRatio" "M2Sortino"
[16] "Kappa" "VolatilitySkewness" "AdjustedSharpeRatio"
[19] "SkewnessKurtosisRatio" "ProspectRatio"
$misc.funs
[1] "KellyRatio" "Modigliani" "UpDownRatios"
>
> # Get performance metrics
> RaRb %>%
+ tq_performance(Ra = Ra, performance_fun = SharpeRatio, p = 0.95)
# A tibble: 4 × 5
# Groups: symbol [4]
symbol `ESSharpe(Rf=0%,p=95%)` SemiSDSharpe(Rf=0%,p=9…¹ StdDevSharpe(Rf=0%,p…²
<chr> <dbl> <dbl> <dbl>
1 META 0.193 0.424 0.345
2 AMZN 0.215 0.339 0.314
3 NFLX 0.199 0.438 0.355
4 GOOG 0.213 0.354 0.296
# ℹ abbreviated names: ¹`SemiSDSharpe(Rf=0%,p=95%)`,
# ²`StdDevSharpe(Rf=0%,p=95%)`
# ℹ 1 more variable: `VaRSharpe(Rf=0%,p=95%)` <dbl>
>
> RaRb %>%
+ tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
Error in `dplyr::mutate()`:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AMZN"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
Backtrace:
▆
1. ├─RaRb %>% tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
2. ├─tidyquant::tq_performance(., Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
3. │ ├─tidyquant::tq_performance_(...)
4. │ └─tidyquant:::tq_performance_.grouped_df(...)
5. │ └─... %>% dplyr::group_by_at(.vars = group_names)
6. ├─dplyr::group_by_at(., .vars = group_names)
7. │ └─dplyr:::manip_at(...)
8. │ └─dplyr:::tbl_at_syms(...)
9. │ └─dplyr:::tbl_at_vars(...)
10. │ └─dplyr::tbl_vars(tbl)
11. │ ├─dplyr:::new_sel_vars(tbl_vars_dispatch(x), group_vars(x))
12. │ │ └─base::structure(...)
13. │ └─dplyr:::tbl_vars_dispatch(x)
14. ├─tidyr::unnest(., cols = nested.col)
15. ├─dplyr::select(., -"data")
16. ├─dplyr::mutate(...)
17. ├─dplyr:::mutate.data.frame(...)
18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
19. │ ├─base::withCallingHandlers(...)
20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
21. │ └─mask$eval_all_mutate(quo)
22. │ └─dplyr (local) eval()
23. ├─purrr::map(...)
24. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
25. │ ├─purrr:::with_indexed_errors(...)
26. │ │ └─base::withCallingHandlers(...)
27. │ ├─purrr:::call_with_cleanup(...)
28. │ └─tidyquant (local) .f(.x[[i]], ...)
29. │ └─base::tryCatch(...)
30. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
31. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
32. │ └─value[[3L]](cond)
33. │ └─base::warning(e)
34. │ └─base::withRestarts(...)
35. │ └─base (local) withOneRestart(expr, restarts[[1L]])
36. │ └─base (local) doWithOneRestart(return(expr), restart)
37. └─purrr (local) `<fn>`(`<smplErrr>`)
38. └─cli::cli_abort(...)
39. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/12s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ00-introduction-to-tidyquant_files/figure-html/unnamed-chunk-2-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 140120 bytes
Input file size = 140402 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
Output IDAT size = 115563 bytes (24557 bytes decrease)
Output file size = 115641 bytes (24761 bytes = 17.64% decrease)
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54393 bytes
Input file size = 54543 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
Output IDAT size = 45167 bytes (9226 bytes decrease)
Output file size = 45245 bytes (9298 bytes = 17.05% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 56818 bytes
Input file size = 56968 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
Output IDAT size = 48967 bytes (7851 bytes decrease)
Output file size = 49045 bytes (7923 bytes = 13.91% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 92075 bytes
Input file size = 92285 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
Output IDAT size = 73549 bytes (18526 bytes decrease)
Output file size = 73627 bytes (18658 bytes = 20.22% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 90570 bytes
Input file size = 90780 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
Output IDAT size = 70247 bytes (20323 bytes decrease)
Output file size = 70325 bytes (20455 bytes = 22.53% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 87392 bytes
Input file size = 87590 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70824
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70824
Output IDAT size = 70824 bytes (16568 bytes decrease)
Output file size = 70902 bytes (16688 bytes = 19.05% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 98682 bytes
Input file size = 98904 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
Output IDAT size = 76587 bytes (22095 bytes decrease)
Output file size = 76665 bytes (22239 bytes = 22.49% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 91055 bytes
Input file size = 91265 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
Output IDAT size = 71268 bytes (19787 bytes decrease)
Output file size = 71346 bytes (19919 bytes = 21.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-27-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 105686 bytes
Input file size = 105908 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90366
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90366
Output IDAT size = 90366 bytes (15320 bytes decrease)
Output file size = 90444 bytes (15464 bytes = 14.60% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-31-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61391 bytes
Input file size = 61553 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58305
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58305
Output IDAT size = 58305 bytes (3086 bytes decrease)
Output file size = 58383 bytes (3170 bytes = 5.15% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-32-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 112615 bytes
Input file size = 112849 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108372
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108372
Output IDAT size = 108372 bytes (4243 bytes decrease)
Output file size = 108450 bytes (4399 bytes = 3.90% decrease)
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 32422 bytes
Input file size = 32536 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
Output IDAT size = 27125 bytes (5297 bytes decrease)
Output file size = 27203 bytes (5333 bytes = 16.39% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 50750 bytes
Input file size = 50900 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45559
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45559
Output IDAT size = 45559 bytes (5191 bytes decrease)
Output file size = 45637 bytes (5263 bytes = 10.34% decrease)
--- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-6-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61990 bytes
Input file size = 62152 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
Output IDAT size = 58296 bytes (3694 bytes decrease)
Output file size = 58374 bytes (3778 bytes = 6.08% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-7-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 46906 bytes
Input file size = 47044 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
Output IDAT size = 42582 bytes (4324 bytes decrease)
Output file size = 42660 bytes (4384 bytes = 9.32% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-8-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28057 bytes
Input file size = 28171 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
Output IDAT size = 23925 bytes (4132 bytes decrease)
Output file size = 24003 bytes (4168 bytes = 14.80% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-9-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 29257 bytes
Input file size = 29371 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
Output IDAT size = 24948 bytes (4309 bytes decrease)
Output file size = 25026 bytes (4345 bytes = 14.79% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-10-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 40595 bytes
Input file size = 40721 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
Output IDAT size = 35290 bytes (5305 bytes decrease)
Output file size = 35368 bytes (5353 bytes = 13.15% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28111 bytes
Input file size = 28225 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
Output IDAT size = 23680 bytes (4431 bytes decrease)
Output file size = 23758 bytes (4467 bytes = 15.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-12-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28902 bytes
Input file size = 29016 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
Output IDAT size = 24275 bytes (4627 bytes decrease)
Output file size = 24353 bytes (4663 bytes = 16.07% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54684 bytes
Input file size = 54834 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
Output IDAT size = 45209 bytes (9475 bytes decrease)
Output file size = 45287 bytes (9547 bytes = 17.41% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-14-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66404 bytes
Input file size = 66578 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
Output IDAT size = 54621 bytes (11783 bytes decrease)
Output file size = 54699 bytes (11879 bytes = 17.84% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 51625 bytes
Input file size = 51775 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
Output IDAT size = 44130 bytes (7495 bytes decrease)
Output file size = 44208 bytes (7567 bytes = 14.62% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 52572 bytes
Input file size = 52722 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
Output IDAT size = 45998 bytes (6574 bytes decrease)
Output file size = 46076 bytes (6646 bytes = 12.61% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-17-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 77611 bytes
Input file size = 77797 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
Output IDAT size = 63774 bytes (13837 bytes decrease)
Output file size = 63852 bytes (13945 bytes = 17.92% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-18-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 67812 bytes
Input file size = 67986 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
Output IDAT size = 56056 bytes (11756 bytes decrease)
Output file size = 56134 bytes (11852 bytes = 17.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-19-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73897 bytes
Input file size = 74083 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
Output IDAT size = 59581 bytes (14316 bytes decrease)
Output file size = 59659 bytes (14424 bytes = 19.47% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 151861 bytes
Input file size = 152155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
Output IDAT size = 125651 bytes (26210 bytes decrease)
Output file size = 125729 bytes (26426 bytes = 17.37% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-21-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54225 bytes
Input file size = 54375 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
Output IDAT size = 45889 bytes (8336 bytes decrease)
Output file size = 45967 bytes (8408 bytes = 15.46% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 62336 bytes
Input file size = 62498 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
Output IDAT size = 54439 bytes (7897 bytes decrease)
Output file size = 54517 bytes (7981 bytes = 12.77% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-23-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 75563 bytes
Input file size = 75749 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
Output IDAT size = 64179 bytes (11384 bytes decrease)
Output file size = 64257 bytes (11492 bytes = 15.17% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-24-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 63804 bytes
Input file size = 63966 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 61841
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 61453
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
Output IDAT size = 61371 bytes (2433 bytes decrease)
Output file size = 61449 bytes (2517 bytes = 3.93% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 41936 bytes
Input file size = 42074 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
Output IDAT size = 39290 bytes (2646 bytes decrease)
Output file size = 39368 bytes (2706 bytes = 6.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-26-1.png
1200x900 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 149847 bytes
Input file size = 150141 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
Output IDAT size = 124608 bytes (25239 bytes decrease)
Output file size = 124686 bytes (25455 bytes = 16.95% decrease)
--- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following file failed:
‘TQ05-performance-analysis-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.9
Check: examples
Result: ERROR
Running examples in ‘tidyquant-Ex.R’ failed
The error most likely occurred in:
> ### Name: tq_performance
> ### Title: Computes a wide variety of summary performance metrics from
> ### stock or portfolio returns
> ### Aliases: tq_performance tq_performance_ tq_performance_fun_options
>
> ### ** Examples
>
> # Load libraries
> library(dplyr)
######################### Warning from 'xts' package ##########################
# #
# The dplyr lag() function breaks how base R's lag() function is supposed to #
# work, which breaks lag(my_xts). Calls to lag(my_xts) that you type or #
# source() into this session won't work correctly. #
# #
# Use stats::lag() to make sure you're not using dplyr::lag(), or you can add #
# conflictRules('dplyr', exclude = 'lag') to your .Rprofile to stop #
# dplyr from breaking base R's lag() function. #
# #
# Code in packages is not affected. It's protected by R's namespace mechanism #
# Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
# #
###############################################################################
Attaching package: ‘dplyr’
The following objects are masked from ‘package:xts’:
first, last
The following objects are masked from ‘package:stats’:
filter, lag
The following objects are masked from ‘package:base’:
intersect, setdiff, setequal, union
>
> # Use FANG data set
>
> # Get returns for individual stock components grouped by symbol
> Ra <- FANG %>%
+ group_by(symbol) %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Ra")
>
> # Get returns for SP500 as baseline
> Rb <- "^GSPC" %>%
+ tq_get(get = "stock.prices",
+ from = "2010-01-01",
+ to = "2015-12-31") %>%
+ tq_transmute(adjusted, periodReturn, period = "monthly", col_rename = "Rb")
>
> # Merge stock returns with baseline
> RaRb <- left_join(Ra, Rb, by = c("date" = "date"))
>
> ##### Performance Metrics #####
>
> # View options
> tq_performance_fun_options()
$table.funs
[1] "table.AnnualizedReturns" "table.Arbitrary"
[3] "table.Autocorrelation" "table.CAPM"
[5] "table.CaptureRatios" "table.Correlation"
[7] "table.Distributions" "table.DownsideRisk"
[9] "table.DownsideRiskRatio" "table.DrawdownsRatio"
[11] "table.HigherMoments" "table.InformationRatio"
[13] "table.RollingPeriods" "table.SFM"
[15] "table.SpecificRisk" "table.Stats"
[17] "table.TrailingPeriods" "table.UpDownRatios"
[19] "table.Variability"
$CAPM.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.beta.bear" "CAPM.beta.bull"
[5] "CAPM.CML" "CAPM.CML.slope" "CAPM.dynamic" "CAPM.epsilon"
[9] "CAPM.jensenAlpha" "CAPM.RiskPremium" "CAPM.SML.slope" "TimingRatio"
[13] "MarketTiming"
$SFM.funs
[1] "SFM.alpha" "SFM.beta" "SFM.CML" "SFM.CML.slope"
[5] "SFM.dynamic" "SFM.epsilon" "SFM.jensenAlpha"
$descriptive.funs
[1] "mean" "sd" "min" "max"
[5] "cor" "mean.geometric" "mean.stderr" "mean.LCL"
[9] "mean.UCL"
$annualized.funs
[1] "Return.annualized" "Return.annualized.excess"
[3] "sd.annualized" "SharpeRatio.annualized"
$VaR.funs
[1] "VaR" "ES" "ETL" "CDD" "CVaR"
$moment.funs
[1] "var" "cov" "skewness" "kurtosis"
[5] "CoVariance" "CoSkewness" "CoSkewnessMatrix" "CoKurtosis"
[9] "CoKurtosisMatrix" "M3.MM" "M4.MM" "BetaCoVariance"
[13] "BetaCoSkewness" "BetaCoKurtosis"
$drawdown.funs
[1] "AverageDrawdown" "AverageLength" "AverageRecovery"
[4] "DrawdownDeviation" "DrawdownPeak" "maxDrawdown"
$Bacon.risk.funs
[1] "MeanAbsoluteDeviation" "Frequency" "SharpeRatio"
[4] "MSquared" "MSquaredExcess" "HurstIndex"
$Bacon.regression.funs
[1] "CAPM.alpha" "CAPM.beta" "CAPM.epsilon" "CAPM.jensenAlpha"
[5] "SystematicRisk" "SpecificRisk" "TotalRisk" "TreynorRatio"
[9] "AppraisalRatio" "FamaBeta" "Selectivity" "NetSelectivity"
$Bacon.relative.risk.funs
[1] "ActivePremium" "ActiveReturn" "TrackingError" "InformationRatio"
$Bacon.drawdown.funs
[1] "PainIndex" "PainRatio" "CalmarRatio" "SterlingRatio"
[5] "BurkeRatio" "MartinRatio" "UlcerIndex"
$Bacon.downside.risk.funs
[1] "DownsideDeviation" "DownsidePotential" "DownsideFrequency"
[4] "SemiDeviation" "SemiVariance" "UpsideRisk"
[7] "UpsidePotentialRatio" "UpsideFrequency" "BernardoLedoitRatio"
[10] "DRatio" "Omega" "OmegaSharpeRatio"
[13] "OmegaExcessReturn" "SortinoRatio" "M2Sortino"
[16] "Kappa" "VolatilitySkewness" "AdjustedSharpeRatio"
[19] "SkewnessKurtosisRatio" "ProspectRatio"
$misc.funs
[1] "KellyRatio" "Modigliani" "UpDownRatios"
>
> # Get performance metrics
> RaRb %>%
+ tq_performance(Ra = Ra, performance_fun = SharpeRatio, p = 0.95)
# A tibble: 4 × 5
# Groups: symbol [4]
symbol `ESSharpe(Rf=0%,p=95%)` SemiSDSharpe(Rf=0%,p=9…¹ StdDevSharpe(Rf=0%,p…²
<chr> <dbl> <dbl> <dbl>
1 META 0.193 0.424 0.345
2 AMZN 0.215 0.339 0.314
3 NFLX 0.199 0.438 0.355
4 GOOG 0.213 0.354 0.296
# ℹ abbreviated names: ¹`SemiSDSharpe(Rf=0%,p=95%)`,
# ²`StdDevSharpe(Rf=0%,p=95%)`
# ℹ 1 more variable: `VaRSharpe(Rf=0%,p=95%)` <dbl>
>
> RaRb %>%
+ tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
Error in `dplyr::mutate()`:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AMZN"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
Backtrace:
▆
1. ├─RaRb %>% tq_performance(Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
2. ├─tidyquant::tq_performance(., Ra = Ra, Rb = Rb, performance_fun = table.CAPM)
3. │ ├─tidyquant::tq_performance_(...)
4. │ └─tidyquant:::tq_performance_.grouped_df(...)
5. │ └─... %>% dplyr::group_by_at(.vars = group_names)
6. ├─dplyr::group_by_at(., .vars = group_names)
7. │ └─dplyr:::manip_at(...)
8. │ └─dplyr:::tbl_at_syms(...)
9. │ └─dplyr:::tbl_at_vars(...)
10. │ └─dplyr::tbl_vars(tbl)
11. │ ├─dplyr:::new_sel_vars(tbl_vars_dispatch(x), group_vars(x))
12. │ │ └─base::structure(...)
13. │ └─dplyr:::tbl_vars_dispatch(x)
14. ├─tidyr::unnest(., cols = nested.col)
15. ├─dplyr::select(., -"data")
16. ├─dplyr::mutate(...)
17. ├─dplyr:::mutate.data.frame(...)
18. │ └─dplyr:::mutate_cols(.data, dplyr_quosures(...), by)
19. │ ├─base::withCallingHandlers(...)
20. │ └─dplyr:::mutate_col(dots[[i]], data, mask, new_columns)
21. │ └─mask$eval_all_mutate(quo)
22. │ └─dplyr (local) eval()
23. ├─purrr::map(...)
24. │ └─purrr:::map_("list", .x, .f, ..., .progress = .progress)
25. │ ├─purrr:::with_indexed_errors(...)
26. │ │ └─base::withCallingHandlers(...)
27. │ ├─purrr:::call_with_cleanup(...)
28. │ └─tidyquant (local) .f(.x[[i]], ...)
29. │ └─base::tryCatch(...)
30. │ └─base (local) tryCatchList(expr, classes, parentenv, handlers)
31. │ └─base (local) tryCatchOne(expr, names, parentenv, handlers[[1L]])
32. │ └─value[[3L]](cond)
33. │ └─base::warning(e)
34. │ └─base::withRestarts(...)
35. │ └─base (local) withOneRestart(expr, restarts[[1L]])
36. │ └─base (local) doWithOneRestart(return(expr), restart)
37. └─purrr (local) `<fn>`(`<smplErrr>`)
38. └─cli::cli_abort(...)
39. └─rlang::abort(...)
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [14s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ00-introduction-to-tidyquant_files/figure-html/unnamed-chunk-2-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 140120 bytes
Input file size = 140402 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
Output IDAT size = 115563 bytes (24557 bytes decrease)
Output file size = 115641 bytes (24761 bytes = 17.64% decrease)
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54393 bytes
Input file size = 54543 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
Output IDAT size = 45167 bytes (9226 bytes decrease)
Output file size = 45245 bytes (9298 bytes = 17.05% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 56826 bytes
Input file size = 56976 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48958
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48958
Output IDAT size = 48958 bytes (7868 bytes decrease)
Output file size = 49036 bytes (7940 bytes = 13.94% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 92137 bytes
Input file size = 92347 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73538
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73538
Output IDAT size = 73538 bytes (18599 bytes decrease)
Output file size = 73616 bytes (18731 bytes = 20.28% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 90568 bytes
Input file size = 90778 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70256
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70256
Output IDAT size = 70256 bytes (20312 bytes decrease)
Output file size = 70334 bytes (20444 bytes = 22.52% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 87420 bytes
Input file size = 87618 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70813
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70813
Output IDAT size = 70813 bytes (16607 bytes decrease)
Output file size = 70891 bytes (16727 bytes = 19.09% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 98696 bytes
Input file size = 98918 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76588
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76588
Output IDAT size = 76588 bytes (22108 bytes decrease)
Output file size = 76666 bytes (22252 bytes = 22.50% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 91055 bytes
Input file size = 91265 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
Output IDAT size = 71268 bytes (19787 bytes decrease)
Output file size = 71346 bytes (19919 bytes = 21.83% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-27-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 105635 bytes
Input file size = 105857 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90231
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90231
Output IDAT size = 90231 bytes (15404 bytes decrease)
Output file size = 90309 bytes (15548 bytes = 14.69% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-31-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61350 bytes
Input file size = 61512 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58257
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58257
Output IDAT size = 58257 bytes (3093 bytes decrease)
Output file size = 58335 bytes (3177 bytes = 5.16% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-32-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 112631 bytes
Input file size = 112865 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108376
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108376
Output IDAT size = 108376 bytes (4255 bytes decrease)
Output file size = 108454 bytes (4411 bytes = 3.91% decrease)
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 32422 bytes
Input file size = 32536 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
Output IDAT size = 27125 bytes (5297 bytes decrease)
Output file size = 27203 bytes (5333 bytes = 16.39% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 50789 bytes
Input file size = 50939 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45648
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45648
Output IDAT size = 45648 bytes (5141 bytes decrease)
Output file size = 45726 bytes (5213 bytes = 10.23% decrease)
--- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-6-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61962 bytes
Input file size = 62124 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58295
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58295
Output IDAT size = 58295 bytes (3667 bytes decrease)
Output file size = 58373 bytes (3751 bytes = 6.04% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-7-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 46906 bytes
Input file size = 47044 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
Output IDAT size = 42582 bytes (4324 bytes decrease)
Output file size = 42660 bytes (4384 bytes = 9.32% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-8-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28057 bytes
Input file size = 28171 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
Output IDAT size = 23925 bytes (4132 bytes decrease)
Output file size = 24003 bytes (4168 bytes = 14.80% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-9-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 29257 bytes
Input file size = 29371 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
Output IDAT size = 24948 bytes (4309 bytes decrease)
Output file size = 25026 bytes (4345 bytes = 14.79% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-10-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 40595 bytes
Input file size = 40721 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
Output IDAT size = 35290 bytes (5305 bytes decrease)
Output file size = 35368 bytes (5353 bytes = 13.15% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28111 bytes
Input file size = 28225 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
Output IDAT size = 23680 bytes (4431 bytes decrease)
Output file size = 23758 bytes (4467 bytes = 15.83% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-12-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28902 bytes
Input file size = 29016 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
Output IDAT size = 24275 bytes (4627 bytes decrease)
Output file size = 24353 bytes (4663 bytes = 16.07% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54684 bytes
Input file size = 54834 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
Output IDAT size = 45209 bytes (9475 bytes decrease)
Output file size = 45287 bytes (9547 bytes = 17.41% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-14-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66404 bytes
Input file size = 66578 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
Output IDAT size = 54621 bytes (11783 bytes decrease)
Output file size = 54699 bytes (11879 bytes = 17.84% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 51625 bytes
Input file size = 51775 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
Output IDAT size = 44130 bytes (7495 bytes decrease)
Output file size = 44208 bytes (7567 bytes = 14.62% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 52572 bytes
Input file size = 52722 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
Output IDAT size = 45998 bytes (6574 bytes decrease)
Output file size = 46076 bytes (6646 bytes = 12.61% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-17-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 77611 bytes
Input file size = 77797 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
Output IDAT size = 63774 bytes (13837 bytes decrease)
Output file size = 63852 bytes (13945 bytes = 17.92% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-18-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 67812 bytes
Input file size = 67986 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
Output IDAT size = 56056 bytes (11756 bytes decrease)
Output file size = 56134 bytes (11852 bytes = 17.43% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-19-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73897 bytes
Input file size = 74083 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
Output IDAT size = 59581 bytes (14316 bytes decrease)
Output file size = 59659 bytes (14424 bytes = 19.47% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 151861 bytes
Input file size = 152155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
Output IDAT size = 125651 bytes (26210 bytes decrease)
Output file size = 125729 bytes (26426 bytes = 17.37% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-21-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54241 bytes
Input file size = 54391 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45898
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45898
Output IDAT size = 45898 bytes (8343 bytes decrease)
Output file size = 45976 bytes (8415 bytes = 15.47% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 62326 bytes
Input file size = 62488 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54450
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54450
Output IDAT size = 54450 bytes (7876 bytes decrease)
Output file size = 54528 bytes (7960 bytes = 12.74% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-23-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 75570 bytes
Input file size = 75756 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64210
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64210
Output IDAT size = 64210 bytes (11360 bytes decrease)
Output file size = 64288 bytes (11468 bytes = 15.14% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-24-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 63804 bytes
Input file size = 63966 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 61844
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 61456
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
Output IDAT size = 61371 bytes (2433 bytes decrease)
Output file size = 61449 bytes (2517 bytes = 3.93% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 41938 bytes
Input file size = 42076 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
Output IDAT size = 39290 bytes (2648 bytes decrease)
Output file size = 39368 bytes (2708 bytes = 6.44% decrease)
** Processing: /data/gannet/ripley/R/packages/tests-clang/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-26-1.png
1200x900 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 149861 bytes
Input file size = 150155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124621
Output IDAT size = 124621 bytes (25240 bytes decrease)
Output file size = 124699 bytes (25456 bytes = 16.95% decrease)
--- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following file failed:
‘TQ05-performance-analysis-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.9
Check: tests
Result: ERROR
Running 'testthat.R' [15s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 60 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
• On Windows (1): 'test-index_tq_exchange.R:32:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 60 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building 'TQ00-introduction-to-tidyquant.Rmd' using rmarkdown
--- finished re-building 'TQ00-introduction-to-tidyquant.Rmd'
--- re-building 'TQ01-core-functions-in-tidyquant.Rmd' using rmarkdown
--- finished re-building 'TQ01-core-functions-in-tidyquant.Rmd'
--- re-building 'TQ02-quant-integrations-in-tidyquant.Rmd' using rmarkdown
--- finished re-building 'TQ02-quant-integrations-in-tidyquant.Rmd'
--- re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd' using rmarkdown
--- finished re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd'
--- re-building 'TQ04-charting-with-tidyquant.Rmd' using rmarkdown
--- finished re-building 'TQ04-charting-with-tidyquant.Rmd'
--- re-building 'TQ05-performance-analysis-with-tidyquant.Rmd' using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building 'TQ05-performance-analysis-with-tidyquant.Rmd'
--- re-building 'TQ06-excel-in-r.Rmd' using rmarkdown
--- finished re-building 'TQ06-excel-in-r.Rmd'
SUMMARY: processing the following file failed:
'TQ05-performance-analysis-with-tidyquant.Rmd'
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-windows-x86_64, r-oldrel-windows-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [11s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
Error: Test failures
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ00-introduction-to-tidyquant_files/figure-html/unnamed-chunk-2-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 140120 bytes
Input file size = 140402 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
Output IDAT size = 115563 bytes (24557 bytes decrease)
Output file size = 115641 bytes (24761 bytes = 17.64% decrease)
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54393 bytes
Input file size = 54543 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
Output IDAT size = 45167 bytes (9226 bytes decrease)
Output file size = 45245 bytes (9298 bytes = 17.05% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 56818 bytes
Input file size = 56968 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
Output IDAT size = 48967 bytes (7851 bytes decrease)
Output file size = 49045 bytes (7923 bytes = 13.91% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 92075 bytes
Input file size = 92285 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
Output IDAT size = 73549 bytes (18526 bytes decrease)
Output file size = 73627 bytes (18658 bytes = 20.22% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 90570 bytes
Input file size = 90780 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
Output IDAT size = 70247 bytes (20323 bytes decrease)
Output file size = 70325 bytes (20455 bytes = 22.53% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 87478 bytes
Input file size = 87676 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70818
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70818
Output IDAT size = 70818 bytes (16660 bytes decrease)
Output file size = 70896 bytes (16780 bytes = 19.14% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 98682 bytes
Input file size = 98904 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
Output IDAT size = 76587 bytes (22095 bytes decrease)
Output file size = 76665 bytes (22239 bytes = 22.49% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 91055 bytes
Input file size = 91265 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
Output IDAT size = 71268 bytes (19787 bytes decrease)
Output file size = 71346 bytes (19919 bytes = 21.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-27-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 105696 bytes
Input file size = 105918 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90390
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90390
Output IDAT size = 90390 bytes (15306 bytes decrease)
Output file size = 90468 bytes (15450 bytes = 14.59% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-31-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61317 bytes
Input file size = 61479 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58245
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58245
Output IDAT size = 58245 bytes (3072 bytes decrease)
Output file size = 58323 bytes (3156 bytes = 5.13% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-32-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 112602 bytes
Input file size = 112836 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108362
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108362
Output IDAT size = 108362 bytes (4240 bytes decrease)
Output file size = 108440 bytes (4396 bytes = 3.90% decrease)
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 32422 bytes
Input file size = 32536 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
Output IDAT size = 27125 bytes (5297 bytes decrease)
Output file size = 27203 bytes (5333 bytes = 16.39% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 50785 bytes
Input file size = 50935 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45647
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45647
Output IDAT size = 45647 bytes (5138 bytes decrease)
Output file size = 45725 bytes (5210 bytes = 10.23% decrease)
--- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-6-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61990 bytes
Input file size = 62152 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
Output IDAT size = 58296 bytes (3694 bytes decrease)
Output file size = 58374 bytes (3778 bytes = 6.08% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-7-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 46906 bytes
Input file size = 47044 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
Output IDAT size = 42582 bytes (4324 bytes decrease)
Output file size = 42660 bytes (4384 bytes = 9.32% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-8-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28057 bytes
Input file size = 28171 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
Output IDAT size = 23925 bytes (4132 bytes decrease)
Output file size = 24003 bytes (4168 bytes = 14.80% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-9-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 29257 bytes
Input file size = 29371 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
Output IDAT size = 24948 bytes (4309 bytes decrease)
Output file size = 25026 bytes (4345 bytes = 14.79% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-10-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 40595 bytes
Input file size = 40721 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
Output IDAT size = 35290 bytes (5305 bytes decrease)
Output file size = 35368 bytes (5353 bytes = 13.15% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28111 bytes
Input file size = 28225 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
Output IDAT size = 23680 bytes (4431 bytes decrease)
Output file size = 23758 bytes (4467 bytes = 15.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-12-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28902 bytes
Input file size = 29016 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
Output IDAT size = 24275 bytes (4627 bytes decrease)
Output file size = 24353 bytes (4663 bytes = 16.07% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54684 bytes
Input file size = 54834 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
Output IDAT size = 45209 bytes (9475 bytes decrease)
Output file size = 45287 bytes (9547 bytes = 17.41% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-14-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66404 bytes
Input file size = 66578 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
Output IDAT size = 54621 bytes (11783 bytes decrease)
Output file size = 54699 bytes (11879 bytes = 17.84% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 51625 bytes
Input file size = 51775 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
Output IDAT size = 44130 bytes (7495 bytes decrease)
Output file size = 44208 bytes (7567 bytes = 14.62% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 52572 bytes
Input file size = 52722 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
Output IDAT size = 45998 bytes (6574 bytes decrease)
Output file size = 46076 bytes (6646 bytes = 12.61% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-17-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 77611 bytes
Input file size = 77797 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
Output IDAT size = 63774 bytes (13837 bytes decrease)
Output file size = 63852 bytes (13945 bytes = 17.92% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-18-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 67812 bytes
Input file size = 67986 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
Output IDAT size = 56056 bytes (11756 bytes decrease)
Output file size = 56134 bytes (11852 bytes = 17.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-19-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73897 bytes
Input file size = 74083 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
Output IDAT size = 59581 bytes (14316 bytes decrease)
Output file size = 59659 bytes (14424 bytes = 19.47% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 151861 bytes
Input file size = 152155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
Output IDAT size = 125651 bytes (26210 bytes decrease)
Output file size = 125729 bytes (26426 bytes = 17.37% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-21-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54225 bytes
Input file size = 54375 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
Output IDAT size = 45889 bytes (8336 bytes decrease)
Output file size = 45967 bytes (8408 bytes = 15.46% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 62336 bytes
Input file size = 62498 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
Output IDAT size = 54439 bytes (7897 bytes decrease)
Output file size = 54517 bytes (7981 bytes = 12.77% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-23-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 75563 bytes
Input file size = 75749 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
Output IDAT size = 64179 bytes (11384 bytes decrease)
Output file size = 64257 bytes (11492 bytes = 15.17% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-24-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 63804 bytes
Input file size = 63966 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 61841
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 61453
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
Output IDAT size = 61371 bytes (2433 bytes decrease)
Output file size = 61449 bytes (2517 bytes = 3.93% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 41936 bytes
Input file size = 42074 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
Output IDAT size = 39290 bytes (2646 bytes decrease)
Output file size = 39368 bytes (2706 bytes = 6.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-26-1.png
1200x900 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 149847 bytes
Input file size = 150141 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
Output IDAT size = 124608 bytes (25239 bytes decrease)
Output file size = 124686 bytes (25455 bytes = 16.95% decrease)
--- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following file failed:
‘TQ05-performance-analysis-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-linux-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running ‘testthat.R’ [10s/16s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
══ Skipped tests (4) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 4 | PASS 61 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.9
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ00-introduction-to-tidyquant_files/figure-html/unnamed-chunk-2-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 140120 bytes
Input file size = 140402 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 115563
Output IDAT size = 115563 bytes (24557 bytes decrease)
Output file size = 115641 bytes (24761 bytes = 17.64% decrease)
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54393 bytes
Input file size = 54543 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45167
Output IDAT size = 45167 bytes (9226 bytes decrease)
Output file size = 45245 bytes (9298 bytes = 17.05% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 56818 bytes
Input file size = 56968 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 48967
Output IDAT size = 48967 bytes (7851 bytes decrease)
Output file size = 49045 bytes (7923 bytes = 13.91% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 92075 bytes
Input file size = 92285 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 73549
Output IDAT size = 73549 bytes (18526 bytes decrease)
Output file size = 73627 bytes (18658 bytes = 20.22% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 90570 bytes
Input file size = 90780 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70247
Output IDAT size = 70247 bytes (20323 bytes decrease)
Output file size = 70325 bytes (20455 bytes = 22.53% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 87433 bytes
Input file size = 87631 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70815
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 70815
Output IDAT size = 70815 bytes (16618 bytes decrease)
Output file size = 70893 bytes (16738 bytes = 19.10% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 98682 bytes
Input file size = 98904 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 76587
Output IDAT size = 76587 bytes (22095 bytes decrease)
Output file size = 76665 bytes (22239 bytes = 22.49% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 91055 bytes
Input file size = 91265 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 71268
Output IDAT size = 71268 bytes (19787 bytes decrease)
Output file size = 71346 bytes (19919 bytes = 21.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-27-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 105677 bytes
Input file size = 105899 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90371
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 90371
Output IDAT size = 90371 bytes (15306 bytes decrease)
Output file size = 90449 bytes (15450 bytes = 14.59% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-31-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61354 bytes
Input file size = 61516 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58310
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 58310
Output IDAT size = 58310 bytes (3044 bytes decrease)
Output file size = 58388 bytes (3128 bytes = 5.08% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ02-quant-integrations-in-tidyquant_files/figure-html/unnamed-chunk-32-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 112619 bytes
Input file size = 112853 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108396
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 108396
Output IDAT size = 108396 bytes (4223 bytes decrease)
Output file size = 108474 bytes (4379 bytes = 3.88% decrease)
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 32422 bytes
Input file size = 32536 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 27125
Output IDAT size = 27125 bytes (5297 bytes decrease)
Output file size = 27203 bytes (5333 bytes = 16.39% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ03-scaling-and-modeling-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 50789 bytes
Input file size = 50939 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45648
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45648
Output IDAT size = 45648 bytes (5141 bytes decrease)
Output file size = 45726 bytes (5213 bytes = 10.23% decrease)
--- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-6-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 61990 bytes
Input file size = 62152 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 58296
Output IDAT size = 58296 bytes (3694 bytes decrease)
Output file size = 58374 bytes (3778 bytes = 6.08% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-7-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 46906 bytes
Input file size = 47044 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 42582
Output IDAT size = 42582 bytes (4324 bytes decrease)
Output file size = 42660 bytes (4384 bytes = 9.32% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-8-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28057 bytes
Input file size = 28171 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23925
Output IDAT size = 23925 bytes (4132 bytes decrease)
Output file size = 24003 bytes (4168 bytes = 14.80% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-9-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 29257 bytes
Input file size = 29371 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24948
Output IDAT size = 24948 bytes (4309 bytes decrease)
Output file size = 25026 bytes (4345 bytes = 14.79% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-10-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 40595 bytes
Input file size = 40721 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 35290
Output IDAT size = 35290 bytes (5305 bytes decrease)
Output file size = 35368 bytes (5353 bytes = 13.15% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-11-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28111 bytes
Input file size = 28225 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 23680
Output IDAT size = 23680 bytes (4431 bytes decrease)
Output file size = 23758 bytes (4467 bytes = 15.83% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-12-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 28902 bytes
Input file size = 29016 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 24275
Output IDAT size = 24275 bytes (4627 bytes decrease)
Output file size = 24353 bytes (4663 bytes = 16.07% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-13-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54684 bytes
Input file size = 54834 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45209
Output IDAT size = 45209 bytes (9475 bytes decrease)
Output file size = 45287 bytes (9547 bytes = 17.41% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-14-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 66404 bytes
Input file size = 66578 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54621
Output IDAT size = 54621 bytes (11783 bytes decrease)
Output file size = 54699 bytes (11879 bytes = 17.84% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-15-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 51625 bytes
Input file size = 51775 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 44130
Output IDAT size = 44130 bytes (7495 bytes decrease)
Output file size = 44208 bytes (7567 bytes = 14.62% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-16-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 52572 bytes
Input file size = 52722 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45998
Output IDAT size = 45998 bytes (6574 bytes decrease)
Output file size = 46076 bytes (6646 bytes = 12.61% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-17-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 77611 bytes
Input file size = 77797 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 63774
Output IDAT size = 63774 bytes (13837 bytes decrease)
Output file size = 63852 bytes (13945 bytes = 17.92% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-18-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 67812 bytes
Input file size = 67986 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 56056
Output IDAT size = 56056 bytes (11756 bytes decrease)
Output file size = 56134 bytes (11852 bytes = 17.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-19-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 73897 bytes
Input file size = 74083 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 59581
Output IDAT size = 59581 bytes (14316 bytes decrease)
Output file size = 59659 bytes (14424 bytes = 19.47% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-20-1.png
1200x750 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 151861 bytes
Input file size = 152155 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 125651
Output IDAT size = 125651 bytes (26210 bytes decrease)
Output file size = 125729 bytes (26426 bytes = 17.37% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-21-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 54225 bytes
Input file size = 54375 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 45889
Output IDAT size = 45889 bytes (8336 bytes decrease)
Output file size = 45967 bytes (8408 bytes = 15.46% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-22-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 62336 bytes
Input file size = 62498 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 54439
Output IDAT size = 54439 bytes (7897 bytes decrease)
Output file size = 54517 bytes (7981 bytes = 12.77% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-23-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 75563 bytes
Input file size = 75749 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 64179
Output IDAT size = 64179 bytes (11384 bytes decrease)
Output file size = 64257 bytes (11492 bytes = 15.17% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-24-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 63804 bytes
Input file size = 63966 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 61841
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5 IDAT size = 61453
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 1 f = 5 IDAT size = 61371
Output IDAT size = 61371 bytes (2433 bytes decrease)
Output file size = 61449 bytes (2517 bytes = 3.93% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-25-1.png
1200x675 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 41936 bytes
Input file size = 42074 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 39290
Output IDAT size = 39290 bytes (2646 bytes decrease)
Output file size = 39368 bytes (2706 bytes = 6.43% decrease)
** Processing: /home/hornik/tmp/R.check/r-release-gcc/Work/PKGS/tidyquant.Rcheck/vign_test/tidyquant/vignettes/TQ04-charting-with-tidyquant_files/figure-html/unnamed-chunk-26-1.png
1200x900 pixels, 3x8 bits/pixel, RGB
Input IDAT size = 149847 bytes
Input file size = 150141 bytes
Trying:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
zc = 9 zm = 8 zs = 1 f = 0
zc = 1 zm = 8 zs = 2 f = 0
zc = 9 zm = 8 zs = 3 f = 0
zc = 9 zm = 8 zs = 0 f = 5
zc = 9 zm = 8 zs = 1 f = 5
zc = 1 zm = 8 zs = 2 f = 5
zc = 9 zm = 8 zs = 3 f = 5
Selecting parameters:
zc = 9 zm = 8 zs = 0 f = 0 IDAT size = 124608
Output IDAT size = 124608 bytes (25239 bytes decrease)
Output file size = 124686 bytes (25455 bytes = 16.95% decrease)
--- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
Quitting from lines 112-117 [unnamed-chunk-6] (TQ05-performance-analysis-with-tidyquant.Rmd)
Error: processing vignette 'TQ05-performance-analysis-with-tidyquant.Rmd' failed with diagnostics:
ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
--- failed re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following file failed:
‘TQ05-performance-analysis-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.9
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘Rblpapi’
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Version: 1.0.9
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
doc 5.6Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64
Version: 1.0.9
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘Rblpapi’
Flavors: r-release-macos-arm64, r-oldrel-macos-arm64
Version: 1.0.9
Check: re-building of vignette outputs
Result: NOTE
Error(s) in re-building vignettes:
--- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
--- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
--- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
--- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
Error: processing vignette 'TQ03-scaling-and-modeling-with-tidyquant.Rmd' failed with diagnostics:
Error writing to connection: No space left on device
--- failed re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
--- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Warning in close.connection(con) :
Problem closing connection: No space left on device
Error: processing vignette 'TQ04-charting-with-tidyquant.Rmd' failed with diagnostics:
Error writing to connection: No space left on device
--- failed re-building ‘TQ04-charting-with-tidyquant.Rmd’
--- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
--- finished re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
--- re-building ‘TQ06-excel-in-r.Rmd’ using rmarkdown
--- finished re-building ‘TQ06-excel-in-r.Rmd’
SUMMARY: processing the following files failed:
‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
‘TQ04-charting-with-tidyquant.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-oldrel-macos-x86_64
Version: 1.0.9
Check: tests
Result: ERROR
Running 'testthat.R' [12s]
Running the tests in 'tests/testthat.R' failed.
Complete output:
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(tidyquant)
── Attaching core tidyquant packages ──────────────────────── tidyquant 1.0.9 ──
✔ PerformanceAnalytics 2.0.8 ✔ quantmod 0.4.26
✔ TTR 0.24.4 ✔ xts 0.14.1
── Conflicts ────────────────────────────────────────── tidyquant_conflicts() ──
✖ zoo::as.Date() masks base::as.Date()
✖ zoo::as.Date.numeric() masks base::as.Date.numeric()
✖ PerformanceAnalytics::legend() masks graphics::legend()
✖ quantmod::summary() masks base::summary()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
>
> test_check("tidyquant")
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 60 ]
══ Skipped tests (5) ═══════════════════════════════════════════════════════════
• On CRAN (4): 'test-index-tq_index.R:16:5', 'test-index_tq_exchange.R:18:5',
'test-tq_portfolio.R:4:1', 'test-tq_transmute.R:2:1'
• On Windows (1): 'test-index_tq_exchange.R:32:5'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-tq_performance.R:27:1'): (code run outside of `test_that()`) ───
<dplyr:::mutate_error/rlang_error/error/condition>
Error in `dplyr::mutate(., nested.col = purrr::map(.x = data, .f = tq_performance_.tbl_df,
Ra = Ra, Rb = Rb, performance_fun = performance_fun, ...))`: ℹ In argument: `nested.col = purrr::map(...)`.
ℹ In group 1: `symbol = "AAPL"`.
Caused by error in `purrr::map()`:
ℹ In index: 1.
Caused by error in `.coefficients()`:
! "package:RobStatTM" %in% search() || requireNamespace("RobStatTM", .... is not TRUE
[ FAIL 1 | WARN 0 | SKIP 5 | PASS 60 ]
Error: Test failures
Execution halted
Flavor: r-oldrel-windows-x86_64
Current CRAN status: NOTE: 3, OK: 10
Version: 2.9.0
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
parse_date2.Rd: anytime, anydate
step_box_cox.Rd: selections
step_diff.Rd: step_naomit, selections
step_log_interval.Rd: selections
step_ts_clean.Rd: selections
step_ts_impute.Rd: selections
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64