Package: cv Type: Package Title: Cross-Validating Regression Models Version: 2.0.6 Date: 2026-06-08 Authors@R: c(person("John", "Fox", role = "aut", comment = c(ORCID = "0000-0002-1196-8012")), person("Georges", "Monette", role = c("aut", "cre"), email = "georges+cv@yorku.ca", comment = c(ORCID ="0000-0003-0076-5532"))) Description: Cross-validation methods of regression models that exploit features of various modeling functions to improve speed. Some of the methods implemented in the package are novel, as described in Fox and Monette (2026) , and the package vignettes. For general introductions to cross-validation, see, for example, Gareth James, Daniela Witten, Trevor Hastie, and Robert Tibshirani (2021, ISBN 978-1-0716-1417-4, Secs. 5.1, 5.3), "An Introduction to Statistical Learning with Applications in R, Second Edition", and Trevor Hastie, Robert Tibshirani, and Jerome Friedman (2009, ISBN 978-0-387-84857-0, Sec. 7.10), "The Elements of Statistical Learning, Second Edition". Depends: R (>= 3.5.0), doParallel Imports: car, foreach, glmmTMB, graphics, grDevices, gtools, insight, lattice, lme4, MASS, methods, nlme, parallel, stats, utils Suggests: boot, carData, dplyr, effects, ISLR2, knitr, latticeExtra, leaps, Metrics, microbenchmark, nnet, rmarkdown, spelling, testthat LazyData: TRUE VignetteBuilder: knitr, rmarkdown License: GPL (>= 2) Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 8.0.0 URL: https://gmonette.github.io/cv/, https://CRAN.R-project.org/package=cv BugReports: https://github.com/gmonette/cv/issues Config/pak/sysreqs: cmake make libicu-dev Repository: https://gmonette.r-universe.dev Date/Publication: 2026-06-09 02:28:54 UTC RemoteUrl: https://github.com/gmonette/cv RemoteRef: HEAD RemoteSha: 7facc7a9f2910894cb900c94cd0cb99dd06b6425 NeedsCompilation: no Packaged: 2026-06-09 03:57:35 UTC; root Author: John Fox [aut] (ORCID: ), Georges Monette [aut, cre] (ORCID: ) Maintainer: Georges Monette