Last updated on 2026-02-03 19:51:35 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 22.09 | 147.59 | 169.68 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 14.23 | 102.49 | 116.72 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 46.00 | 222.66 | 268.66 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 34.00 | 226.06 | 260.06 | OK | |
| 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 | 18.30 | 135.02 | 153.32 | ERROR | |
| 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 | 37.00 | 198.00 | 235.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-release-linux-x86_64