Last updated on 2019-04-22 01:47:46 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2.0 | 23.73 | 529.35 | 553.08 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.2.0 | 21.13 | 386.80 | 407.93 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.2.0 | 671.58 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.2.0 | 640.74 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.2.0 | 56.00 | 471.00 | 527.00 | OK | |
r-patched-linux-x86_64 | 1.2.0 | 26.46 | 523.66 | 550.12 | OK | |
r-patched-solaris-x86 | 1.2.0 | 1044.80 | ERROR | |||
r-release-linux-x86_64 | 1.2.0 | 18.47 | 526.20 | 544.67 | OK | |
r-release-windows-ix86+x86_64 | 1.2.0 | 32.00 | 365.00 | 397.00 | OK | |
r-release-osx-x86_64 | 1.2.0 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 1.2.0 | 37.00 | 520.00 | 557.00 | OK | |
r-oldrel-osx-x86_64 | 1.2.0 | NOTE |
Version: 1.2.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘polspline’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-patched-solaris-x86, r-release-osx-x86_64, r-oldrel-osx-x86_64
Version: 1.2.0
Check: package dependencies
Result: NOTE
Package suggested but not available for checking: ‘xgboost’
Flavor: r-patched-solaris-x86
Version: 1.2.0
Check: Rd cross-references
Result: NOTE
Package unavailable to check Rd xrefs: ‘xgboost’
Flavor: r-patched-solaris-x86
Version: 1.2.0
Check: examples
Result: ERROR
Running examples in ‘MachineShop-Ex.R’ failed
The error most likely occurred in:
> ### Name: XGBModel
> ### Title: Extreme Gradient Boosting Models
> ### Aliases: XGBModel XGBDARTModel XGBLinearModel XGBTreeModel
>
> ### ** Examples
>
> modelfit <- fit(Species ~ ., data = iris, model = XGBTreeModel())
Loading required namespace: xgboost
Failed with error: ‘there is no package called ‘xgboost’’
Error in requireModelNamespaces(model@packages) :
install required packages: xgboost
Calls: fit ... fit.ModelFrame -> .fit -> .fit.MLModel -> requireModelNamespaces
Execution halted
Flavor: r-patched-solaris-x86