Last updated on 2025-01-09 01:49:39 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 4.84 | 230.11 | 234.95 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.1 | 261.21 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.1 | 244.97 | OK | |||
r-devel-windows-x86_64 | 0.2.0 | 7.00 | 316.00 | 323.00 | OK | |
r-patched-linux-x86_64 | 0.2.0 | 5.44 | 299.71 | 305.15 | OK | |
r-release-linux-x86_64 | 0.2.0 | 6.14 | 301.88 | 308.02 | OK | |
r-release-macos-arm64 | 0.2.1 | 65.00 | OK | |||
r-release-macos-x86_64 | 0.2.1 | 183.00 | OK | |||
r-release-windows-x86_64 | 0.2.0 | 7.00 | 323.00 | 330.00 | OK | |
r-oldrel-macos-arm64 | 0.2.1 | 83.00 | OK | |||
r-oldrel-macos-x86_64 | 0.2.1 | 163.00 | OK | |||
r-oldrel-windows-x86_64 | 0.2.0 | 8.00 | 383.00 | 391.00 | OK |
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-clang