CRAN Package Check Results for Package lmridge

Last updated on 2025-02-11 07:48:27 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.2.2 2.91 31.36 34.27 NOTE
r-devel-linux-x86_64-debian-gcc 1.2.2 2.25 22.48 24.73 NOTE
r-devel-linux-x86_64-fedora-clang 1.2.2 56.45 NOTE
r-devel-linux-x86_64-fedora-gcc 1.2.2 51.98 NOTE
r-devel-windows-x86_64 1.2.2 4.00 0.00 4.00 FAIL
r-patched-linux-x86_64 1.2.2 3.36 29.07 32.43 NOTE
r-release-linux-x86_64 1.2.2 2.64 29.00 31.64 NOTE
r-release-macos-arm64 1.2.2 18.00 NOTE
r-release-macos-x86_64 1.2.2 38.00 NOTE
r-release-windows-x86_64 1.2.2 4.00 52.00 56.00 NOTE
r-oldrel-macos-arm64 1.2.2 22.00 OK
r-oldrel-macos-x86_64 1.2.2 28.00 OK
r-oldrel-windows-x86_64 1.2.2 5.00 58.00 63.00 OK

Check Details

Version: 1.2.2
Check: Rd files
Result: NOTE checkRd: (-1) vcov.Rd:20: Lost braces 20 | A list of matrix of estimated covariances in the linear ridge regression model for scalar or vector biasing parameter \code{K}{K} is produced. Each list element has row and column names corresponding to the parameter names given by the \code{coef(mod)}. List items are named correspond to values of biasing parameter \eqn{K}{K}.} | ^ 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-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64

Version: 1.2.2
Check: PDF version of manual
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: > ### ** Examples > > data(Hald) > mod <- lmridge(y~., data = as.data.frame(Hald), scaling = "sc", K = seq(0,1,.2) ) > vif(mod) X1 X2 X3 X4 k=0 38.49621 254.42317 46.86839 282.51286 k=0.2 0.78682 0.34530 0.75196 0.28085 k=0.4 0.42550 0.22924 0.41894 0.20412 k=0.6 0.28708 0.17709 0.28795 0.16481 k=0.8 0.21490 0.14496 0.21798 0.13816 k=1 0.17047 0.12236 0.17409 0.11827 > > > > ### * <FOOTER> > ### > cleanEx() > options(digits = 7L) > base::cat("Time elapsed: ", proc.time() - base::get("ptime", pos = 'CheckExEnv'),"\n") Time elapsed: 4.64 0.17 4.81 NA NA > grDevices::dev.off() null device 1 > ### > ### Local variables: *** > ### mode: outline-minor *** > ### outline-regexp: "\\(> \\)?### [*]+" *** > ### End: *** > quit('no') ======== End of example output (where/before crash/hang up occured ?) ======== Flavor: r-devel-windows-x86_64