From c9aefd1841880304fdc67f37b58dc314f4b707b2 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Fri, 29 Nov 2019 21:02:49 +0100 Subject: [PATCH] v0.9.0 --- cran-comments.md | 8 +++++--- git_premaster.sh | 4 ++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/cran-comments.md b/cran-comments.md index ce5828c7..7489d2ef 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,5 +1,7 @@ -# Version 0.8.0 +# Version 0.9.0 -* A NOTE for having a data directory over 3 MB. This is needed to offer users reference data for the complete taxonomy of microorganisms - one of the most important features of this pacakge. Has been this way since version 0.3.0. +* For this specific version, nothing to mention. -* This package writes lines to `[library path]/AMR/mo_history/mo_history.csv` when using the `as.mo()` function, in the exact same way (and borrowed from) the `extrafont` package on CRAN (version 0.17) writes to the user library path. Users are notified about this with a `message()`, and staged install on R >= 3.6.0 still works. The CSV file is never newly created or deleted by this package, it only changes this file to improve speed and reliability of the `as.mo()` function. See the source code of functions `set_mo_history()` and `clear_mo_history()` in file `R/mo_history.R`. +* Since version 0.3.0, CHECK returns a NOTE for having a data directory over 3 MB. This is needed to offer users reference data for the complete taxonomy of microorganisms - one of the most important features of this package. + +* Since version 0.8.0, this package writes lines to `[library path]/AMR/mo_history/mo_history.csv` when using the `as.mo()` function, in the exact same way (and borrowed from) the `extrafont` package on CRAN (version 0.17) writes to the user library path. Users are notified about this with a `message()`, and staged install on R >= 3.6.0 still works. The CSV file is never newly created or deleted by this package, it only changes this file to improve speed and reliability of the `as.mo()` function. See the source code of functions `set_mo_history()` and `clear_mo_history()` in file `R/mo_history.R`. diff --git a/git_premaster.sh b/git_premaster.sh index ad0e2d5f..593b7eb5 100755 --- a/git_premaster.sh +++ b/git_premaster.sh @@ -1,9 +1,13 @@ ####################################################################### # To push new commits to the premaster branch, run: # # bash git_premaster.sh "commit message" # +# This creates auto version numbering in DESCRIPTION and NEWS.md. # # # # After successful CRAN checks, merge it to the master branch with: # # bash git_merge.sh # +# # +# To prerelease a new version number, run: # +# bash git_premaster.sh "v0.x.x" FALSE "0.x.x" # ####################################################################### if [ -z "$1" ]; then