Skip to content

Commit

Permalink
Preparing CRAN patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigOlsen committed Aug 5, 2019
1 parent 1c5ee1f commit b8b0843
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
12 changes: 9 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.

Expand Down
2 changes: 2 additions & 0 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 4 additions & 4 deletions revdep/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Binary file added revdep/data.sqlite
Binary file not shown.

0 comments on commit b8b0843

Please sign in to comment.