Last updated on 2026-03-07 16:51:34 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.0-10 | 17.56 | 326.87 | 344.43 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.0-10 | 9.28 | 90.72 | 100.00 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.0-99 | 23.00 | 226.07 | 249.07 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 0.0-99 | 24.00 | 217.71 | 241.71 | ERROR | |
| r-devel-macos-arm64 | 0.0-99 | 4.00 | 45.00 | 49.00 | ERROR | |
| r-devel-windows-x86_64 | 0.0-99 | 17.00 | 201.00 | 218.00 | OK | |
| r-patched-linux-x86_64 | 0.0-10 | 17.24 | 310.95 | 328.19 | OK | |
| r-release-linux-x86_64 | 0.0-10 | 16.75 | 312.28 | 329.03 | OK | |
| r-release-macos-arm64 | 0.0-99 | 4.00 | 43.00 | 47.00 | ERROR | |
| r-release-macos-x86_64 | 0.0-10 | 13.00 | 335.00 | 348.00 | OK | |
| r-release-windows-x86_64 | 0.0-10 | 20.00 | 309.00 | 329.00 | OK | |
| r-oldrel-macos-arm64 | 0.0-99 | 4.00 | 46.00 | 50.00 | ERROR | |
| r-oldrel-macos-x86_64 | 0.0-10 | 13.00 | 396.00 | 409.00 | OK | |
| r-oldrel-windows-x86_64 | 0.0-10 | 27.00 | 419.00 | 446.00 | OK |
Version: 0.0-10
Check: Rd cross-references
Result: WARN
Missing link(s) in Rd file 'tramnet.Rd':
‘[CVXR]{solve}’
See section 'Cross-references' in the 'Writing R Extensions' manual.
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0-10
Check: tests
Result: ERROR
Running ‘Colr-pen.R’ [3s/4s]
Running the tests in ‘tests/Colr-pen.R’ failed.
Complete output:
> # Tests for COLR models
>
> set.seed(0)
>
> ## Depencies
> ## IGNORE_RDIFF_BEGIN
> library("tramnet")
Loading required package: tram
Loading required package: mlt
Loading required package: basefun
Loading required package: variables
Loading required package: mvtnorm
Loading required package: CVXR
Attaching package: 'CVXR'
The following objects are masked from 'package:stats':
power, sd, var
The following objects are masked from 'package:base':
norm, outer
Loading required package: mlrMBO
Loading required package: mlr
Loading required package: ParamHelpers
Loading required package: smoof
Loading required package: checkmate
> library("sandwich")
>
> ## IGNORE_RDIFF_END
> old <- options(digits = 3)
>
> if (require("survival") & require("TH.data")) {
+ ## Exact and Right censored
+ data("GBSG2", package = "TH.data")
+ GBSG2$surv <- with(GBSG2, Surv(time, cens))
+ x <- matrix(1 * (GBSG2$horTh == "yes"), ncol = 1)
+ colnames(x) <- "horTh"
+
+ yCOLR <- Colr(surv ~ 1, data = GBSG2, log_first = TRUE, order = 10, support = c(1e-12, max(GBSG2$time)))
+ modCOLR <- tramnet(yCOLR, x, lambda = 0, alpha = 0)
+ yCOLRb <- Colr(surv ~ horTh, data = GBSG2, log_first = TRUE, order = 10)
+ print(max(abs(coef(yCOLRb, with_baseline = FALSE) -
+ coef(modCOLR, with_baseline = FALSE))))
+ print(logLik(yCOLRb))
+ print(logLik(modCOLR))
+ print(-modCOLR$result$value)
+ print(logLik(modCOLR, newdata = tramnet:::.get_tramnet_data(modCOLR)[1:10, ]))
+
+ ## methods
+ print(coef(modCOLR, tol = 0, with_baseline = TRUE))
+ print(logLik(modCOLR))
+ print(c(resid(modCOLR)[1:10]))
+ print(predict(modCOLR, type = "distribution", q = 1)[, 1:10])
+ print(predict(modCOLR, type = "quantile", prob = 0.5)[, 1:10])
+ print.default(head(simulate(modCOLR)))
+ print(as.data.frame(head(estfun(modCOLR))))
+ plot(modCOLR, type = "survivor")
+ plot(modCOLR, type = "density", K = 120)
+ print(modCOLR)
+ }
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS
Attaching package: 'MASS'
The following object is masked from 'package:CVXR':
huber
Attaching package: 'TH.data'
The following object is masked from 'package:MASS':
geyser
Error in as.vector(x, mode) :
cannot coerce type 'object' to vector of type 'any'
Calls: tramnet ... <Anonymous> -> as.matrix.default -> array -> as.vector
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0-10
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
...
--- re-building ‘tramnet.Rnw’ using knitr
Quitting from tramnet.Rnw:936-941 [BH_Linear2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `as.vector()`:
! cannot coerce type 'object' to vector of type 'any'
---
Backtrace:
x
1. \-tramnet::tramnet(m0, x = x, alpha = 0, lambda = 0)
2. \-tramnet:::.tramnet_objective(...)
3. +-trdat$const$ui %*% theta
4. \-trdat$const$ui %*% theta
5. +-(if (length(dim(y)) == 2L) as.matrix else as.vector)(y)
6. +-(if (length(dim(y)) == 2L) as.matrix else as.vector)(y)
7. \-base::as.matrix.default(y)
8. \-base::array(...)
9. \-base::as.vector(data)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tramnet.Rnw' failed with diagnostics:
cannot coerce type 'object' to vector of type 'any'
--- failed re-building ‘tramnet.Rnw’
SUMMARY: processing the following file failed:
‘tramnet.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.0-99
Check: tests
Result: ERROR
Running ‘Colr-pen.R’ [14s/18s]
Running the tests in ‘tests/Colr-pen.R’ failed.
Complete output:
> # Tests for COLR models
>
> set.seed(0)
>
> ## Depencies
> ## IGNORE_RDIFF_BEGIN
> library("tramnet")
Loading required package: tram
Loading required package: mlt
Loading required package: basefun
Loading required package: variables
Loading required package: mvtnorm
Loading required package: CVXR
Attaching package: 'CVXR'
The following objects are masked from 'package:stats':
power, sd, var
The following objects are masked from 'package:base':
norm, outer
Loading required package: mlrMBO
Loading required package: mlr
Loading required package: ParamHelpers
Loading required package: smoof
Loading required package: checkmate
> library("sandwich")
>
> ## IGNORE_RDIFF_END
> old <- options(digits = 3)
>
> if (require("survival") & require("TH.data")) {
+ ## Exact and Right censored
+ data("GBSG2", package = "TH.data")
+ GBSG2$surv <- with(GBSG2, Surv(time, cens))
+ x <- matrix(1 * (GBSG2$horTh == "yes"), ncol = 1)
+ colnames(x) <- "horTh"
+
+ yCOLR <- Colr(surv ~ 1, data = GBSG2, log_first = TRUE, order = 10, support = c(1e-12, max(GBSG2$time)))
+ modCOLR <- tramnet(yCOLR, x, lambda = 0, alpha = 0)
+ yCOLRb <- Colr(surv ~ horTh, data = GBSG2, log_first = TRUE, order = 10)
+ print(max(abs(coef(yCOLRb, with_baseline = FALSE) -
+ coef(modCOLR, with_baseline = FALSE))))
+ print(logLik(yCOLRb))
+ print(logLik(modCOLR))
+ print(-modCOLR$result$value)
+ print(logLik(modCOLR, newdata = tramnet:::.get_tramnet_data(modCOLR)[1:10, ]))
+
+ ## methods
+ print(coef(modCOLR, tol = 0, with_baseline = TRUE))
+ print(logLik(modCOLR))
+ print(c(resid(modCOLR)[1:10]))
+ print(predict(modCOLR, type = "distribution", q = 1)[, 1:10])
+ print(predict(modCOLR, type = "quantile", prob = 0.5)[, 1:10])
+ print.default(head(simulate(modCOLR)))
+ print(as.data.frame(head(estfun(modCOLR))))
+ plot(modCOLR, type = "survivor")
+ plot(modCOLR, type = "density", K = 120)
+ print(modCOLR)
+ }
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS
Attaching package: 'MASS'
The following object is masked from 'package:CVXR':
huber
Attaching package: 'TH.data'
The following object is masked from 'package:MASS':
geyser
Error in Rmosek::mosek(prob, opts) :
Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
Calls: tramnet ... method(solve_via_data, CVXR::Mosek_Solver) -> <Anonymous>
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc
Version: 0.0-99
Check: re-building of vignette outputs
Result: ERROR
Error(s) in re-building vignettes:
--- re-building ‘tramnet.Rnw’ using knitr
Quitting from tramnet.Rnw:936-941 [BH_Linear2]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<error/rlang_error>
Error in `Rmosek::mosek()`:
! Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
---
Backtrace:
x
1. \-tramnet::tramnet(m0, x = x, alpha = 0, lambda = 0)
2. \-CVXR::psolve(prob, ...)
3. \-CVXR::solve_via_data(...)
4. +-S7::S7_dispatch()
5. \-CVXR (local) `method(solve_via_data, CVXR::SolvingChain)`(...)
6. \-CVXR::solve_via_data(...)
7. +-S7::S7_dispatch()
8. \-CVXR (local) `method(solve_via_data, CVXR::Mosek_Solver)`(...)
9. \-Rmosek::mosek(prob, opts)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error: processing vignette 'tramnet.Rnw' failed with diagnostics:
Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
--- failed re-building ‘tramnet.Rnw’
SUMMARY: processing the following file failed:
‘tramnet.Rnw’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-gcc, r-devel-macos-arm64, r-release-macos-arm64, r-oldrel-macos-arm64
Version: 0.0-99
Check: tests
Result: ERROR
Running ‘Colr-pen.R’ [2s/3s]
Running the tests in ‘tests/Colr-pen.R’ failed.
Complete output:
> # Tests for COLR models
>
> set.seed(0)
>
> ## Depencies
> ## IGNORE_RDIFF_BEGIN
> library("tramnet")
Loading required package: tram
Loading required package: mlt
Loading required package: basefun
Loading required package: variables
Loading required package: mvtnorm
Loading required package: CVXR
Attaching package: 'CVXR'
The following objects are masked from 'package:stats':
power, sd, var
The following objects are masked from 'package:base':
norm, outer
Loading required package: mlrMBO
Loading required package: mlr
Loading required package: ParamHelpers
Loading required package: smoof
Loading required package: checkmate
> library("sandwich")
>
> ## IGNORE_RDIFF_END
> old <- options(digits = 3)
>
> if (require("survival") & require("TH.data")) {
+ ## Exact and Right censored
+ data("GBSG2", package = "TH.data")
+ GBSG2$surv <- with(GBSG2, Surv(time, cens))
+ x <- matrix(1 * (GBSG2$horTh == "yes"), ncol = 1)
+ colnames(x) <- "horTh"
+
+ yCOLR <- Colr(surv ~ 1, data = GBSG2, log_first = TRUE, order = 10, support = c(1e-12, max(GBSG2$time)))
+ modCOLR <- tramnet(yCOLR, x, lambda = 0, alpha = 0)
+ yCOLRb <- Colr(surv ~ horTh, data = GBSG2, log_first = TRUE, order = 10)
+ print(max(abs(coef(yCOLRb, with_baseline = FALSE) -
+ coef(modCOLR, with_baseline = FALSE))))
+ print(logLik(yCOLRb))
+ print(logLik(modCOLR))
+ print(-modCOLR$result$value)
+ print(logLik(modCOLR, newdata = tramnet:::.get_tramnet_data(modCOLR)[1:10, ]))
+
+ ## methods
+ print(coef(modCOLR, tol = 0, with_baseline = TRUE))
+ print(logLik(modCOLR))
+ print(c(resid(modCOLR)[1:10]))
+ print(predict(modCOLR, type = "distribution", q = 1)[, 1:10])
+ print(predict(modCOLR, type = "quantile", prob = 0.5)[, 1:10])
+ print.default(head(simulate(modCOLR)))
+ print(as.data.frame(head(estfun(modCOLR))))
+ plot(modCOLR, type = "survivor")
+ plot(modCOLR, type = "density", K = 120)
+ print(modCOLR)
+ }
Loading required package: survival
Loading required package: TH.data
Loading required package: MASS
Attaching package: 'MASS'
The following object is masked from 'package:CVXR':
huber
Attaching package: 'TH.data'
The following object is masked from 'package:MASS':
geyser
Error in Rmosek::mosek(prob, opts) :
Unknown exported object to be built. Please use 'Rmosek::mosek_attachbuilder' to complete the installation of Rmosek.
Calls: tramnet ... method(solve_via_data, CVXR::Mosek_Solver) -> <Anonymous>
Execution halted
Flavors: r-devel-macos-arm64, r-release-macos-arm64, r-oldrel-macos-arm64