From dee675e717fc7dcf913d94d5829ffc16aa9b2293 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Sun, 12 Mar 2023 14:07:45 +0100 Subject: [PATCH] Version 2.0 on CRAN --- CRAN-SUBMISSION | 6 +++--- DESCRIPTION | 2 +- NEWS.md | 2 +- cran-comments.md | 5 ++++- vignettes/welcome_to_AMR.Rmd | 2 +- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 4d3469d4..2a98d7cf 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ -Version: 1.8.2 -Date: 2022-09-27 12:18:42 UTC -SHA: ccb09706e4f168ab6133de3d2294bcaeed0d3fc8 +Version: 2.0.0 +Date: 2023-03-12 12:42:08 UTC +SHA: 80cfc503c29ad48806e526b97d4570600bbd5420 diff --git a/DESCRIPTION b/DESCRIPTION index c1883589..37abf00b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.2.9152 +Version: 2.0.0 Date: 2023-03-12 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 4d811894..b3556762 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9152 +# AMR 2.0.0 This is a new major release of the AMR package, with great new additions but also some breaking changes for current users. These are all listed below. diff --git a/cran-comments.md b/cran-comments.md index 8eeec782..a64d778c 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,2 +1,5 @@ -Extra release for fixing image options, as requested by CRAN team on 17 February 2022 (Kurt Hornik). +As with all previous >20 releases, some CHECKs might return a NOTE for *just* hitting the installation size limit, though its size has been brought down to a minimum in collaboration with CRAN maintainers previously. +We consider this a high-impact package: it was published in the Journal of Statistical Software (2022), is including in a CRAN Task View (Epidemiology), and is according to download stats used in almost all countries in the world. If there is anything to note, please let us know up-front without directly archiving the current version. That said, we continually unit test our package extensively and have no reason to assume that anything is wrong. + +Thanks for maintaining and hosting CRAN! It's empowering R and its use enormously! diff --git a/vignettes/welcome_to_AMR.Rmd b/vignettes/welcome_to_AMR.Rmd index aee13786..9390ecaf 100644 --- a/vignettes/welcome_to_AMR.Rmd +++ b/vignettes/welcome_to_AMR.Rmd @@ -57,7 +57,7 @@ This package can be used for: All reference data sets (about microorganisms, antibiotics, SIR interpretation, EUCAST rules, etc.) in this `AMR` package are publicly and freely available. We continually export our data sets to formats for use in R, SPSS, SAS, Stata and Excel. We also supply flat files that are machine-readable and suitable for input in any software program, such as laboratory information systems. Please find [all download links on our website](https://msberends.github.io/AMR/articles/datasets.html), which is automatically updated with every code change. -This R package was created for both routine data analysis and academic research at the Faculty of Medical Sciences of the [University of Groningen](https://www.rug.nl), in collaboration with non-profit organisations [Certe Medical Diagnostics and Advice Foundation](https://www.certe.nl) and [University Medical Center Groningen](https://www.umcg.nl), and is being [actively and durably maintained](https://msberends.github.io/AMR/news) by two public healthcare organisations in the Netherlands. +This R package was created for both routine data analysis and academic research at the Faculty of Medical Sciences of the [University of Groningen](https://www.rug.nl), in collaboration with non-profit organisations [Certe Medical Diagnostics and Advice Foundation](https://www.certe.nl) and [University Medical Center Groningen](https://www.umcg.nl), and is being [actively and durably maintained](https://msberends.github.io/AMR/news/) by two public healthcare organisations in the Netherlands. ----