Last updated on 2025-09-02 21:50:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 22.06 | 140.52 | 162.58 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 13.13 | 98.63 | 111.76 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 253.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 244.97 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 27.00 | 146.00 | 173.00 | ERROR | |
r-patched-linux-x86_64 | 1.1.0 | 18.79 | 135.82 | 154.61 | OK | |
r-release-linux-x86_64 | 1.1.0 | 18.28 | 136.75 | 155.03 | OK | |
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 | 29.00 | 157.00 | 186.00 | OK | |
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 | 32.00 | 199.00 | 231.00 | OK |
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-devel-windows-x86_64