Last updated on 2018-04-05 16:50:19 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.2 | 1.30 | 17.81 | 19.11 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 1.2 | 1.15 | 15.55 | 16.70 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 1.2 | 25.19 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 1.2 | 23.61 | ERROR | |||
r-devel-windows-ix86+x86_64 | 1.2 | 5.00 | 33.00 | 38.00 | ERROR | |
r-devel-osx-x86_64 | 1.2 | ERROR | ||||
r-patched-linux-x86_64 | 1.2 | 1.34 | 19.11 | 20.45 | ERROR | |
r-patched-solaris-x86 | 1.2 | 39.00 | ERROR | |||
r-release-linux-x86_64 | 1.2 | 0.87 | 18.95 | 19.82 | ERROR | |
r-release-windows-ix86+x86_64 | 1.2 | 5.00 | 66.00 | 71.00 | ERROR | |
r-release-osx-x86_64 | 1.2 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.2 | 4.00 | 42.00 | 46.00 | ERROR |
Version: 1.2
Check: R code for possible problems
Result: NOTE
GAMens: no visible global function definition for ‘predict.gam’
predict.GAMens: no visible global function definition for ‘predict.gam’
Undefined global functions or variables:
predict.gam
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-ix86+x86_64, r-devel-osx-x86_64, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 1.2
Check: examples
Result: ERROR
Running examples in ‘GAMens-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: GAMens
> ### Title: Applies the GAMbag, GAMrsm or GAMens ensemble classifier to a
> ### data set
> ### Aliases: GAMens
> ### Keywords: models classif
>
> ### ** Examples
>
>
> ## Load data (mlbench library should be loaded)
> library(mlbench)
> data(Ionosphere)
>
> ## Train a GAMens ensemble,
> ## estimated using 4 nonparametric terms and 2 linear terms
> Ionosphere.GAMens <- GAMens(Class~s(V3,4)+s(V4,4)+s(V5,3)+s(V6,5)+V7+V8,
+ Ionosphere ,3 , autoform=FALSE, iter=10 )
Error in predict.gam(gam_model, oob_data, type = "response") :
could not find function "predict.gam"
Calls: GAMens
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: 1.2
Check: examples
Result: ERROR
Running examples in ‘GAMens-Ex.R’ failed
The error most likely occurred in:
> ### Name: GAMens
> ### Title: Applies the GAMbag, GAMrsm or GAMens ensemble classifier to a
> ### data set
> ### Aliases: GAMens
> ### Keywords: models classif
>
> ### ** Examples
>
>
> ## Load data (mlbench library should be loaded)
> library(mlbench)
> data(Ionosphere)
>
> ## Train a GAMens ensemble,
> ## estimated using 4 nonparametric terms and 2 linear terms
> Ionosphere.GAMens <- GAMens(Class~s(V3,4)+s(V4,4)+s(V5,3)+s(V6,5)+V7+V8,
+ Ionosphere ,3 , autoform=FALSE, iter=10 )
Error in predict.gam(gam_model, oob_data, type = "response") :
could not find function "predict.gam"
Calls: GAMens
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-osx-x86_64, r-patched-solaris-x86, r-release-windows-ix86+x86_64
Version: 1.2
Check: examples
Result: ERROR
Running examples in 'GAMens-Ex.R' failed
The error most likely occurred in:
> ### Name: GAMens
> ### Title: Applies the GAMbag, GAMrsm or GAMens ensemble classifier to a
> ### data set
> ### Aliases: GAMens
> ### Keywords: models classif
>
> ### ** Examples
>
>
> ## Load data (mlbench library should be loaded)
> library(mlbench)
> data(Ionosphere)
>
> ## Train a GAMens ensemble,
> ## estimated using 4 nonparametric terms and 2 linear terms
> Ionosphere.GAMens <- GAMens(Class~s(V3,4)+s(V4,4)+s(V5,3)+s(V6,5)+V7+V8,
+ Ionosphere ,3 , autoform=FALSE, iter=10 )
Error: could not find function "predict.gam"
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64