Last updated on 2025-01-09 01:49:53 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.9-0 | ERROR | ||||
r-devel-linux-x86_64-debian-gcc | 6.9-0 | 25.18 | 168.91 | 194.09 | OK | |
r-devel-linux-x86_64-fedora-clang | 6.9-0 | 517.96 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 6.9-0 | 450.94 | OK | |||
r-devel-windows-x86_64 | 6.9-0 | 39.00 | 257.00 | 296.00 | OK | |
r-patched-linux-x86_64 | 6.9-0 | 46.67 | 243.77 | 290.44 | OK | |
r-release-linux-x86_64 | 6.9-0 | 37.09 | 243.75 | 280.84 | OK | |
r-release-macos-arm64 | 6.9-0 | 106.00 | OK | |||
r-release-macos-x86_64 | 6.9-0 | 205.00 | OK | |||
r-release-windows-x86_64 | 6.9-0 | 42.00 | 253.00 | 295.00 | OK | |
r-oldrel-macos-arm64 | 6.8-1 | 130.00 | OK | |||
r-oldrel-macos-x86_64 | 6.8-1 | 336.00 | OK | |||
r-oldrel-windows-x86_64 | 6.8-1 | 55.00 | 332.00 | 387.00 | OK |
Version: 6.9-0
Check: examples
Result: ERROR
Running examples in ‘rms-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: rexVar
> ### Title: rexVar
> ### Aliases: rexVar
>
> ### ** Examples
>
> set.seed(1)
> n <- 100
> x1 <- rnorm(n)
> x2 <- rnorm(n)
> x3 <- rnorm(n)
> y <- x1 + x2 + rnorm(n) / 2.
> d <- data.frame(x1, x2, x3, y)
> dd <- datadist(d); options(datadist='dd')
> f <- ols(y ~ pol(x1, 2) * pol(x2, 2) + x3,
+ data=d, x=TRUE, y=TRUE)
> plot(anova(f), what='proportion R2', pl=FALSE)
> rexVar(f)
Relative Explained Variation
x1 x2 x3 x1 * x2
0.476 0.508 0.000 0.013
> g <- bootcov(f, B=20, coef.reps=TRUE)
> rexVar(g, data=d)
Error in loadNamespace(x) : there is no package called ‘rmsb’
Calls: rexVar ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
bootcov 4.301 0.03 5.787
Flavor: r-devel-linux-x86_64-debian-clang