CRAN Package Check Results for Maintainer ‘Balasubramanian Narasimhan <naras at stanford.edu>’

Last updated on 2026-05-05 15:52:15 CEST.

Package ERROR OK
banditpam 13
clarabel 13
conTree 13
multiview 4 9
osqp 13
pamr 13
piqp 13
PMA 13
scip 13

Package banditpam

Current CRAN status: OK: 13

Package clarabel

Current CRAN status: OK: 13

Package conTree

Current CRAN status: OK: 13

Package multiview

Current CRAN status: ERROR: 4, OK: 9

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-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc

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

Package osqp

Current CRAN status: OK: 13

Package pamr

Current CRAN status: OK: 13

Package piqp

Current CRAN status: OK: 13

Package PMA

Current CRAN status: OK: 13

Package scip

Current CRAN status: OK: 13