- using R version 4.3.3 (2024-02-29)
- using platform: aarch64-apple-darwin20 (64-bit)
- R was compiled by
Apple clang version 14.0.0 (clang-1400.0.29.202)
GNU Fortran (GCC) 12.2.0
- running under: macOS Ventura 13.4
- using session charset: UTF-8
- checking for file ‘clock/DESCRIPTION’ ... OK
- this is package ‘clock’ version ‘0.7.1’
- package encoding: UTF-8
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘clock’ can be installed ... [61s/65s] OK
See the install log for details.
- used C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
- used SDK: ‘MacOSX11.3.sdk’
- checking installed package size ... NOTE
installed size is 18.3Mb
sub-directories of 1Mb or more:
libs 16.4Mb
- checking package directory ... OK
- checking ‘build’ directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over files ... OK
- checking index information ... OK
- checking package subdirectories ... OK
- checking R files for non-ASCII characters ... OK
- checking R files for syntax errors ... OK
- checking whether the package can be loaded ... [0s/0s] OK
- checking whether the package can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the package can be unloaded cleanly ... [0s/0s] OK
- checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK
- checking whether the namespace can be unloaded cleanly ... [0s/0s] OK
- checking loading without being on the library search path ... [0s/0s] OK
- checking startup messages can be suppressed ... [0s/0s] OK
- checking dependencies in R code ... OK
- checking S3 generic/method consistency ... OK
- checking replacement functions ... OK
- checking foreign function calls ... OK
- checking R code for possible problems ... [7s/7s] OK
- checking Rd files ... [1s/1s] OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... [0s/0s] OK
- checking LazyData ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking R/sysdata.rda ... OK
- checking line endings in C/C++/Fortran sources/headers ... OK
- checking compiled code ... OK
- checking installed files from ‘inst/doc’ ... OK
- checking files in ‘vignettes’ ... OK
- checking examples ... [2s/2s] OK
- checking for unstated dependencies in ‘tests’ ... OK
- checking tests ... [33s/34s] OK
Running ‘testthat.R’ [33s/34s]
- checking for unstated dependencies in vignettes ... OK
- checking package vignettes in ‘inst/doc’ ... OK
- checking running R code from vignettes ... [2s/2s] 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
- checking re-building of vignette outputs ... [16s/18s] OK
- checking PDF version of manual ... [9s/10s] OK
- DONE
Status: 1 ERROR, 1 NOTE
- using check arguments '--no-clean-on-error '