CRAN Package Check Results for Package timetk

Last updated on 2023-03-27 16:52:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.8.2 22.81 384.10 406.91 ERROR
r-devel-linux-x86_64-debian-gcc 2.8.2 20.50 287.10 307.60 ERROR
r-devel-linux-x86_64-fedora-clang 2.8.2 495.83 ERROR
r-devel-linux-x86_64-fedora-gcc 2.8.2 517.13 ERROR
r-patched-linux-x86_64 2.8.2 32.54 363.23 395.77 ERROR
r-release-linux-x86_64 2.8.2 15.90 359.52 375.42 ERROR
r-release-macos-arm64 2.8.2 177.00 NOTE
r-release-macos-x86_64 2.8.2 183.00 NOTE
r-release-windows-x86_64 2.8.2 140.00 461.00 601.00 OK
r-oldrel-macos-arm64 2.8.2 136.00 NOTE
r-oldrel-macos-x86_64 2.8.2 188.00 NOTE
r-oldrel-windows-ix86+x86_64 2.8.2 53.00 579.00 632.00 NOTE

Additional issues

noSuggests

Check Details

Version: 2.8.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘robets’
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 2.8.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/9s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(timetk)
     > library(tidyverse)
     ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
     ✔ dplyr 1.1.1 ✔ readr 2.1.4
     ✔ forcats 1.0.0 ✔ stringr 1.5.0
     ✔ ggplot2 3.4.1 ✔ tibble 3.2.1
     ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
     ✔ purrr 1.0.1
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
     > library(tidyquant)
     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
    
    
     ################################### WARNING ###################################
     # We noticed you have dplyr installed. 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 enter or source() into this session won't #
     # work correctly. #
     # #
     # All package code is unaffected because it is protected by the R namespace #
     # mechanism. #
     # #
     # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
     # #
     # You can 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. #
     ################################### WARNING ###################################
    
     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
     >
     > # Forecast objects
     > library(forecast)
     > library(robets)
     Error in library(robets) : there is no package called 'robets'
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 2.8.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [5s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(timetk)
     > library(tidyverse)
     ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
     ✔ dplyr 1.1.1 ✔ readr 2.1.4
     ✔ forcats 1.0.0 ✔ stringr 1.5.0
     ✔ ggplot2 3.4.1 ✔ tibble 3.2.1
     ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
     ✔ purrr 1.0.1
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
     > library(tidyquant)
     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
    
    
     ################################### WARNING ###################################
     # We noticed you have dplyr installed. 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 enter or source() into this session won't #
     # work correctly. #
     # #
     # All package code is unaffected because it is protected by the R namespace #
     # mechanism. #
     # #
     # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
     # #
     # You can 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. #
     ################################### WARNING ###################################
    
     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
     >
     > # Forecast objects
     > library(forecast)
     > library(robets)
     Error in library(robets) : there is no package called 'robets'
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.8.2
Check: package dependencies
Result: NOTE
    Package suggested but not available for checking: ‘robets’
    
    Imports includes 26 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: 2.8.2
Check: data for non-ASCII characters
Result: NOTE
     Note: found 2750 marked UTF-8 strings
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 2.8.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(timetk)
     > library(tidyverse)
     ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
     ✔ dplyr 1.1.1 ✔ readr 2.1.4
     ✔ forcats 1.0.0 ✔ stringr 1.5.0
     ✔ ggplot2 3.4.1 ✔ tibble 3.2.1
     ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
     ✔ purrr 1.0.1
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
     > library(tidyquant)
     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
    
    
     ################################### WARNING ###################################
     # We noticed you have dplyr installed. 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 enter or source() into this session won't #
     # work correctly. #
     # #
     # All package code is unaffected because it is protected by the R namespace #
     # mechanism. #
     # #
     # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
     # #
     # You can 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. #
     ################################### WARNING ###################################
    
     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
     >
     > # Forecast objects
     > library(forecast)
     > library(robets)
     Error in library(robets) : there is no package called 'robets'
     Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

Version: 2.8.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/7s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(timetk)
     > library(tidyverse)
     ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
     ✔ dplyr 1.1.1 ✔ readr 2.1.4
     ✔ forcats 1.0.0 ✔ stringr 1.5.0
     ✔ ggplot2 3.4.1 ✔ tibble 3.2.1
     ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
     ✔ purrr 1.0.1
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
     > library(tidyquant)
     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
    
    
     ################################### WARNING ###################################
     # We noticed you have dplyr installed. 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 enter or source() into this session won't #
     # work correctly. #
     # #
     # All package code is unaffected because it is protected by the R namespace #
     # mechanism. #
     # #
     # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
     # #
     # You can 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. #
     ################################### WARNING ###################################
    
     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
     >
     > # Forecast objects
     > library(forecast)
     > library(robets)
     Error in library(robets) : there is no package called 'robets'
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 2.8.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [7s/8s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(timetk)
     > library(tidyverse)
     ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
     ✔ dplyr 1.1.1 ✔ readr 2.1.4
     ✔ forcats 1.0.0 ✔ stringr 1.5.0
     ✔ ggplot2 3.4.1 ✔ tibble 3.2.1
     ✔ lubridate 1.9.2 ✔ tidyr 1.3.0
     ✔ purrr 1.0.1
     ── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
     ✖ readr::edition_get() masks testthat::edition_get()
     ✖ dplyr::filter() masks stats::filter()
     ✖ purrr::is_null() masks testthat::is_null()
     ✖ dplyr::lag() masks stats::lag()
     ✖ readr::local_edition() masks testthat::local_edition()
     ✖ dplyr::matches() masks tidyr::matches(), testthat::matches()
     ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
     > library(tidyquant)
     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
    
    
     ################################### WARNING ###################################
     # We noticed you have dplyr installed. 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 enter or source() into this session won't #
     # work correctly. #
     # #
     # All package code is unaffected because it is protected by the R namespace #
     # mechanism. #
     # #
     # Set `options(xts.warn_dplyr_breaks_lag = FALSE)` to suppress this warning. #
     # #
     # You can 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. #
     ################################### WARNING ###################################
    
     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
     >
     > # Forecast objects
     > library(forecast)
     > library(robets)
     Error in library(robets) : there is no package called 'robets'
     Execution halted
Flavor: r-release-linux-x86_64

Version: 2.8.2
Check: dependencies in R code
Result: NOTE
    Initiating curl with CURL_SSL_BACKEND: openssl
Flavor: r-oldrel-windows-ix86+x86_64