CRAN Package Check Results for Package tidyquant

Last updated on 2022-09-11 12:56:31 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.0.4 12.95 223.31 236.26 ERROR
r-devel-linux-x86_64-debian-gcc 1.0.5 9.78 167.80 177.58 OK
r-devel-linux-x86_64-fedora-clang 1.0.5 288.48 NOTE
r-devel-linux-x86_64-fedora-gcc 1.0.5 291.91 OK
r-devel-windows-x86_64 1.0.5 57.00 222.00 279.00 NOTE
r-patched-linux-x86_64 1.0.5 18.19 209.12 227.31 OK
r-release-linux-x86_64 1.0.4 10.60 208.74 219.34 ERROR
r-release-macos-arm64 1.0.4 140.00 NOTE
r-release-macos-x86_64 1.0.5 153.00 NOTE
r-release-windows-x86_64 1.0.5 58.00 236.00 294.00 NOTE
r-oldrel-macos-arm64 1.0.4 137.00 NOTE
r-oldrel-macos-x86_64 1.0.5 193.00 NOTE
r-oldrel-windows-ix86+x86_64 1.0.4 28.00 307.00 335.00 ERROR

Check Details

Version: 1.0.4
Check: tests
Result: ERROR
     Running 'testthat.R' [19s/28s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(tidyquant)
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     Loading required package: PerformanceAnalytics
     Loading required package: xts
     Loading required package: zoo
    
     Attaching package: 'zoo'
    
     The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
     Attaching package: 'PerformanceAnalytics'
    
     The following object is masked from 'package:graphics':
    
     legend
    
     Loading required package: quantmod
     Loading required package: TTR
     > library(tidyverse)
     -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
     v ggplot2 3.3.6 v purrr 0.3.4
     v tibble 3.1.8 v dplyr 1.0.10
     v tidyr 1.2.1 v stringr 1.4.1
     v readr 2.1.2 v forcats 0.5.2
     -- Conflicts ------------------------------------------ tidyverse_conflicts() --
     x lubridate::as.difftime() masks base::as.difftime()
     x lubridate::date() masks base::date()
     x readr::edition_get() masks testthat::edition_get()
     x dplyr::filter() masks stats::filter()
     x dplyr::first() masks xts::first()
     x lubridate::intersect() masks base::intersect()
     x purrr::is_null() masks testthat::is_null()
     x dplyr::lag() masks stats::lag()
     x dplyr::last() masks xts::last()
     x readr::local_edition() masks testthat::local_edition()
     x dplyr::matches() masks tidyr::matches(), testthat::matches()
     x lubridate::setdiff() masks base::setdiff()
     x lubridate::union() masks base::union()
     > library(dplyr)
     > library(tibble)
     >
     > test_check("tidyquant")
     [ FAIL 3 | WARN 6 | SKIP 2 | PASS 74 ]
    
     == Skipped tests ===============================================================
     * On CRAN (2)
    
     == Failed tests ================================================================
     -- Failure (test-tq_get_stock_prices.R:28:5): Test 2 returns tibble with correct rows and columns. --
     nrow(test2) not equal to 206.
     1/1 mismatches
     [1] 103 - 206 == -103
     -- Failure (test-tq_mutate.R:118:5): Test 5 returns tibble with correct rows and columns. --
     nrow(test5) not equal to 504.
     1/1 mismatches
     [1] 252 - 504 == -252
     -- Error (test-tq_transmute.R:50:1): (code run outside of `test_that()`) -------
     Error in `tq_transmute_.default(data = data, select = lazyeval::expr_text(select),
     mutate_fun = lazyeval::expr_text(mutate_fun), col_rename = col_rename,
     ... = ...)`: data must be a tibble or data.frame object
     Backtrace:
     x
     1. +-... %>% ... at test-tq_transmute.R:50:0
     2. \-tidyquant::tq_transmute(...)
     3. +-tidyquant::tq_transmute_(...)
     4. \-tidyquant:::tq_transmute_.default(...)
    
     [ FAIL 3 | WARN 6 | SKIP 2 | PASS 74 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.4
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building 'TQ00-introduction-to-tidyquant.Rmd' using rmarkdown
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.10
    v tidyr 1.2.1 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x lubridate::as.difftime() masks base::as.difftime()
    x lubridate::date() masks base::date()
    x dplyr::filter() masks stats::filter()
    x dplyr::first() masks xts::first()
    x lubridate::intersect() masks base::intersect()
    x dplyr::lag() masks stats::lag()
    x dplyr::last() masks xts::last()
    x lubridate::setdiff() masks base::setdiff()
    x lubridate::union() masks base::union()
    --- finished re-building 'TQ00-introduction-to-tidyquant.Rmd'
    
    --- re-building 'TQ01-core-functions-in-tidyquant.Rmd' using rmarkdown
    Warning in fun_transmute(., OHLC = FALSE, ...) :
     missing values removed from data
    Warning: x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env = <environment>, verbose = FALSE, : Unable to import "FB".
    FB download failed after two attempts. Error message:
    HTTP error 404.
    
    Quitting from lines 363-371 (TQ01-core-functions-in-tidyquant.Rmd)
    Error: processing vignette 'TQ01-core-functions-in-tidyquant.Rmd' failed with diagnostics:
    data must be a tibble or data.frame object
    --- failed re-building 'TQ01-core-functions-in-tidyquant.Rmd'
    
    --- re-building 'TQ02-quant-integrations-in-tidyquant.Rmd' using rmarkdown
    Warning: Removed 20 row(s) containing missing values (geom_path).
    `geom_smooth()` using formula 'y ~ x'
    Warning: Removed 89 row(s) containing missing values (geom_path).
    --- finished re-building 'TQ02-quant-integrations-in-tidyquant.Rmd'
    
    --- re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd' using rmarkdown
    Warning: Problem while computing `data.. = purrr::map(...)`.
    i x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env
     = <environment>, verbose = FALSE, : Unable to import "FB". FB download failed
     after two attempts. Error message: HTTP error 404. Removing FB.
    Getting holdings for DOW
    Getting holdings for DOW
    `geom_smooth()` using formula 'y ~ x'
    Getting holdings for SP500
    Warning: x = 'XYZ', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "XYZ", env = <environment>, verbose = FALSE, : Unable to import "XYZ".
    XYZ download failed after two attempts. Error message:
    HTTP error 404.
    
    --- finished re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd'
    
    --- re-building 'TQ04-charting-with-tidyquant.Rmd' using rmarkdown
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building 'TQ04-charting-with-tidyquant.Rmd'
    
    --- re-building 'TQ05-performance-analysis-with-tidyquant.Rmd' using rmarkdown
    Warning: `spread_()` was deprecated in tidyr 1.2.0.
    Please use `spread()` instead.
    This warning is displayed once every 8 hours.
    Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
    Ungrouping data frame groups: symbol
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 1: portfolio = 1.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 2: portfolio = 2.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 3: portfolio = 3.
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building 'TQ05-performance-analysis-with-tidyquant.Rmd'
    
    SUMMARY: processing the following file failed:
     'TQ01-core-functions-in-tidyquant.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.4
Check: HTML version of manual
Result: NOTE
    Found the following HTML validation problems:
    excel_if_functions.html:126:5: Warning: <em> is probably intended as </em>
    excel_if_functions.html:126:60: Warning: discarding unexpected </em>
    excel_if_functions.html:126:65: Warning: discarding unexpected </em>
Flavor: r-devel-linux-x86_64-debian-clang

Version: 1.0.5
Check: package dependencies
Result: NOTE
    Imports includes 21 non-default packages.
    Importing from so many packages makes the package vulnerable to any of
    them becoming unavailable. Move as many as possible to Suggests and
    use conditionally.
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 1.0.5
Check: installed package size
Result: NOTE
     installed size is 5.3Mb
     sub-directories of 1Mb or more:
     doc 4.4Mb
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-windows-x86_64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-x86_64

Version: 1.0.4
Check: tests
Result: ERROR
     Running ‘testthat.R’ [18s/27s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(tidyquant)
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     Loading required package: PerformanceAnalytics
     Loading required package: xts
     Loading required package: zoo
    
     Attaching package: 'zoo'
    
     The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
     Attaching package: 'PerformanceAnalytics'
    
     The following object is masked from 'package:graphics':
    
     legend
    
     Loading required package: quantmod
     Loading required package: TTR
     > library(tidyverse)
     ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
     ✔ ggplot2 3.3.6 ✔ purrr 0.3.4
     ✔ tibble 3.1.8 ✔ dplyr 1.0.10
     ✔ tidyr 1.2.0 ✔ stringr 1.4.1
     ✔ readr 2.1.2 ✔ forcats 0.5.2
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ lubridate::as.difftime() masks base::as.difftime()
     ✖ lubridate::date() masks base::date()
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ dplyr::first() masks xts::first()
     ✖ lubridate::intersect() masks base::intersect()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ dplyr::last() masks xts::last()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ✖ lubridate::setdiff() masks base::setdiff()
     ✖ lubridate::union() masks base::union()
     > library(dplyr)
     > library(tibble)
     >
     > test_check("tidyquant")
     [ FAIL 3 | WARN 6 | SKIP 2 | PASS 74 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (2)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-tq_get_stock_prices.R:28:5): Test 2 returns tibble with correct rows and columns. ──
     nrow(test2) not equal to 206.
     1/1 mismatches
     [1] 103 - 206 == -103
     ── Failure (test-tq_mutate.R:118:5): Test 5 returns tibble with correct rows and columns. ──
     nrow(test5) not equal to 504.
     1/1 mismatches
     [1] 252 - 504 == -252
     ── Error (test-tq_transmute.R:50:1): (code run outside of `test_that()`) ───────
     Error in `tq_transmute_.default(data = data, select = lazyeval::expr_text(select),
     mutate_fun = lazyeval::expr_text(mutate_fun), col_rename = col_rename,
     ... = ...)`: data must be a tibble or data.frame object
     Backtrace:
     ▆
     1. ├─... %>% ... at test-tq_transmute.R:50:0
     2. └─tidyquant::tq_transmute(...)
     3. ├─tidyquant::tq_transmute_(...)
     4. └─tidyquant:::tq_transmute_.default(...)
    
     [ FAIL 3 | WARN 6 | SKIP 2 | PASS 74 ]
     Error: Test failures
     In addition: Warning messages:
     1: In UseMethod("mean") :
     closing unused connection 5 (https://fred.stlouisfed.org/series/XYZ/downloaddata/XYZ.csv)
     2: In UseMethod("mean") :
     closing unused connection 4 (https://fred.stlouisfed.org/series/XYZ/downloaddata/XYZ.csv)
     Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0.4
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘TQ00-introduction-to-tidyquant.Rmd’ using rmarkdown
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    ── Attaching packages ─────────────────────────────────────── tidyverse 1.3.2 ──
    ✔ ggplot2 3.3.6 ✔ purrr 0.3.4
    ✔ tibble 3.1.8 ✔ dplyr 1.0.10
    ✔ tidyr 1.2.0 ✔ stringr 1.4.1
    ✔ readr 2.1.2 ✔ forcats 0.5.2
    ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
    ✖ lubridate::as.difftime() masks base::as.difftime()
    ✖ lubridate::date() masks base::date()
    ✖ dplyr::filter() masks stats::filter()
    ✖ dplyr::first() masks xts::first()
    ✖ lubridate::intersect() masks base::intersect()
    ✖ dplyr::lag() masks stats::lag()
    ✖ dplyr::last() masks xts::last()
    ✖ lubridate::setdiff() masks base::setdiff()
    ✖ lubridate::union() masks base::union()
    --- finished re-building ‘TQ00-introduction-to-tidyquant.Rmd’
    
    --- re-building ‘TQ01-core-functions-in-tidyquant.Rmd’ using rmarkdown
    Warning in fun_transmute(., OHLC = FALSE, ...) :
     missing values removed from data
    Warning: x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env = <environment>, verbose = FALSE, : Unable to import "FB".
    FB download failed after two attempts. Error message:
    HTTP error 404.
    
    Quitting from lines 363-371 (TQ01-core-functions-in-tidyquant.Rmd)
    Error: processing vignette ‘TQ01-core-functions-in-tidyquant.Rmd’ failed with diagnostics:
    data must be a tibble or data.frame object
    --- failed re-building ‘TQ01-core-functions-in-tidyquant.Rmd’
    
    --- re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’ using rmarkdown
    Warning: Removed 20 row(s) containing missing values (geom_path).
    `geom_smooth()` using formula 'y ~ x'
    Warning: Removed 89 row(s) containing missing values (geom_path).
    --- finished re-building ‘TQ02-quant-integrations-in-tidyquant.Rmd’
    
    --- re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’ using rmarkdown
    Warning: Problem while computing `data.. = purrr::map(...)`.
    ℹ x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env
     = <environment>, verbose = FALSE, : Unable to import "FB". FB download failed
     after two attempts. Error message: HTTP error 404. Removing FB.
    Getting holdings for DOW
    Getting holdings for DOW
    `geom_smooth()` using formula 'y ~ x'
    Getting holdings for SP500
    Warning: x = 'XYZ', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "XYZ", env = <environment>, verbose = FALSE, : Unable to import "XYZ".
    XYZ download failed after two attempts. Error message:
    HTTP error 404.
    
    --- finished re-building ‘TQ03-scaling-and-modeling-with-tidyquant.Rmd’
    
    --- re-building ‘TQ04-charting-with-tidyquant.Rmd’ using rmarkdown
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building ‘TQ04-charting-with-tidyquant.Rmd’
    
    --- re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’ using rmarkdown
    Warning: `spread_()` was deprecated in tidyr 1.2.0.
    Please use `spread()` instead.
    This warning is displayed once every 8 hours.
    Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
    Ungrouping data frame groups: symbol
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    ℹ skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    ℹ The warning occurred in group 1: portfolio = 1.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    ℹ skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    ℹ The warning occurred in group 2: portfolio = 2.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    ℹ skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    ℹ The warning occurred in group 3: portfolio = 3.
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building ‘TQ05-performance-analysis-with-tidyquant.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘TQ01-core-functions-in-tidyquant.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-linux-x86_64

Version: 1.0.4
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.4
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.4
Check: tests
Result: ERROR
     Running 'testthat.R' [23s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(tidyquant)
     Loading required package: lubridate
    
     Attaching package: 'lubridate'
    
     The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
     Loading required package: PerformanceAnalytics
     Loading required package: xts
     Loading required package: zoo
    
     Attaching package: 'zoo'
    
     The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
     Attaching package: 'PerformanceAnalytics'
    
     The following object is masked from 'package:graphics':
    
     legend
    
     Loading required package: quantmod
     Loading required package: TTR
     > library(tidyverse)
     -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
     v ggplot2 3.3.6 v purrr 0.3.4
     v tibble 3.1.8 v dplyr 1.0.9
     v tidyr 1.2.0 v stringr 1.4.1
     v readr 2.1.2 v forcats 0.5.2
     -- Conflicts ------------------------------------------ tidyverse_conflicts() --
     x lubridate::as.difftime() masks base::as.difftime()
     x lubridate::date() masks base::date()
     x readr::edition_get() masks testthat::edition_get()
     x dplyr::filter() masks stats::filter()
     x dplyr::first() masks xts::first()
     x lubridate::intersect() masks base::intersect()
     x purrr::is_null() masks testthat::is_null()
     x dplyr::lag() masks stats::lag()
     x dplyr::last() masks xts::last()
     x readr::local_edition() masks testthat::local_edition()
     x dplyr::matches() masks tidyr::matches(), testthat::matches()
     x lubridate::setdiff() masks base::setdiff()
     x lubridate::union() masks base::union()
     > library(dplyr)
     > library(tibble)
     >
     > test_check("tidyquant")
     [ FAIL 3 | WARN 6 | SKIP 3 | PASS 73 ]
    
     == Skipped tests ===============================================================
     * On CRAN (2)
     * On Windows (1)
    
     == Failed tests ================================================================
     -- Failure (test-tq_get_stock_prices.R:28:5): Test 2 returns tibble with correct rows and columns. --
     nrow(test2) not equal to 206.
     1/1 mismatches
     [1] 103 - 206 == -103
     -- Failure (test-tq_mutate.R:118:5): Test 5 returns tibble with correct rows and columns. --
     nrow(test5) not equal to 504.
     1/1 mismatches
     [1] 252 - 504 == -252
     -- Error (test-tq_transmute.R:50:1): (code run outside of `test_that()`) -------
     Error in `tq_transmute_.default(data = data, select = lazyeval::expr_text(select),
     mutate_fun = lazyeval::expr_text(mutate_fun), col_rename = col_rename,
     ... = ...)`: data must be a tibble or data.frame object
     Backtrace:
     x
     1. +-... %>% ... at test-tq_transmute.R:50:0
     2. \-tidyquant::tq_transmute(...)
     3. +-tidyquant::tq_transmute_(...)
     4. \-tidyquant:::tq_transmute_.default(...)
    
     [ FAIL 3 | WARN 6 | SKIP 3 | PASS 73 ]
     Error: Test failures
     In addition: Warning messages:
     1: In dim(x) :
     closing unused connection 5 (https://fred.stlouisfed.org/series/XYZ/downloaddata/XYZ.csv)
     2: In dim(x) :
     closing unused connection 4 (https://fred.stlouisfed.org/series/XYZ/downloaddata/XYZ.csv)
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.0.4
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
    --- re-building 'TQ00-introduction-to-tidyquant.Rmd' using rmarkdown
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x lubridate::as.difftime() masks base::as.difftime()
    x lubridate::date() masks base::date()
    x dplyr::filter() masks stats::filter()
    x dplyr::first() masks xts::first()
    x lubridate::intersect() masks base::intersect()
    x dplyr::lag() masks stats::lag()
    x dplyr::last() masks xts::last()
    x lubridate::setdiff() masks base::setdiff()
    x lubridate::union() masks base::union()
    --- finished re-building 'TQ00-introduction-to-tidyquant.Rmd'
    
    --- re-building 'TQ01-core-functions-in-tidyquant.Rmd' using rmarkdown
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x dplyr::filter() masks stats::filter()
    x dplyr::lag() masks stats::lag()
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
     first, last
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    Warning in fun_transmute(., OHLC = FALSE, ...) :
     missing values removed from data
    Warning: x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env = <environment>, verbose = FALSE, : Unable to import "FB".
    FB download failed after two attempts. Error message:
    HTTP error 404.
    
    Quitting from lines 363-371 (TQ01-core-functions-in-tidyquant.Rmd)
    Error: processing vignette 'TQ01-core-functions-in-tidyquant.Rmd' failed with diagnostics:
    data must be a tibble or data.frame object
    --- failed re-building 'TQ01-core-functions-in-tidyquant.Rmd'
    
    --- re-building 'TQ02-quant-integrations-in-tidyquant.Rmd' using rmarkdown
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x dplyr::filter() masks stats::filter()
    x dplyr::lag() masks stats::lag()
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
     first, last
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    Warning: Removed 20 row(s) containing missing values (geom_path).
    `geom_smooth()` using formula 'y ~ x'
    Warning: Removed 89 row(s) containing missing values (geom_path).
    --- finished re-building 'TQ02-quant-integrations-in-tidyquant.Rmd'
    
    --- re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd' using rmarkdown
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x dplyr::filter() masks stats::filter()
    x dplyr::lag() masks stats::lag()
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
     first, last
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    Warning: Problem while computing `data.. = purrr::map(...)`.
    i x = 'FB', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "FB", env
     = <environment>, verbose = FALSE, : Unable to import "FB". FB download failed
     after two attempts. Error message: HTTP error 404. Removing FB.
    Getting holdings for DOW
    Getting holdings for DOW
    `geom_smooth()` using formula 'y ~ x'
    Getting holdings for SP500
    Warning: x = 'XYZ', get = 'stock.prices': Error in getSymbols.yahoo(Symbols = "XYZ", env = <environment>, verbose = FALSE, : Unable to import "XYZ".
    XYZ download failed after two attempts. Error message:
    HTTP error 404.
    
    --- finished re-building 'TQ03-scaling-and-modeling-with-tidyquant.Rmd'
    
    --- re-building 'TQ04-charting-with-tidyquant.Rmd' using rmarkdown
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x dplyr::filter() masks stats::filter()
    x dplyr::lag() masks stats::lag()
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'xts'
    
    The following objects are masked from 'package:dplyr':
    
     first, last
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building 'TQ04-charting-with-tidyquant.Rmd'
    
    --- re-building 'TQ05-performance-analysis-with-tidyquant.Rmd' using rmarkdown
    Loading required package: lubridate
    
    Attaching package: 'lubridate'
    
    The following objects are masked from 'package:base':
    
     date, intersect, setdiff, union
    
    Loading required package: PerformanceAnalytics
    Loading required package: xts
    Loading required package: zoo
    
    Attaching package: 'zoo'
    
    The following objects are masked from 'package:base':
    
     as.Date, as.Date.numeric
    
    
    Attaching package: 'PerformanceAnalytics'
    
    The following object is masked from 'package:graphics':
    
     legend
    
    Loading required package: quantmod
    Loading required package: TTR
    -- Attaching packages --------------------------------------- tidyverse 1.3.2 --
    v ggplot2 3.3.6 v purrr 0.3.4
    v tibble 3.1.8 v dplyr 1.0.9
    v tidyr 1.2.0 v stringr 1.4.1
    v readr 2.1.2 v forcats 0.5.2
    -- Conflicts ------------------------------------------ tidyverse_conflicts() --
    x lubridate::as.difftime() masks base::as.difftime()
    x lubridate::date() masks base::date()
    x dplyr::filter() masks stats::filter()
    x dplyr::first() masks xts::first()
    x lubridate::intersect() masks base::intersect()
    x dplyr::lag() masks stats::lag()
    x dplyr::last() masks xts::last()
    x lubridate::setdiff() masks base::setdiff()
    x lubridate::union() masks base::union()
    Warning: `spread_()` was deprecated in tidyr 1.2.0.
    Please use `spread()` instead.
    This warning is displayed once every 8 hours.
    Call `lifecycle::last_lifecycle_warnings()` to see where this warning was generated.
    Ungrouping data frame groups: symbol
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 1: portfolio = 1.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 2: portfolio = 2.
    Warning: Problem while computing `nested.col = purrr::map(...)`.
    i skewness is close to zero. The classical definition of the coskewness
     statistic is not applicable and one should normalize using the comoment
     without standardization.
    i The warning occurred in group 3: portfolio = 3.
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    `geom_smooth()` using formula 'y ~ x'
    --- finished re-building 'TQ05-performance-analysis-with-tidyquant.Rmd'
    
    SUMMARY: processing the following file failed:
     'TQ01-core-functions-in-tidyquant.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-oldrel-windows-ix86+x86_64