Last updated on 2025-06-02 02:50:15 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 21.76 | 140.96 | 162.72 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 13.00 | 101.15 | 114.15 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 265.01 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 257.76 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 28.00 | 158.00 | 186.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 19.10 | 135.21 | 154.31 | OK | |
r-release-linux-x86_64 | 1.1.0 | 20.08 | 133.44 | 153.52 | ERROR | |
r-release-macos-arm64 | 1.1.0 | 82.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 159.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 27.00 | 152.00 | 179.00 | ERROR | |
r-oldrel-macos-arm64 | 1.1.0 | 69.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 135.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 33.00 | 195.00 | 228.00 | ERROR |
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘timeplyr-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### 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
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
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
Flavors: r-release-windows-x86_64, r-oldrel-windows-x86_64