Last updated on 2026-08-19 10:56:09 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.9-15 | 11.95 | 122.41 | 134.36 | ERROR | |
| r-devel-linux-x86_64-debian-gcc | 0.9-15 | 7.79 | 86.28 | 94.07 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.9-15 | 87.55 | ERROR | |||
| r-devel-linux-x86_64-fedora-gcc | 0.9-15 | 8.00 | 90.03 | 98.03 | ERROR | |
| r-devel-windows-x86_64 | 0.9-15 | 18.00 | 218.00 | 236.00 | ERROR | |
| r-patched-linux-x86_64 | 0.9-15 | 10.66 | 108.78 | 119.44 | ERROR | |
| r-release-linux-x86_64 | 0.9-15 | 10.61 | 109.24 | 119.85 | 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 | 0.00 | 17.00 | ERROR | |
| 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 | 23.00 | 171.00 | 194.00 | ERROR |
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-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, 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, r-devel-windows-x86_64, r-release-windows-x86_64, r-oldrel-windows-x86_64
Need a high-speed mirror for your open-source project?
Contact our mirror admin team at info@clientvps.com.
This archive is provided as a free public service to the community.
Proudly supported by infrastructure from VPSPulse , RxServers , BuyNumber , UnitVPS , OffshoreName and secure payment technology by ArionPay.