diff --git a/NEWS.md b/NEWS.md index 92088c719..793a88518 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,8 +4,6 @@ The third minor release of the {epiparameter} R package contains a range of upda The are a large number of ***breaking changes*** in this release, primarily functions and function arguments being renamed or restructured, see the _Breaking changes_ section for an overview. -This is the first version of {epiparameter} to be released on CRAN. - ## New features * The library of epidemiological parameters has been updated to include 3 new Chikungunya parameter entries. The Mpox parameters previously missing from the Guzzetta et al. entry have been added (#346 & #374). diff --git a/README.Rmd b/README.Rmd index b4aefdd07..e8e3b8a02 100644 --- a/README.Rmd +++ b/README.Rmd @@ -31,12 +31,6 @@ knitr::opts_chunk$set( ## Installation -The package can be installed from CRAN using: - -``` r -install.packages("epiparameter") -``` - The development version of `{epiparameter}` can be installed from [GitHub](https://github.com/epiverse-trace/epiparameter) using the `{pak}` package: ``` r diff --git a/cran-comments.md b/cran-comments.md deleted file mode 100644 index 858617db0..000000000 --- a/cran-comments.md +++ /dev/null @@ -1,5 +0,0 @@ -## R CMD check results - -0 errors | 0 warnings | 1 note - -* This is a new release.