Last updated on 2026-03-12 11:51:28 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 28.95 | 303.71 | 332.66 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 18.52 | 189.28 | 207.80 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 59.00 | 488.27 | 547.27 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 52.00 | 445.61 | 497.61 | OK | |
| r-devel-macos-arm64 | 0.2.0 | 7.00 | 61.00 | 68.00 | OK | |
| r-devel-windows-x86_64 | 0.2.0 | 31.00 | 208.00 | 239.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 27.94 | 279.31 | 307.25 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 30.74 | 278.23 | 308.97 | OK | |
| r-release-macos-arm64 | 0.2.0 | 7.00 | 59.00 | 66.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 24.00 | 373.00 | 397.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 32.00 | 232.00 | 264.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | 7.00 | 62.00 | 69.00 | OK | |
| r-oldrel-macos-x86_64 | 0.2.0 | 24.00 | 327.00 | 351.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 48.00 | 323.00 | 371.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'tabs-Ex.R' failed
The error most likely occurred in:
> ### Name: get_data
> ### Title: Get and prepare input datasets (topo, labs, curve, correction)
> ### Aliases: get_data
>
> ### ** Examples
>
>
> # load data samples
> sporades <- sporades()
> topo <- sporades$topo
> labs <- sporades$labs
> correction <- sporades$correction
> curve <- sporades$curve
>
> # subset first and last period
> curve <- curve[[c(1,dim(curve)[3])]]
>
>
> data <- get_data(topo=topo,
+ region=labs,
+ curve=curve)
> data <- get_data(topo=topo,
+ region=labs,
+ curve=curve,
+ correction=correction)
Flavor: r-devel-windows-x86_64