Last updated on 2026-01-30 07:49:00 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 21.23 | 142.22 | 163.45 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 12.87 | 100.71 | 113.58 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 52.00 | 223.11 | 275.11 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 36.00 | 221.08 | 257.08 | ERROR | |
| r-devel-windows-x86_64 | 1.1.1 | 29.00 | 160.00 | 189.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 18.94 | 137.72 | 156.66 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 17.75 | 137.40 | 155.15 | OK | |
| r-release-macos-arm64 | 1.1.1 | OK | ||||
| r-release-macos-x86_64 | 1.1.1 | 14.00 | 131.00 | 145.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 28.00 | 155.00 | 183.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.1 | 14.00 | 140.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 33.00 | 195.00 | 228.00 | OK |
Version: 1.1.1
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 cheapr::sequence_(size, from, by, add_id) :
size must not contain NA values
Calls: time_seq ... date_seq_v2 -> sequences -> time_cast -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.1
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 cheapr::sequence_(size, from, by, add_id) :
size must not contain NA values
Calls: time_seq ... date_seq_v2 -> sequences -> time_cast -> <Anonymous>
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc