Last updated on 2019-11-25 05:47:37 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 12.73 | 42.79 | 55.52 | ERROR | --no-vignettes |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 10.88 | 32.92 | 43.80 | ERROR | --no-vignettes |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 70.21 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 71.31 | ERROR | |||
r-devel-windows-ix86+x86_64 | 0.4.0 | 24.00 | 66.00 | 90.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 0.4.0 | 15.00 | 63.00 | 78.00 | ERROR | |
r-patched-linux-x86_64 | 0.4.0 | 10.34 | 37.76 | 48.10 | ERROR | --no-vignettes |
r-patched-solaris-x86 | 0.4.0 | 109.50 | ERROR | |||
r-release-linux-x86_64 | 0.4.0 | 11.64 | 39.72 | 51.36 | ERROR | --no-vignettes |
r-release-windows-ix86+x86_64 | 0.4.0 | 24.00 | 83.00 | 107.00 | ERROR | |
r-release-osx-x86_64 | 0.4.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.4.0 | 14.00 | 117.00 | 131.00 | OK | |
r-oldrel-osx-x86_64 | 0.4.0 | OK |
Version: 0.4.0
Flags: --no-vignettes
Check: examples
Result: ERROR
Running examples in 'superml-Ex.R' failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: LMTrainer
> ### Title: Linear Models Trainer
> ### Aliases: LMTrainer
> ### Keywords: datasets
>
> ### ** Examples
>
> LINK <- "http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"
> housing <- read.table(LINK)
> names <- c("CRIM","ZN","INDUS","CHAS","NOX","RM","AGE","DIS",
+ "RAD","TAX","PTRATIO","B","LSTAT","MEDV")
> names(housing) <- names
> lf <- LMTrainer$new(family = 'gaussian', alpha=1)
> lf$fit(X = housing, y = 'MEDV')
> predictions <- lf$predict(df = housing)
>
>
> # cross validation model
> lf$cv_model(X = housing, y = 'MEDV', nfolds = 5, parallel = FALSE)
Computation done.
> predictions <- lf$cv_predict(df = housing)
Error: 'predict.cv.glmnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘superml-Ex.R’ failed
The error most likely occurred in:
> ### Name: LMTrainer
> ### Title: Linear Models Trainer
> ### Aliases: LMTrainer
> ### Keywords: datasets
>
> ### ** Examples
>
> LINK <- "http://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data"
> housing <- read.table(LINK)
> names <- c("CRIM","ZN","INDUS","CHAS","NOX","RM","AGE","DIS",
+ "RAD","TAX","PTRATIO","B","LSTAT","MEDV")
> names(housing) <- names
> lf <- LMTrainer$new(family = 'gaussian', alpha=1)
> lf$fit(X = housing, y = 'MEDV')
> predictions <- lf$predict(df = housing)
>
>
> # cross validation model
> lf$cv_model(X = housing, y = 'MEDV', nfolds = 5, parallel = FALSE)
Computation done.
> predictions <- lf$cv_predict(df = housing)
Error: 'predict.cv.glmnet' is not an exported object from 'namespace:glmnet'
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-patched-solaris-x86, r-release-windows-ix86+x86_64
Version: 0.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
--- re-building ‘introduction.Rmd’ using rmarkdown
Quitting from lines 143-148 (introduction.Rmd)
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
'predict.cv.glmnet' is not an exported object from 'namespace:glmnet'
--- failed re-building ‘introduction.Rmd’
SUMMARY: processing the following file failed:
‘introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-windows-ix86+x86_64-gcc8, r-release-windows-ix86+x86_64
Version: 0.4.0
Check: re-building of vignette outputs
Result: WARN
Error(s) in re-building vignettes:
...
--- re-building ‘introduction.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.
Quitting from lines 143-148 (introduction.Rmd)
Error: processing vignette 'introduction.Rmd' failed with diagnostics:
'predict.cv.glmnet' is not an exported object from 'namespace:glmnet'
--- failed re-building ‘introduction.Rmd’
SUMMARY: processing the following file failed:
‘introduction.Rmd’
Error: Vignette re-building failed.
Execution halted
Flavor: r-patched-solaris-x86