CRAN Package Check Results for Maintainer ‘Nick Christofides <nick.christofides.r at gmail.com>’

Last updated on 2025-04-01 09:55:32 CEST.

Package NOTE OK
cheapr 15
cppdoubles 15
fastplyr 6 9
timeplyr 15

Package cheapr

Current CRAN status: OK: 15

Additional issues

rchk

Package cppdoubles

Current CRAN status: OK: 15

Package fastplyr

Current CRAN status: NOTE: 6, OK: 9

Version: 0.5.1
Check: compiled code
Result: NOTE File ‘fastplyr/libs/fastplyr.so’: Found non-API call to R: ‘Rf_isFrame’ Compiled code should not call non-API entry points in R. See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual, and section ‘Moving into C API compliance’ for issues with the use of non-API entry points. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64

Version: 0.5.1
Check: compiled code
Result: NOTE File 'fastplyr/libs/x64/fastplyr.dll': Found non-API call to R: 'Rf_isFrame' Compiled code should not call non-API entry points in R. See 'Writing portable packages' in the 'Writing R Extensions' manual, and section 'Moving into C API compliance' for issues with the use of non-API entry points. Flavor: r-devel-windows-x86_64

Package timeplyr

Current CRAN status: OK: 15

Additional issues

0len

Version: 1.1.0
Check: examples
Result: 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 cpp_sequence(as.integer(size), from, by) : size must not contain NA values Calls: time_seq ... sequences -> time_cast -> <Anonymous> -> cpp_sequence Execution halted Flavor: r-oldrel-windows-x86_64