Last updated on 2026-06-25 05:50:50 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.3.0 | 6.55 | 59.58 | 66.13 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.3.0 | 4.75 | 48.28 | 53.03 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.3.0 | 10.00 | 98.73 | 108.73 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.3.0 | 11.00 | 96.45 | 107.45 | OK | |
| r-devel-windows-x86_64 | 0.3.0 | 9.00 | 83.00 | 92.00 | OK | |
| r-patched-linux-x86_64 | 0.3.0 | 5.44 | 61.45 | 66.89 | OK | |
| r-release-linux-x86_64 | 0.3.0 | 6.51 | 61.61 | 68.12 | OK | |
| r-release-macos-arm64 | 0.3.0 | 2.00 | 17.00 | 19.00 | OK | |
| r-release-macos-x86_64 | 0.3.0 | 5.00 | 71.00 | 76.00 | OK | |
| r-release-windows-x86_64 | 0.3.0 | 10.00 | 83.00 | 93.00 | OK | |
| r-oldrel-macos-arm64 | 0.3.0 | 1.00 | 21.00 | 22.00 | OK | |
| r-oldrel-macos-x86_64 | 0.3.0 | 4.00 | 59.00 | 63.00 | OK | |
| r-oldrel-windows-x86_64 | 0.3.0 | 8.00 | 97.00 | 105.00 | OK |
Version: 0.3.0
Check: examples
Result: ERROR
Running examples in ‘ananke-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: as.data.frame
> ### Title: Coerce to a Data Frame
> ### Aliases: as.data.frame as.data.frame,CalibratedAges-method
> ### as.data.frame,CalibratedIntervals-method as.data.frame,RECE-method
> ### as.data.frame,ProxyRecord-method
>
> ### ** Examples
>
> ## Calibrate multiple dates
> cal <- c14_calibrate(
+ values = c(5000, 4500),
+ errors = c(45, 35),
+ names = c("X", "Y")
+ )
>
> as.data.frame(cal)
Error in z[i, j, k, drop = drop] : incorrect number of dimensions
Calls: as.data.frame ... interval_hdr -> .local -> apply -> array -> [ -> [ -> .local
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 0.3.0
Check: tests
Result: ERROR
Running ‘tinytest.R’ [1s/2s]
Running the tests in ‘tests/tinytest.R’ failed.
Complete output:
> if (requireNamespace("tinytest", quietly = TRUE)) {
+ tinytest::test_package("ananke")
+ }
Loading required package: aion
test_c14_calibrate.R.......... 0 tests
test_c14_calibrate.R.......... 0 tests Error in h(simpleError(msg, call)) :
error in evaluating the argument 'x' in selecting a method for function 'as.list': incorrect number of dimensions
Calls: <Anonymous> ... array -> [ -> [ -> .local -> .handleSimpleError -> h
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang