diff --git a/DESCRIPTION b/DESCRIPTION index 6bcbddd..9a493ac 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: cvms Title: Cross-Validation for Model Selection -Version: 0.1.1.9000 +Version: 0.1.2 Authors@R: c( person("Ludvig Renbo", "Olsen", email = "r-pkgs@ludvigolsen.dk", role = c("aut", "cre")), - person("Benjamin Hugh", "Zachariae", role="aut") + person("Benjamin Hugh", "Zachariae", role = "aut") ) Description: Cross-validate one or multiple regression models and get relevant evaluation metrics in a tidy format. Validate the best model on a test set and compare it to a baseline evaluation. diff --git a/NEWS.md b/NEWS.md index 7c01354..81bd777 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,14 @@ -# cvms 0.1.1.9000 +# cvms 0.1.2 * Bug fix: p-values are correctly added to the nested coefficients tibble. Adds tests of this table as well. +* Adds extra unit tests to increase code coverage. + +* When argument "model_verbose"" is TRUE, the used model function is now messaged instead of printed. + +* Adds badges to README, including travis-ci status, AppVeyor status, +Codecov, min. required R version, CRAN version and monthly CRAN downloads. Note: Zenodo badge will be added post release. + # cvms 0.1.1 * Unit tests have been made compatible with R v. 3.5 @@ -12,8 +19,7 @@ * Results now contain a count of singular fit messages. See ?lme4::isSingular for more information. -* Argument "positive" changes default value to 2. Now takes either 1 or 2 (previously 0 and 1). If your dependent variable has -values 0 and 1, 1 is now the positive class by default. +* Argument "positive" changes default value to 2. Now takes either 1 or 2 (previously 0 and 1). If your dependent variable has values 0 and 1, 1 is now the positive class by default. * AUC calculation has changed. Now explicitly sets the direction in pROC::roc. diff --git a/cran-comments.md b/cran-comments.md index 8d5bb82..0c5e69d 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,7 +1,9 @@ ## Test environments * local OS X install, R 3.6.0 +* ubuntu 14.04.5 (on travis-ci), R 3.5.3, 3.6.1 and devel (2019-08-05 r76918) * win-builder + ## R CMD check results There were no ERRORs, WARNINGs or NOTEs. diff --git a/revdep/README.md b/revdep/README.md index a92dfdb..d65da24 100644 --- a/revdep/README.md +++ b/revdep/README.md @@ -10,13 +10,13 @@ |collate |en_US.UTF-8 | |ctype |en_US.UTF-8 | |tz |Europe/Copenhagen | -|date |2019-07-20 | +|date |2019-08-05 | # Dependencies -|package |old |new |Δ | -|:-------|:-----|:-----|:--| -|cvms |0.1.0 |0.1.1 |* | +|package |old |new |Δ | +|:-------|:-----|:----------|:--| +|cvms |0.1.1 |0.1.1.9000 |* | # Revdeps diff --git a/revdep/data.sqlite b/revdep/data.sqlite new file mode 100644 index 0000000..d306f08 Binary files /dev/null and b/revdep/data.sqlite differ