CRAN Package Check Results for Package bdsvd

Last updated on 2024-11-12 15:49:48 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.0 6.79 294.25 301.04 OK
r-devel-linux-x86_64-debian-gcc 0.2.0 3.95 228.11 232.06 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.0 470.44 OK
r-devel-linux-x86_64-fedora-gcc 0.2.0 501.90 OK
r-devel-windows-x86_64 0.2.0 7.00 321.00 328.00 OK
r-patched-linux-x86_64 0.2.0 4.36 300.42 304.78 OK
r-release-linux-x86_64 0.2.0 5.18 302.37 307.55 OK
r-release-macos-arm64 0.2.0 226.00 OK
r-release-macos-x86_64 0.2.0 593.00 OK
r-release-windows-x86_64 0.2.0 7.00 319.00 326.00 OK
r-oldrel-macos-arm64 0.2.0 225.00 OK
r-oldrel-macos-x86_64 0.2.0 529.00 OK
r-oldrel-windows-x86_64 0.2.0 8.00 395.00 403.00 OK

Check Details

Version: 0.2.0
Check: examples
Result: ERROR Running examples in ‘bdsvd-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: detect.blocks > ### Title: Block Detection > ### Aliases: detect.blocks > > ### ** Examples > > #In the first example, we replicate the simulation study for the ad hoc procedure > #Est_0.1 from Bauer (202Xa). In the second example, we manually compute the first step > #of BD-SVD, which can be done using the bdsvd() and/or single.bdsvd(), for constructed > #sparse loadings > > #Example 1: Replicate the simulation study (a) from Bauer (202Xa) for the ad hoc > #procedure Est_0.1. > > p <- 500 #Number of variables > n <- 125 #Number of observations > b <- 500 #Number of blocks > design <- "a" > > #Simulate data matrix X > set.seed(1) > Sigma <- bdsvd.cov.sim(p = p, b = b, design = design) > X <- mvtnorm::rmvnorm(n, mean=rep(0, p), sigma=Sigma) > colnames(X) <- 1:p > > #Perform the ad hoc procedure > detect.blocks(cvCovEst::scadEst(dat = X, lambda = 0.2), threshold = 0) Error in loadNamespace(x) : there is no package called ‘cvCovEst’ Calls: detect.blocks ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-devel-linux-x86_64-debian-gcc