CRAN Package Check Results for Package clock

Last updated on 2024-09-10 11:53:06 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.7.1 162.58 195.71 358.29 OK
r-devel-linux-x86_64-debian-gcc 0.7.1 0.51 2.09 2.60 ERROR
r-devel-linux-x86_64-fedora-clang 0.7.1 611.10 OK
r-devel-linux-x86_64-fedora-gcc 0.7.1 644.42 OK
r-devel-windows-x86_64 0.7.1 150.00 271.00 421.00 OK
r-patched-linux-x86_64 0.7.1 165.02 185.86 350.88 OK
r-release-linux-x86_64 0.7.1 160.53 184.86 345.39 OK
r-release-macos-arm64 0.7.1 161.00 NOTE
r-release-macos-x86_64 0.7.1 369.00 NOTE
r-release-windows-x86_64 0.7.1 148.00 257.00 405.00 OK
r-oldrel-macos-arm64 0.7.1 166.00 ERROR
r-oldrel-macos-x86_64 0.7.1 252.00 ERROR
r-oldrel-windows-x86_64 0.7.1 177.00 321.00 498.00 OK

Check Details

Version: 0.7.1
Check: whether package can be installed
Result: ERROR Installation failed. Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.7.1
Check: installed package size
Result: NOTE installed size is 18.3Mb sub-directories of 1Mb or more: libs 16.4Mb Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 0.7.1
Check: running R code from vignettes
Result: ERROR Errors in running code in vignettes: when running code in ‘clock.Rmd’ ... > date_build(2019, 2, 1:5) [1] "2019-02-01" "2019-02-02" "2019-02-03" "2019-02-04" "2019-02-05" > date_build(2019, 1:12, 31) When sourcing ‘clock.R’: Error: Invalid date found at location 2. ℹ Resolve invalid date issues by specifying the `invalid` argument. Execution halted when running code in ‘faq.Rmd’ ... <year_month_day<day>[1]> [1] "2019-02-05" > add_days(x, 1) When sourcing ‘faq.R’: Error: Can't perform this operation on a <clock_year_month_day>. ℹ Do you need to convert to a time point first? ℹ Use `as_naive_time()` or `as_sys_time()` to convert to a time point. Execution halted when running code in ‘recipes.Rmd’ ... [6] "2019-11-01" "2020-01-01" "2020-03-01" "2020-05-01" "2020-07-01" > date_seq(date_build(2019, 1, 1), to = date_build(2019, + 10, 2), by = duration_months(2)) When sourcing ‘recipes.R’: Error: All components of `from` and `to` more precise than "month" must match. ℹ `from` is "2019-01-01". ℹ `to` is "2019-10-02". Execution halted ‘clock.Rmd’ using ‘UTF-8’... failed ‘faq.Rmd’ using ‘UTF-8’... failed ‘recipes.Rmd’ using ‘UTF-8’... failed Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64