Last updated on 2025-10-31 20:48:54 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags | 
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.1 | 21.03 | 139.84 | 160.87 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.1.1 | 12.49 | 96.42 | 108.91 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.1.1 | 51.00 | 203.78 | 254.78 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.1 | 113.00 | 147.35 | 260.35 | OK | |
| r-devel-windows-x86_64 | 1.1.1 | 27.00 | 149.00 | 176.00 | OK | |
| r-patched-linux-x86_64 | 1.1.1 | 18.46 | 134.72 | 153.18 | OK | |
| r-release-linux-x86_64 | 1.1.1 | 18.65 | 137.26 | 155.91 | OK | |
| r-release-macos-arm64 | 1.1.1 | 9.00 | 61.00 | 70.00 | OK | |
| r-release-macos-x86_64 | 1.1.1 | 15.00 | 130.00 | 145.00 | OK | |
| r-release-windows-x86_64 | 1.1.1 | 30.00 | 149.00 | 179.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.1 | 9.00 | 62.00 | 71.00 | OK | |
| r-oldrel-macos-x86_64 | 1.1.1 | 15.00 | 139.00 | 154.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.1 | 37.00 | 192.00 | 229.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 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-linux-x86_64-debian-clang