The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.

CRAN Package Check Results for Package kairos

Last updated on 2026-06-25 23:55:00 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.0 11.18 83.43 94.61 ERROR
r-devel-linux-x86_64-debian-gcc 2.3.0 6.90 67.59 74.49 OK
r-devel-linux-x86_64-fedora-clang 2.3.0 17.00 149.14 166.14 OK
r-devel-linux-x86_64-fedora-gcc 2.3.0 17.00 155.85 172.85 OK
r-devel-windows-x86_64 2.3.0 11.00 110.00 121.00 OK
r-patched-linux-x86_64 2.3.0 10.25 91.01 101.26 OK
r-release-linux-x86_64 2.3.0 7.50 91.12 98.62 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 13.00 110.00 123.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 136.00 153.00 OK

Check Details

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-clang

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-clang

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.