Last updated on 2025-03-16 12:50:20 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.6 | 40.25 | 90.24 | 130.49 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.6 | 29.32 | 62.49 | 91.81 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.2.6 | 234.36 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.6 | 226.10 | NOTE | |||
r-devel-macos-arm64 | 1.2.6 | 72.00 | OK | |||
r-devel-macos-x86_64 | 1.2.6 | 118.00 | OK | |||
r-devel-windows-x86_64 | 1.2.6 | 51.00 | 0.00 | 51.00 | FAIL | |
r-patched-linux-x86_64 | 1.2.6 | 40.81 | 89.82 | 130.63 | WARN | |
r-release-linux-x86_64 | 1.2.6 | 45.09 | 85.81 | 130.90 | OK | |
r-release-macos-arm64 | 1.2.6 | 70.00 | NOTE | |||
r-release-macos-x86_64 | 1.2.6 | 91.00 | NOTE | |||
r-release-windows-x86_64 | 1.2.6 | 49.00 | 194.00 | 243.00 | OK | |
r-oldrel-macos-arm64 | 1.2.6 | NOTE | ||||
r-oldrel-macos-x86_64 | 1.2.6 | 150.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.2.6 | 62.00 | 227.00 | 289.00 | OK |
Version: 1.2.6
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
nnet.Rd: MvnPrior
suggest.burn.Rd: SuggestBurnLogLikelihood
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64
Version: 1.2.6
Check: compiled code
Result: NOTE
File ‘BoomSpikeSlab/libs/BoomSpikeSlab.so’:
Found non-API call to R: ‘Rf_isFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-linux-x86_64
Version: 1.2.6
Check: examples
Result: FAIL
Check process probably crashed or hung up for 20 minutes ... killed
Most likely this happened in the example checks (?),
if not, ignore the following last lines of example output:
=-=-=-=-=
=-=-=-=-= Iteration 900 Sat Mar 15 07:41:13 2025
=-=-=-=-=
>
>
>
> cleanEx()
> nameEx("lm.spike")
> ### * lm.spike
>
> flush(stderr()); flush(stdout())
>
> ### Name: lm.spike
> ### Title: Spike and slab regression
> ### Aliases: lm.spike spikeslab SsvsOptions OdaOptions
> ### Keywords: models regression
>
> ### ** Examples
>
> n <- 100
> p <- 10
> ngood <- 3
> niter <- 1000
> sigma <- .8
>
> x <- cbind(1, matrix(rnorm(n * (p-1)), nrow=n))
> beta <- c(rnorm(ngood), rep(0, p - ngood))
> y <- rnorm(n, x %*% beta, sigma)
> x <- x[,-1]
> model <- lm.spike(y ~ x, niter=niter)
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-x86_64
Version: 1.2.6
Check: whether package can be installed
Result: WARN
Found the following significant warnings:
Rd warning: nnet.Rd:74: missing link ‘MvnPrior’
Rd warning: suggest.burn.Rd:23: missing link ‘SuggestBurnLogLikelihood’
See ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/PKGS/BoomSpikeSlab.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-14 (Debian 14.2.0-17) 14.2.0’
Flavor: r-patched-linux-x86_64
Version: 1.2.6
Check: installed package size
Result: NOTE
installed size is 93.4Mb
sub-directories of 1Mb or more:
libs 92.8Mb
Flavors: r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64