CRAN Package Check Results for Package caret

Last updated on 2024-03-28 19:48:26 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 6.0-94 44.43 469.97 514.40 NOTE
r-devel-linux-x86_64-debian-gcc 6.0-94 33.84 335.38 369.22 NOTE
r-devel-linux-x86_64-fedora-clang 6.0-94 593.58 NOTE
r-devel-linux-x86_64-fedora-gcc 6.0-94 604.16 NOTE
r-devel-windows-x86_64 6.0-94 34.00 230.00 264.00 ERROR --no-vignettes
r-patched-linux-x86_64 6.0-94 44.88 442.95 487.83 NOTE
r-release-linux-x86_64 6.0-94 32.34 439.19 471.53 OK
r-release-macos-arm64 6.0-94 169.00 OK
r-release-macos-x86_64 6.0-94 302.00 OK
r-release-windows-x86_64 6.0-94 49.00 382.00 431.00 OK --no-vignettes
r-oldrel-macos-arm64 6.0-94 131.00 OK
r-oldrel-windows-x86_64 6.0-94 50.00 385.00 435.00 OK --no-vignettes

Check Details

Version: 6.0-94
Check: Rd files
Result: NOTE checkRd: (-1) NEWS.Rd:96: Lost braces 96 | \item code{train} now removes duplicate models in the tuning grid. Duplicates could occur for models with discrete parameters. | ^ checkRd: (-1) calibration.Rd:46: Lost braces; missing escapes or markup? 46 | formula. This argument is not used for \code{xyplot.calibration}. For {ggplot.calibration}, \code{data} | ^ 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-patched-linux-x86_64

Version: 6.0-94
Flags: --no-vignettes
Check: Rd files
Result: NOTE checkRd: (-1) NEWS.Rd:96: Lost braces 96 | \item code{train} now removes duplicate models in the tuning grid. Duplicates could occur for models with discrete parameters. | ^ checkRd: (-1) calibration.Rd:46: Lost braces; missing escapes or markup? 46 | formula. This argument is not used for \code{xyplot.calibration}. For {ggplot.calibration}, \code{data} | ^ Flavor: r-devel-windows-x86_64

Version: 6.0-94
Flags: --no-vignettes
Check: examples
Result: ERROR Running examples in 'caret-Ex.R' failed The error most likely occurred in: > ### Name: confusionMatrix.train > ### Title: Estimate a Resampled Confusion Matrix > ### Aliases: confusionMatrix.train confusionMatrix.rfe confusionMatrix.sbf > ### Keywords: utilities > > ### ** Examples > > > > data(iris) > TrainData <- iris[,1:4] > TrainClasses <- iris[,5] > > knnFit <- train(TrainData, TrainClasses, + method = "knn", + preProcess = c("center", "scale"), + tuneLength = 10, + trControl = trainControl(method = "cv")) Flavor: r-devel-windows-x86_64

Version: 6.0-94
Flags: --no-vignettes
Check: tests
Result: ERROR Running 'testthat.R' [4s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(caret) Loading required package: ggplot2 Loading required package: lattice > > test_check("caret") Flavor: r-devel-windows-x86_64