Last updated on 2025-03-14 01:49:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.6 | 40.77 | 90.75 | 131.52 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.2.6 | 30.25 | 63.49 | 93.74 | 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 | 69.00 | 0.00 | 69.00 | FAIL | |
r-patched-linux-x86_64 | 1.2.6 | OK | ||||
r-release-linux-x86_64 | 1.2.6 | 42.82 | 89.70 | 132.52 | 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 | 61.00 | 226.00 | 287.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
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
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:
> CompareDensities(list(gaussian = model$sigma, student = model2$sigma),
+ xlab = "sigma")
>
>
>
> graphics::par(get("par.postscript", pos = 'CheckExEnv'))
> cleanEx()
> nameEx("logit.spike")
> ### * logit.spike
>
> flush(stderr()); flush(stdout())
>
> ### Name: logit.spike
> ### Title: Spike and slab logistic regression
> ### Aliases: logit.spike
> ### Keywords: models regression
>
> ### ** Examples
>
> if (requireNamespace("MASS")) {
+ data(Pima.tr, package = "MASS")
+ data(Pima.te, package = "MASS")
+ pima <- rbind(Pima.tr, Pima.te)
+ model <- logit.spike(type == "Yes" ~ ., data = pima, niter = 500)
+ plot(model)
+ plot(model, "fit")
+ plot(model, "residuals")
+ plot(model, "size")
+ summary(model)
+ }
======== End of example output (where/before crash/hang up occured ?) ========
Flavor: r-devel-windows-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