Last updated on 2026-07-26 14:50:44 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-15 | 11.71 | 122.36 | 134.07 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.9-15 | 7.51 | 84.22 | 91.73 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9-15 | 18.00 | 178.30 | 196.30 | ERROR | |
| r-devel-linux-x86_64-fedora-gcc | 0.9-15 | 88.48 | ERROR | |||
| r-devel-windows-x86_64 | 0.9-15 | 16.00 | 145.00 | 161.00 | OK | |
| r-patched-linux-x86_64 | 0.9-15 | 10.99 | 112.62 | 123.61 | OK | |
| r-release-linux-x86_64 | 0.9-15 | 9.91 | 109.21 | 119.12 | ERROR | |
| r-release-macos-arm64 | 0.9-15 | 3.00 | 34.00 | 37.00 | OK | |
| r-release-macos-x86_64 | 0.9-15 | 9.00 | 144.00 | 153.00 | OK | |
| r-release-windows-x86_64 | 0.9-15 | 17.00 | 149.00 | 166.00 | OK | |
| r-oldrel-macos-arm64 | 0.9-15 | OK | ||||
| r-oldrel-macos-x86_64 | 0.9-15 | 8.00 | 124.00 | 132.00 | OK | |
| r-oldrel-windows-x86_64 | 0.9-15 | 21.00 | 175.00 | 196.00 | OK |
Version: 0.9-15
Check: examples
Result: ERROR
Running examples in ‘ipred-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: errorest
> ### Title: Estimators of Prediction Error
> ### Aliases: errorest errorest.data.frame errorest.default
> ### Keywords: misc
>
> ### ** Examples
>
>
> # Classification
>
> data("iris")
> library("MASS")
>
> # force predict to return class labels only
> mypredict.lda <- function(object, newdata)
+ predict(object, newdata = newdata)$class
>
> # 10-fold cv of LDA for Iris data
> errorest(Species ~ ., data=iris, model=lda,
+ estimator = "cv", predict= mypredict.lda)
Call:
errorest.data.frame(formula = Species ~ ., data = iris, model = lda,
predict = mypredict.lda, estimator = "cv")
10-fold cross-validation estimator of misclassification error
Misclassification error: 0.02
>
> data("PimaIndiansDiabetes", package = "mlbench")
Warning in data("PimaIndiansDiabetes", package = "mlbench") :
data set ‘PimaIndiansDiabetes’ not found
> ## Not run:
> ##D # 632+ bootstrap of LDA for Diabetes data
> ##D errorest(diabetes ~ ., data=PimaIndiansDiabetes, model=lda,
> ##D estimator = "632plus", predict= mypredict.lda)
> ## End(Not run)
>
> #cv of a fixed partition of the data
> list.tindx <- list(1:100, 101:200, 201:300, 301:400, 401:500,
+ 501:600, 601:700, 701:768)
>
> errorest(diabetes ~ ., data=PimaIndiansDiabetes, model=lda,
+ estimator = "cv", predict = mypredict.lda,
+ est.para = control.errorest(list.tindx = list.tindx))
Error: object 'PimaIndiansDiabetes' not found
Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64
Version: 0.9-15
Check: examples
Result: ERROR
Running examples in ‘ipred-Ex.R’ failed
The error most likely occurred in:
> ### Name: errorest
> ### Title: Estimators of Prediction Error
> ### Aliases: errorest errorest.data.frame errorest.default
> ### Keywords: misc
>
> ### ** Examples
>
>
> # Classification
>
> data("iris")
> library("MASS")
>
> # force predict to return class labels only
> mypredict.lda <- function(object, newdata)
+ predict(object, newdata = newdata)$class
>
> # 10-fold cv of LDA for Iris data
> errorest(Species ~ ., data=iris, model=lda,
+ estimator = "cv", predict= mypredict.lda)
Call:
errorest.data.frame(formula = Species ~ ., data = iris, model = lda,
predict = mypredict.lda, estimator = "cv")
10-fold cross-validation estimator of misclassification error
Misclassification error: 0.02
>
> data("PimaIndiansDiabetes", package = "mlbench")
Warning in data("PimaIndiansDiabetes", package = "mlbench") :
data set ‘PimaIndiansDiabetes’ not found
> ## Not run:
> ##D # 632+ bootstrap of LDA for Diabetes data
> ##D errorest(diabetes ~ ., data=PimaIndiansDiabetes, model=lda,
> ##D estimator = "632plus", predict= mypredict.lda)
> ## End(Not run)
>
> #cv of a fixed partition of the data
> list.tindx <- list(1:100, 101:200, 201:300, 301:400, 401:500,
+ 501:600, 601:700, 701:768)
>
> errorest(diabetes ~ ., data=PimaIndiansDiabetes, model=lda,
+ estimator = "cv", predict = mypredict.lda,
+ est.para = control.errorest(list.tindx = list.tindx))
Error: object 'PimaIndiansDiabetes' not found
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc