Last updated on 2020-08-07 01:49:47 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 6.0.0 | 14.90 | 179.32 | 194.22 | OK | |
r-devel-linux-x86_64-debian-gcc | 6.0.0 | 12.86 | 132.55 | 145.41 | OK | |
r-devel-linux-x86_64-fedora-clang | 6.0.0 | 239.77 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 6.0.0 | 235.14 | OK | |||
r-devel-windows-ix86+x86_64 | 6.0.0 | 47.00 | 206.00 | 253.00 | OK | |
r-patched-linux-x86_64 | 6.0.0 | 15.57 | 176.56 | 192.13 | OK | |
r-patched-solaris-x86 | 6.0.0 | 246.10 | ERROR | |||
r-release-linux-x86_64 | 6.0.0 | 16.36 | 178.19 | 194.55 | OK | |
r-release-macos-x86_64 | 6.0.0 | OK | ||||
r-release-windows-ix86+x86_64 | 6.0.0 | 46.00 | 254.00 | 300.00 | OK | |
r-oldrel-macos-x86_64 | 6.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 6.0.0 | 29.00 | 187.00 | 216.00 | OK |
Version: 6.0.0
Check: examples
Result: ERROR
Running examples in ‘hdnom-Ex.R’ failed
The error most likely occurred in:
> ### Name: calibrate
> ### Title: Calibrate high-dimensional Cox models
> ### Aliases: calibrate
>
> ### ** Examples
>
> data("smart")
> x <- as.matrix(smart[, -c(1, 2)])
> time <- smart$TEVENT
> event <- smart$EVENT
> y <- survival::Surv(time, event)
>
> # Fit Cox model with lasso penalty
> fit <- fit_lasso(x, y, nfolds = 5, rule = "lambda.1se", seed = 11)
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(x, is.sparse, ix, jx, y, weights, offset, alpha, nobs, :
NA/NaN/Inf in foreign function call (arg 16)
Calls: fit_lasso -> glmnet -> coxnet
Execution halted
Flavor: r-patched-solaris-x86
Version: 6.0.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘hdnom.Rmd’ using rmarkdown
Warning in engine$weave(file, quiet = quiet, encoding = enc) :
Pandoc (>= 1.12.3) and/or pandoc-citeproc not available. Falling back to R Markdown v1.
(process:23788): Pango-WARNING **: failed to create cairo scaled font, expect ugly output. the offending font is 'Helvetica Medium 10.5'
(process:23788): Pango-WARNING **: font_face status is: no error has occurred
(process:23788): Pango-WARNING **: scaled_font status is: invalid matrix (not invertible)
(process:23788): Pango-WARNING **: shaping failure, expect ugly output. shape-engine='BasicEngineFc', font='Helvetica Medium 10.5', text='M'
Quitting from lines 367-379 (hdnom.Rmd)
Error: processing vignette 'hdnom.Rmd' failed with diagnostics:
NA/NaN/Inf in foreign function call (arg 16)
--- failed re-building ‘hdnom.Rmd’
SUMMARY: processing the following file failed:
‘hdnom.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86