Last updated on 2026-05-04 22:50:00 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.8 | 28.47 | 285.30 | 313.77 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.8 | 19.42 | 197.03 | 216.45 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.8 | 42.00 | 453.09 | 495.09 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.8 | 50.00 | 475.47 | 525.47 | OK | |
| r-devel-windows-x86_64 | 0.8 | 33.00 | 307.00 | 340.00 | OK | |
| r-patched-linux-x86_64 | 0.8 | 29.03 | 272.04 | 301.07 | OK | |
| r-release-linux-x86_64 | 0.8 | 25.11 | 272.40 | 297.51 | OK | |
| r-release-macos-arm64 | 0.8 | 6.00 | 78.00 | 84.00 | OK | |
| r-release-macos-x86_64 | 0.8 | 19.00 | 336.00 | 355.00 | OK | |
| r-release-windows-x86_64 | 0.8 | 36.00 | 302.00 | 338.00 | OK | |
| r-oldrel-macos-arm64 | 0.8 | OK | ||||
| r-oldrel-macos-x86_64 | 0.8 | 18.00 | 317.00 | 335.00 | OK | |
| r-oldrel-windows-x86_64 | 0.8 | 42.00 | 388.00 | 430.00 | OK |
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-gcc, r-devel-linux-x86_64-fedora-clang
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
Flavor: r-devel-linux-x86_64-debian-gcc
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-devel-linux-x86_64-fedora-clang