Last updated on 2025-06-04 07:48:43 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.3 | 3.02 | 113.80 | 116.82 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.3 | 1.76 | 50.97 | 52.73 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.0.3 | 116.05 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.3 | 129.39 | ERROR | |||
r-devel-windows-x86_64 | 1.0.3 | 5.00 | 78.00 | 83.00 | ERROR | |
r-patched-linux-x86_64 | 1.0.3 | 3.14 | 110.38 | 113.52 | OK | |
r-release-linux-x86_64 | 1.0.3 | 2.80 | 107.97 | 110.77 | OK | |
r-release-macos-arm64 | 1.0.3 | 98.00 | OK | |||
r-release-macos-x86_64 | 1.0.3 | 127.00 | OK | |||
r-release-windows-x86_64 | 1.0.3 | 5.00 | 114.00 | 119.00 | OK | |
r-oldrel-macos-arm64 | 1.0.3 | 59.00 | NOTE | |||
r-oldrel-macos-x86_64 | 1.0.3 | 107.00 | NOTE | |||
r-oldrel-windows-x86_64 | 1.0.3 | 6.00 | 163.00 | 169.00 | NOTE |
Version: 1.0.3
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-devel-linux-x86_64-debian-gcc
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [17s/21s]
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)", "s2"]
7. └─beta["(Intercept)", "s2"]
8. └─Matrix:::.subscript.2ary(x, i, j, drop = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 1.0.3
Check: examples
Result: ERROR
Running examples in ‘transreg-Ex.R’ failed
The error most likely occurred in:
> ### 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
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [40s/118s]
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)", "s2"]
7. └─beta["(Intercept)", "s2"]
8. └─Matrix:::.subscript.2ary(x, i, j, drop = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 1.0.3
Check: tests
Result: ERROR
Running ‘testthat.R’ [41s/44s]
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)", "s2"]
7. └─beta["(Intercept)", "s2"]
8. └─Matrix:::.subscript.2ary(x, i, j, drop = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 1.0.3
Check: tests
Result: ERROR
Running 'testthat.R' [17s]
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)", "s2"]
7. └─beta["(Intercept)", "s2"]
8. └─Matrix:::.subscript.2ary(x, i, j, drop = TRUE)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 3 ]
Error: Test failures
Execution halted
Flavor: r-devel-windows-x86_64
Version: 1.0.3
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.3
Check: package dependencies
Result: NOTE
Packages suggested but not available for checking: 'fwelnet', 'doMC'
Flavor: r-oldrel-windows-x86_64