Last updated on 2021-02-26 18:56:04 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.0.2 | 28.32 | 222.41 | 250.73 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.0.2 | 23.05 | 162.92 | 185.97 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.0.2 | 315.70 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.0.2 | 295.46 | OK | |||
r-devel-windows-ix86+x86_64 | 1.0.2 | 46.00 | 186.00 | 232.00 | OK | |
r-patched-linux-x86_64 | 1.0.2 | 21.00 | 207.25 | 228.25 | OK | |
r-patched-solaris-x86 | 1.0.2 | 416.50 | ERROR | |||
r-release-linux-x86_64 | 1.0.2 | 19.55 | 202.24 | 221.79 | OK | |
r-release-macos-x86_64 | 1.0.2 | OK | ||||
r-release-windows-ix86+x86_64 | 1.0.2 | 73.00 | 253.00 | 326.00 | OK | |
r-oldrel-macos-x86_64 | 1.0.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.0.2 | 39.00 | 229.00 | 268.00 | OK |
Version: 1.0.2
Check: examples
Result: ERROR
Running examples in ‘biospear-Ex.R’ failed
The error most likely occurred in:
> ### Name: BMsel
> ### Title: Biomarker selection in a Cox regression model
> ### Aliases: BMsel summary.resBMsel
> ### Keywords: survival biomarker selection prognostic interactions
>
> ### ** Examples
>
> ########################################
> # Simulated data set
> ########################################
>
> ## Low calculation time
> set.seed(654321)
> sdata <- simdata(
+ n = 500, p = 20, q.main = 3, q.inter = 0,
+ prob.tt = 0.5, alpha.tt = 0,
+ beta.main = -0.8,
+ b.corr = 0.6, b.corr.by = 4,
+ m0 = 5, wei.shape = 1, recr = 4, fu = 2,
+ timefactor = 1)
>
> resBM <- BMsel(
+ data = sdata,
+ method = c("lasso", "lasso-pcvl"),
+ inter = FALSE,
+ folds = 5)
Computing selection with method: lasso
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Warning: from glmnet Fortran code (error code -30000); Numerical error at 0th lambda value; solutions for larger values of lambda returned
Warning in getcoef(fit, nvars, nx, vnames) :
an empty model has been returned; probably a convergence issue
Error in coxnet(xd, is.sparse, ix, jx, y, weights, offset, alpha, nobs, :
NA/NaN/Inf in foreign function call (arg 16)
Calls: BMsel -> lapply -> FUN -> <Anonymous> -> glmnet -> coxnet
Execution halted
Flavor: r-patched-solaris-x86