CRAN Package Check Results for Package transreg

Last updated on 2025-06-05 17:56:25 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 2.25 50.15 52.40 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.24 67.28 70.52 ERROR
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 82.00 87.00 ERROR
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 5.00 103.00 108.00 ERROR

Check Details

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 Flavors: r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64

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, r-release-windows-x86_64, r-oldrel-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 Flavors: r-devel-windows-x86_64, r-release-windows-x86_64

Version: 1.0.3
Check: tests
Result: ERROR Running ‘testthat.R’ [26s/31s] 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-patched-linux-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

Version: 1.0.3
Check: tests
Result: ERROR Running 'testthat.R' [28s] 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-oldrel-windows-x86_64