Last updated on 2026-06-04 11:54:24 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.0 | 10.83 | 93.78 | 104.61 | OK | |
| r-devel-linux-x86_64-debian-gcc | 2.3.0 | 7.48 | 59.70 | 67.18 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.0 | 18.00 | 162.66 | 180.66 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 17.00 | 154.41 | 171.41 | OK | |
| r-devel-windows-x86_64 | 2.3.0 | 12.00 | 113.00 | 125.00 | OK | |
| r-patched-linux-x86_64 | 2.3.0 | 12.54 | 89.74 | 102.28 | OK | |
| r-release-linux-x86_64 | 2.3.0 | 10.54 | 89.64 | 100.18 | OK | |
| r-release-macos-arm64 | 2.3.0 | 2.00 | 28.00 | 30.00 | OK | |
| r-release-macos-x86_64 | 2.3.0 | 7.00 | 97.00 | 104.00 | OK | |
| r-release-windows-x86_64 | 2.3.0 | 12.00 | 110.00 | 122.00 | OK | |
| r-oldrel-macos-arm64 | 2.3.0 | OK | ||||
| r-oldrel-macos-x86_64 | 2.3.0 | 7.00 | 221.00 | 228.00 | OK | |
| r-oldrel-windows-x86_64 | 2.3.0 | 17.00 | 143.00 | 160.00 | OK |
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘kairos-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: aoristic
> ### Title: Aoristic Analysis
> ### Aliases: aoristic aoristic-method aoristic,numeric,numeric-method
> ### aoristic,ANY,missing-method
>
> ### ** Examples
>
> ## Data from Husi 2022
> data("loire", package = "folio")
>
> ## Get time range
> loire_range <- loire[, c("lower", "upper")]
>
> ## Calculate aoristic sum (normal)
> aorist_raw <- aoristic(loire_range, step = 50, weight = FALSE)
> plot(aorist_raw, col = "grey")
>
> ## Calculate aoristic sum (weights)
> aorist_weighted <- aoristic(loire_range, step = 50, weight = TRUE)
> plot(aorist_weighted, col = "grey")
>
> ## Calculate aoristic sum (weights) by group
> aorist_groups <- aoristic(loire_range, step = 50, weight = TRUE,
+ groups = loire$area)
> plot(aorist_groups, flip = TRUE, col = "grey")
> image(aorist_groups)
>
> ## Rate of change
> roc_weighted <- roc(aorist_weighted, n = 30)
> plot(roc_weighted)
Error in z[i, j, k, drop = drop] : incorrect number of dimensions
Calls: plot -> plot -> .local -> apply -> [ -> [ -> .local
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.0
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘event.Rmd’ using knitr
Quitting from event.Rmd:190-197 [event-plot]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `z[i, j, k, drop = drop]`:
! incorrect number of dimensions
---
Backtrace:
▆
1. ├─base::plot(model, type = "activity", event = TRUE, select = 1:6)
2. └─kairos::plot(model, type = "activity", event = TRUE, select = 1:6)
3. └─kairos (local) .local(x, ...)
4. └─base::apply(date_event, 1, function(x) all(is.na(x)))
5. ├─base::array(newX[, i], d.call, dn.call)
6. ├─newX[, i]
7. └─newX[, i]
8. └─aion (local) .local(x, i, j, ..., drop = drop)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'event.Rmd' failed with diagnostics:
incorrect number of dimensions
--- failed re-building ‘event.Rmd’
--- re-building ‘seriation.Rmd’ using knitr
--- finished re-building ‘seriation.Rmd’
SUMMARY: processing the following file failed:
‘event.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc