X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=DESCRIPTION;h=5e85d599dcb22e3289112d4e2c76ca94bba0bd25;hp=2689a20b357299b48940354e13bd658a10c5f94b;hb=HEAD;hpb=d9a139b51ee2e71e13d67cb9d530834b15058617 diff --git a/DESCRIPTION b/DESCRIPTION index 2689a20..140abb3 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: agghoo -Title: Aggregated Hold-out Cross Validation -Date: 2021-06-05 +Title: Aggregated Hold-Out Cross Validation +Date: 2022-08-30 Version: 0.1-0 Description: The 'agghoo' procedure is an alternative to usual cross-validation. Instead of choosing the best model trained on V subsamples, it determines @@ -17,18 +17,21 @@ Maintainer: Benjamin Auder Depends: R (>= 3.5.0) Imports: + class, + parallel, R6, - caret, rpart, - randomForest, FNN Suggests: roxygen2 URL: https://git.auder.net/?p=agghoo.git License: MIT + file LICENSE -RoxygenNote: 7.1.1 +RoxygenNote: 7.2.1 Collate: + 'compareTo.R' 'agghoo.R' 'R6_AgghooCV.R' 'R6_Model.R' + 'checks.R' + 'utils.R' 'A_NAMESPACE.R'