Last updated on 2025-12-05 18:50:04 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 1.1.0 | 4.88 | 126.38 | 131.26 | OK | |
| r-devel-linux-x86_64-debian-gcc | 1.1.0 | 3.37 | 32.06 | 35.43 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 1.1.0 | 11.00 | 188.84 | 199.84 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.1.0 | 11.00 | 194.51 | 205.51 | OK | |
| r-devel-windows-x86_64 | 1.1.0 | 5.00 | 168.00 | 173.00 | OK | |
| r-patched-linux-x86_64 | 1.1.0 | 5.45 | 109.97 | 115.42 | OK | |
| r-release-linux-x86_64 | 1.1.0 | 4.39 | 111.23 | 115.62 | OK | |
| r-release-macos-arm64 | 1.1.0 | OK | ||||
| r-release-macos-x86_64 | 1.1.0 | 4.00 | 156.00 | 160.00 | OK | |
| r-release-windows-x86_64 | 1.1.0 | 5.00 | 166.00 | 171.00 | OK | |
| r-oldrel-macos-arm64 | 1.1.0 | OK | ||||
| r-oldrel-macos-x86_64 | 1.1.0 | 3.00 | 153.00 | 156.00 | OK | |
| r-oldrel-windows-x86_64 | 1.1.0 | 7.00 | 210.00 | 217.00 | OK |
Version: 1.1.0
Check: package dependencies
Result: WARN
Cannot process vignettes
Packages suggested but not available for checking:
'fields', 'GpGp', 'knitr', 'plyr', 'rmarkdown', 'spikeSlabGAM'
VignetteBuilder package required for checking but not installed: ‘knitr’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: examples
Result: ERROR
Running examples in ‘SeBR-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: bsm_bc
> ### Title: Bayesian spline model with a Box-Cox transformation
> ### Aliases: bsm_bc
>
> ### ** Examples
>
> # Simulate some data:
> n = 100 # sample size
> x = sort(runif(n)) # observation points
>
> # Transform a noisy, periodic function:
> y = g_inv_bc(
+ sin(2*pi*x) + sin(4*pi*x) + rnorm(n, sd = .5),
+ lambda = .5) # Signed square-root transformation
>
> # Fit the Bayesian spline model with a Box-Cox transformation:
> fit = bsm_bc(y = y, x = x)
Error: Package "spikeSlabGAM" must be installed to use this function.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.1.0
Check: package vignettes
Result: NOTE
Package has ‘vignettes’ subdirectory but apparently no vignettes.
Perhaps the ‘VignetteBuilder’ information is missing from the
DESCRIPTION file?
Flavor: r-devel-linux-x86_64-debian-gcc