Last updated on 2025-08-01 23:48:51 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.5 | 3.17 | 113.25 | 116.42 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.5 | 2.03 | 79.26 | 81.29 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.5 | 192.82 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.5 | 190.14 | OK | |||
r-devel-windows-x86_64 | 1.0.5 | 4.00 | 127.00 | 131.00 | OK | |
r-patched-linux-x86_64 | 1.0.5 | 3.70 | 106.85 | 110.55 | OK | |
r-release-linux-x86_64 | 1.0.4 | 2.82 | 65.93 | 68.75 | ERROR | |
r-release-macos-arm64 | 1.0.5 | 61.00 | OK | |||
r-release-macos-x86_64 | 1.0.5 | 116.00 | OK | |||
r-release-windows-x86_64 | 1.0.5 | 5.00 | 125.00 | 130.00 | OK | |
r-oldrel-macos-arm64 | 1.0.5 | 60.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.5 | 115.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.5 | 5.00 | 161.00 | 166.00 | NOTE |
Version: 1.0.4
Check: examples
Result: ERROR
Running examples in ‘transreg-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: plot.transreg
> ### Title: Plot transreg-object
> ### Aliases: plot.transreg
>
> ### ** Examples
>
> #--- simulation ---
> set.seed(1)
> n <- 100; p <- 500
> X <- matrix(rnorm(n=n*p),nrow=n,ncol=p)
> beta <- rnorm(p) #*rbinom(n=n,size=1,prob=0.2)
> prior1 <- beta + rnorm(p)
> prior2 <- beta + rnorm(p)
> prior3 <- rnorm(p)
> prior4 <- rnorm(p)
> y <- X %*% beta
>
> prior <- cbind(prior1,prior2,prior3,prior4)
> object <- transreg(y=y,X=X,prior=prior,alpha=0,stack=c("sta","sim"))
>
> plot(object,stack="sta")
Error in .subscript.2ary(x, i, j, drop = TRUE) : subscript out of bounds
Calls: plot ... eval -> eval -> .coef.sta -> [ -> [ -> .subscript.2ary
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [26s/29s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(transreg)
>
> testthat::test_check(package="transreg",stop_on_warning=FALSE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test.R:56:5'): (code run outside of `test_that()`) ──────────────────
Error in `.subscript.2ary(x, i, j, drop = TRUE)`: subscript out of bounds
Backtrace:
▆
1. ├─stats::coef(object = object) at test.R:56:5
2. └─transreg:::coef.transreg(object = object)
3. ├─base::eval(parse(text = paste0(".coef.", stack, "(object=object,...)")))
4. │ └─base::eval(parse(text = paste0(".coef.", stack, "(object=object,...)")))
5. └─transreg:::.coef.sta(object = object, ...)
6. ├─beta["(Intercept)", "s0"]
7. └─beta["(Intercept)", "s0"]
8. └─Matrix:::.subscript.2ary(x, i, j, drop = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-release-linux-x86_64
Version: 1.0.5
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘fwelnet’
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 1.0.5
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'fwelnet', 'doMC'
Flavor: r-oldrel-windows-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.