Skip to content

Commit

Permalink
Update news with patch information
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenMartin31 committed Dec 12, 2023
1 parent 5a03a47 commit 827bfe5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
@@ -1,5 +1,12 @@
# predRupdate (development version)

# predRupdate 0.1.1

* Changed the naming of the calibration metrics in `summary.predvalidate` to rename "calibration-in-the-large"" for logistic models as being the "calibration intercept".
* `predvalidate()` now calculates observed:expected ratio for validating logistic models, along with calibration intercept
* `pred_validate()` now stores the calibration plots (ggplot) as part of the output (previous versions of the package just printed the plot without outputting the plot object). This facilitates users saving or further changing the style of the plot.
* Added a vignette to show how to validate an existing CPM that includes a spline term

# predRupdate 0.1.0

* Initial release of predRupdate.
Expand Down
9 changes: 7 additions & 2 deletions cran-comments.md
@@ -1,5 +1,10 @@
## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* This is a new release.
## revdepcheck results

We checked 0 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package.

* We saw 0 new problems
* We failed to check 0 packages

0 comments on commit 827bfe5

Please sign in to comment.