* using log directory ‘/Users/ripley/R/packages/tests-devel/timeplyr.Rcheck’ * using R Under development (unstable) (2026-01-29 r89350) * using platform: aarch64-apple-darwin25.2.0 * R was compiled by Apple clang version 17.0.0 (clang-1700.6.3.2) GNU Fortran (GCC) 14.2.0 * running under: macOS Tahoe 26.2 * using session charset: UTF-8 * using option ‘--no-stop-on-test-error’ * checking for file ‘timeplyr/DESCRIPTION’ ... OK * this is package ‘timeplyr’ version ‘1.1.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 ‘timeplyr’ can be installed ... OK * used C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.6.3.2)’ * used SDK: ‘MacOSX26.2.sdk’ * checking installed package size ... OK * checking package 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 code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking whether startup messages can be suppressed ... OK * checking use of S3 registration ... 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 ... OK * checking Rd files ... 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 line endings in C/C++/Fortran sources/headers ... OK * checking pragmas in C/C++ headers and code ... OK * checking compilation flags used ... OK * checking compiled code ... OK * checking examples ... ERROR Running examples in ‘timeplyr-Ex.R’ failed The error most likely occurred in: > ### Name: time_seq > ### Title: Time based version of 'base::seq()' > ### Aliases: time_seq time_seq_sizes time_seq_v time_seq_v2 > > ### ** Examples > > library(timeplyr) > library(lubridate) Attaching package: ‘lubridate’ The following objects are masked from ‘package:base’: date, intersect, setdiff, union > ## Don't show: > .n_dt_threads <- data.table::getDTthreads() > .n_collapse_threads <- collapse::get_collapse()$nthreads > data.table::setDTthreads(threads = 1L) > collapse::set_collapse(nthreads = 1L) > ## End(Don't show) > # Dates > today <- today() > now <- now() > > time_seq(today, today + months(1), time = "day") Error in cheapr::sequence_(size, from, by, add_id) : size must not contain NA values Calls: time_seq ... date_seq_v2 -> sequences -> time_cast -> Execution halted * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ [19s/19s] [19s/19s] OK * checking PDF version of manual ... OK * checking HTML version of manual ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR See ‘/Users/ripley/R/packages/tests-devel/timeplyr.Rcheck/00check.log’ for details. 57.74 real 49.13 user 6.20 sys