CRAN Package Check Results for Package CAST

Last updated on 2024-03-28 09:51:38 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.9.0 20.33 525.01 545.34 OK
r-devel-linux-x86_64-debian-gcc 0.9.0 14.75 391.77 406.52 OK
r-devel-linux-x86_64-fedora-clang 0.9.0 695.06 OK
r-devel-linux-x86_64-fedora-gcc 0.9.0 672.96 OK
r-devel-windows-x86_64 0.9.0 16.00 267.00 283.00 ERROR
r-patched-linux-x86_64 0.9.0 19.69 511.05 530.74 OK
r-release-linux-x86_64 0.9.0 11.98 513.04 525.02 OK
r-release-macos-arm64 0.9.0 234.00 OK
r-release-macos-x86_64 0.9.0 366.00 OK
r-release-windows-x86_64 0.9.0 21.00 491.00 512.00 OK
r-oldrel-macos-arm64 0.9.0 245.00 OK
r-oldrel-windows-x86_64 0.9.0 24.00 522.00 546.00 OK

Check Details

Version: 0.9.0
Check: examples
Result: ERROR Running examples in 'CAST-Ex.R' failed The error most likely occurred in: > ### Name: global_validation > ### Title: Evaluate 'global' cross-validation > ### Aliases: global_validation > > ### ** Examples > > dat <- readRDS(system.file("extdata","Cookfarm.RDS",package="CAST")) > dat <- dat[sample(1:nrow(dat),500),] > indices <- CreateSpacetimeFolds(dat,"SOURCEID","Date") > ctrl <- caret::trainControl(method="cv",index = indices$index,savePredictions="final") > model <- caret::train(dat[,c("DEM","TWI","BLD")],dat$VW, method="rf", trControl=ctrl, ntree=10) note: only 2 unique complexity parameters in default grid. Truncating the grid to 2 . Loading required package: ggplot2 Loading required package: lattice Flavor: r-devel-windows-x86_64

Version: 0.9.0
Check: re-building of vignette outputs
Result: ERROR Error(s) in re-building vignettes: --- re-building 'cast01-CAST-intro-cookfarm.Rmd' using rmarkdown --- re-building 'cast02-AOA-tutorial.Rmd' using rmarkdown --- re-building 'cast03-AOA-parallel.Rmd' using rmarkdown --- re-building 'cast04-plotgeodist.Rmd' using rmarkdown --- finished re-building 'cast04-plotgeodist.Rmd' SUMMARY: processing the following files failed: 'cast01-CAST-intro-cookfarm.Rmd' 'cast02-AOA-tutorial.Rmd' 'cast03-AOA-parallel.Rmd' Error: Vignette re-building failed. Execution halted Flavor: r-devel-windows-x86_64