The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
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[@]metanet.ch.
Last updated on 2026-06-06 17:50:08 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 2.3.0 | 9.47 | 83.19 | 92.66 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 2.3.0 | 7.27 | 58.22 | 65.49 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 2.3.0 | 17.00 | 119.03 | 136.03 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 2.3.0 | 19.00 | 145.98 | 164.98 | ERROR | |
| r-devel-windows-x86_64 | 2.3.0 | 13.00 | 100.00 | 113.00 | ERROR | |
| 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 | 13.00 | 120.00 | 133.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 |
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
Flavors: r-devel-linux-x86_64-debian-clang, 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
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 2.3.0
Check: examples
Result: ERROR
Running examples in ‘kairos-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
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.