X-Git-Url: https://git.auder.net/?p=agghoo.git;a=blobdiff_plain;f=DESCRIPTION;h=140abb35be9f969d7a73481eeed2fca59451fb4b;hp=5d1842a06be83e121ac6ad9aa69fce508b308c3f;hb=HEAD;hpb=a7ec4f8a3987ee66daef8471ed1a7a609a987914 diff --git a/DESCRIPTION b/DESCRIPTION index 5d1842a..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,20 +17,21 @@ Maintainer: Benjamin Auder Depends: R (>= 3.5.0) Imports: + class, + parallel, R6, 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' - 'A_NAMESPACE.R' 'checks.R' - 'compareTo.R' 'utils.R' + 'A_NAMESPACE.R'