Last updated on 2025-12-19 09:49:29 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2025.9.30 | 3.35 | 179.76 | 183.11 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2025.9.30 | 2.52 | 131.36 | 133.88 | OK | |
| r-devel-linux-x86_64-fedora-clang | 2025.9.30 | 6.00 | 126.24 | 132.24 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2025.9.30 | 6.00 | 263.03 | 269.03 | OK | |
| r-devel-windows-x86_64 | 2025.9.30 | 6.00 | 209.00 | 215.00 | OK | |
| r-patched-linux-x86_64 | 2025.9.30 | 3.84 | 169.34 | 173.18 | OK | |
| r-release-linux-x86_64 | 2025.9.30 | 3.58 | 169.72 | 173.30 | OK | |
| r-release-macos-arm64 | 2025.9.30 | OK | ||||
| r-release-macos-x86_64 | 2025.9.30 | 3.00 | 283.00 | 286.00 | OK | |
| r-release-windows-x86_64 | 2025.9.30 | 6.00 | 202.00 | 208.00 | OK | |
| r-oldrel-macos-arm64 | 2025.9.30 | OK | ||||
| r-oldrel-macos-x86_64 | 2025.9.30 | 2.00 | 276.00 | 278.00 | OK | |
| r-oldrel-windows-x86_64 | 2025.9.30 | 7.00 | 266.00 | 273.00 | OK |
Version: 2025.9.30
Check: examples
Result: ERROR
Running examples in ‘atime-Ex.R’ failed
The error most likely occurred in:
> ### Name: references_best
> ### Title: Best references
> ### Aliases: references_best
>
> ### ** Examples
>
>
> ## Polynomial and exponential time string functions.
> atime_result_string <- atime::atime(
+ seconds.limit=0.001,
+ N=unique(as.integer(10^seq(0,4,l=100))),
+ setup={
+ subject <- paste(rep("a", N), collapse="")
+ pattern <- paste(rep(c("a?", "a"), each=N), collapse="")
+ linear_size_replacement <- paste(rep("REPLACEMENT", N), collapse="")
+ },
+ PCRE.match=regexpr(pattern, subject, perl=TRUE),
+ TRE.match=regexpr(pattern, subject, perl=FALSE),
+ constant.replacement=gsub("a","constant size replacement",subject),
+ linear.replacement=gsub("a",linear_size_replacement,subject))
> (refs_best_string <- atime::references_best(atime_result_string))
Error in `[.data.table`(all.refs, , `:=`(rank, rank(-N)), by = c(L$by.vec, :
attempt access index 6/6 in VECTOR_ELT
Calls: <Anonymous> -> [ -> [.data.table
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2025.9.30
Check: tests
Result: ERROR
Running ‘testthat.R’ [9s/27s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> data.table::setDTthreads(1) # for CRAN.
> if(require(testthat))test_check("atime")
Loading required package: testthat
Loading required package: atime
Saving _problems/test-CRAN-75.R
Saving _problems/test-CRAN-242.R
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 17 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-CRAN.R:75:3'): more units defined in 1 row result ──────────────
Error in ``[.data.table`(all.refs, , `:=`(rank, rank(-N)), by = c(L$by.vec, "fun.name"))`: attempt access index 8/8 in VECTOR_ELT
Backtrace:
▆
1. └─atime::references_best(atime.list) at test-CRAN.R:75:3
2. ├─all.refs[, `:=`(rank, rank(-N)), by = c(L$by.vec, "fun.name")]
3. └─data.table:::`[.data.table`(...)
── Error ('test-CRAN.R:242:1'): (code run outside of `test_that()`) ────────────
Error in ``[.data.table`(all.refs, , `:=`(rank, rank(-N)), by = c(L$by.vec, "fun.name"))`: attempt access index 6/6 in VECTOR_ELT
Backtrace:
▆
1. └─atime::references_best(my.atime) at test-CRAN.R:242:1
2. ├─all.refs[, `:=`(rank, rank(-N)), by = c(L$by.vec, "fun.name")]
3. └─data.table:::`[.data.table`(...)
[ FAIL 2 | WARN 0 | SKIP 0 | PASS 17 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 2025.9.30
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘Custom_Plots.Rmd’ using vignette
Quitting from Custom_Plots.Rmd#14-73 [chunk-1]
Error: processing vignette 'Custom_Plots.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘Custom_Plots.Rmd’
--- re-building ‘Custom_References.Rmd’ using vignette
Quitting from Custom_References.Rmd#70-73 [chunk-2]
Error: processing vignette 'Custom_References.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘Custom_References.Rmd’
--- re-building ‘Custom_Units.Rmd’ using vignette
Quitting from Custom_Units.Rmd#53-56 [chunk-3]
Error: processing vignette 'Custom_Units.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘Custom_Units.Rmd’
--- re-building ‘cum_median.Rmd’ using vignette
Quitting from cum_median.Rmd#39-45 [chunk-2]
Error: processing vignette 'cum_median.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘cum_median.Rmd’
--- re-building ‘regex.Rmd’ using vignette
Quitting from regex.Rmd#31-41 [chunk-3]
Error: processing vignette 'regex.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘regex.Rmd’
--- re-building ‘sparse.Rmd’ using vignette
Quitting from sparse.Rmd#133-136 [chunk-5]
Error: processing vignette 'sparse.Rmd' failed with diagnostics:
attempt access index 6/6 in VECTOR_ELT
--- failed re-building ‘sparse.Rmd’
SUMMARY: processing the following files failed:
‘Custom_Plots.Rmd’ ‘Custom_References.Rmd’ ‘Custom_Units.Rmd’
‘cum_median.Rmd’ ‘regex.Rmd’ ‘sparse.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang