Last updated on 2026-05-13 10:50:12 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8 | 25.29 | 276.39 | 301.68 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 1.0 | 31.13 | 208.10 | 239.23 | OK | |
| r-devel-linux-x86_64-fedora-clang | 1.0 | 37.00 | 311.21 | 348.21 | OK | |
| r-devel-linux-x86_64-fedora-gcc | 1.0 | 43.00 | 253.35 | 296.35 | OK | |
| r-devel-windows-x86_64 | 1.0 | 31.00 | 286.00 | 317.00 | OK | |
| r-patched-linux-x86_64 | 0.8 | 29.13 | 265.94 | 295.07 | ERROR | |
| r-release-linux-x86_64 | 0.8 | 25.75 | 265.22 | 290.97 | ERROR | |
| r-release-macos-arm64 | 1.0 | 7.00 | 79.00 | 86.00 | OK | |
| r-release-macos-x86_64 | 1.0 | 19.00 | 378.00 | 397.00 | OK | |
| r-release-windows-x86_64 | 1.0 | 34.00 | 305.00 | 339.00 | OK | |
| r-oldrel-macos-arm64 | 1.0 | 6.00 | 75.00 | 81.00 | OK | |
| r-oldrel-macos-x86_64 | 1.0 | 19.00 | 328.00 | 347.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8 | 42.00 | 450.00 | 492.00 | ERROR |
Version: 0.8
Check: for code/documentation mismatches
Result: WARN
Codoc mismatches from Rd file 'multiview.control.Rd':
multiview.control
Code: function(fdev = 1e-05, devmax = 0.999, eps = 1e-06, big =
9.9e+35, mnlam = 5, pmin = 1e-09, exmx = 250, prec =
1e-10, mxit = 100, itrace = 0, epsnr = 1e-06, mxitnr =
25, thresh = 1e-07, maxit = 1e+05, dfmax = NULL, pmax
= NULL, trace.it = 0, factory = FALSE)
Docs: function(fdev = 1e-05, devmax = 0.999, eps = 1e-06, big =
9.9e+35, mnlam = 5, pmin = 1e-09, exmx = 250, prec =
1e-10, mxit = 100, itrace = 0, epsnr = 1e-06, mxitnr =
25, factory = FALSE)
Argument names in code not in docs:
thresh maxit dfmax pmax trace.it
Mismatches in argument names:
Position: 13 Code: thresh Docs: factory
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64, r-oldrel-windows-x86_64
Version: 0.8
Check: examples
Result: ERROR
Running examples in ‘multiview-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: multiview.cox.path
> ### Title: Fit a Cox regression model with elastic net regularization for a
> ### path of lambda values
> ### Aliases: multiview.cox.path
>
> ### ** Examples
>
> set.seed(2)
> nobs <- 100; nvars <- 15
> xvec <- rnorm(nobs * nvars)
> xvec[sample.int(nobs * nvars, size = 0.4 * nobs * nvars)] <- 0
> x <- matrix(xvec, nrow = nobs)
> beta <- rnorm(nvars / 3)
> fx <- x[, seq(nvars / 3)] %*% beta / 3
> ty <- rexp(nobs, exp(fx))
> tcens <- rbinom(n = nobs, prob = 0.3, size = 1)
> jsurv <- survival::Surv(ty, tcens)
> fit1 <- glmnet:::cox.path(x, jsurv)
Error: object 'cox.path' not found
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.8
Check: examples
Result: ERROR
Running examples in 'multiview-Ex.R' failed
The error most likely occurred in:
> ### Name: multiview.cox.path
> ### Title: Fit a Cox regression model with elastic net regularization for a
> ### path of lambda values
> ### Aliases: multiview.cox.path
>
> ### ** Examples
>
> set.seed(2)
> nobs <- 100; nvars <- 15
> xvec <- rnorm(nobs * nvars)
> xvec[sample.int(nobs * nvars, size = 0.4 * nobs * nvars)] <- 0
> x <- matrix(xvec, nrow = nobs)
> beta <- rnorm(nvars / 3)
> fx <- x[, seq(nvars / 3)] %*% beta / 3
> ty <- rexp(nobs, exp(fx))
> tcens <- rbinom(n = nobs, prob = 0.3, size = 1)
> jsurv <- survival::Surv(ty, tcens)
> fit1 <- glmnet:::cox.path(x, jsurv)
Error: object 'cox.path' not found
Execution halted
Flavor: r-oldrel-windows-x86_64