Last updated on 2025-04-01 09:55:11 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.1.0 | 21.13 | 139.17 | 160.30 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.1.0 | 13.91 | 96.40 | 110.31 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.1.0 | 265.98 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 243.84 | OK | |||
r-devel-macos-arm64 | 1.1.0 | 74.00 | OK | |||
r-devel-macos-x86_64 | 1.1.0 | 140.00 | OK | |||
r-devel-windows-x86_64 | 1.1.0 | 27.00 | 160.00 | 187.00 | OK | |
r-patched-linux-x86_64 | 1.1.0 | 19.91 | 136.59 | 156.50 | OK | |
r-release-linux-x86_64 | 1.1.0 | 16.99 | 134.98 | 151.97 | OK | |
r-release-macos-arm64 | 1.1.0 | 69.00 | OK | |||
r-release-macos-x86_64 | 1.1.0 | 135.00 | OK | |||
r-release-windows-x86_64 | 1.1.0 | 27.00 | 159.00 | 186.00 | OK | |
r-oldrel-macos-arm64 | 1.1.0 | 74.00 | OK | |||
r-oldrel-macos-x86_64 | 1.1.0 | 129.00 | OK | |||
r-oldrel-windows-x86_64 | 1.1.0 | 32.00 | 193.00 | 225.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-oldrel-windows-x86_64