Last updated on 2019-10-31 00:50:54 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.0.0 | 4.53 | 340.83 | 345.36 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.0.0 | 2.87 | 331.28 | 334.15 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.0.0 | 520.75 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.0.0 | 444.19 | OK | |||
r-devel-windows-ix86+x86_64 | 2.0.0 | 14.00 | 397.00 | 411.00 | OK | |
r-patched-linux-x86_64 | 2.0.0 | 3.36 | 315.12 | 318.48 | OK | |
r-patched-solaris-x86 | 2.0.0 | 958.70 | OK | |||
r-release-linux-x86_64 | 2.0.0 | 3.14 | 404.24 | 407.38 | OK | |
r-release-windows-ix86+x86_64 | 2.0.0 | 9.00 | 547.00 | 556.00 | OK | |
r-release-osx-x86_64 | 2.0.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.0.0 | 4.00 | 500.00 | 504.00 | OK | |
r-oldrel-osx-x86_64 | 2.0.0 | ERROR |
Version: 2.0.0
Check: dependencies in R code
Result: NOTE
Missing or unexported object: ‘optimx::hjn’
Flavor: r-oldrel-osx-x86_64
Version: 2.0.0
Check: examples
Result: ERROR
Running examples in ‘EZtune-Ex.R’ failed
The error most likely occurred in:
> ### Name: eztune
> ### Title: Supervised Learning Function
> ### Aliases: eztune
>
> ### ** Examples
>
> library(mlbench)
> data(Sonar)
> sonar <- Sonar[sample(1:nrow(Sonar), 100), ]
>
> y <- sonar[, 61]
> x <- sonar[, 1:10]
>
> # Optimize an SVM using the default fast setting and Hooke-Jeeves
> eztune(x, y)
Error: 'hjn' is not an exported object from 'namespace:optimx'
Execution halted
Flavor: r-oldrel-osx-x86_64
Version: 2.0.0
Check: re-building of vignette outputs
Result: WARN
Error in re-building vignettes:
...
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 152-156 (EZtune.Rmd)
Error: processing vignette 'EZtune.Rmd' failed with diagnostics:
'hjn' is not an exported object from 'namespace:optimx'
Execution halted
Flavor: r-oldrel-osx-x86_64