Skip to content

Commit

Permalink
updated documentation for CRAN release
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosbosse committed Jun 6, 2020
1 parent c2de651 commit c86afca
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRAN-RELEASE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
This package was submitted to CRAN on 2020-05-31.
Once it is accepted, delete this file and tag the release (commit d532231a58).
This package was submitted to CRAN on 2020-06-06.
Once it is accepted, delete this file and tag the release (commit c2de651be5).
5 changes: 5 additions & 0 deletions R/interval_score.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
#' @references Strictly Proper Scoring Rules, Prediction,and Estimation,
#' Tilmann Gneiting and Adrian E. Raftery, 2007, Journal of the American
#' Statistical Association, Volume 102, 2007 - Issue 477
#'
#' Evaluating epidemic forecasts in an interval format,
#' Johannes Bracher, Evan L. Ray, Tilmann Gneiting and Nicholas G. Reich,
#' <arXiv:2005.12881v1>
#'


interval_score <- function(true_values,
Expand Down
7 changes: 5 additions & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
## Test environments
* local R installation, R 4.0.0
* macOS-latest (devel) (on travis-ci), R 4.0.0
* macOS-latest (release) (on travis-ci), R 4.0.0
* ubuntu 16.04 (on travis-ci), R 4.0.0
* windows-latest (release) (on travis-ci), R.4.0.0
* winbuilder
* win-builder

## R CMD check results

0 errors | 0 warnings | 1 note

* This is a new release.

Resubmitting with a small change in the interval_score function and
an added reference.
4 changes: 4 additions & 0 deletions man/interval_score.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c86afca

Please sign in to comment.