Last updated on 2026-03-16 08:52:43 CET.
| Package | ERROR | OK |
|---|---|---|
| tabs | 1 | 13 |
Current CRAN status: ERROR: 1, OK: 13
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