diff --git a/DESCRIPTION b/DESCRIPTION index f5ad0011..088e68ee 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.2.9090 +Version: 1.8.2.9091 Date: 2023-01-12 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) @@ -21,6 +21,7 @@ Authors@R: c( person(family = "Meijer", c("Bart", "C."), role = "ctb"), person(family = "Mykhailenko", c("Dmytro"), role = "ctb"), person(family = "Mymrikov", c("Anton"), role = "ctb"), + person(family = "Norgan", c("Andrew", "P."), role = "ctb", comment = c(ORCID = "0000-0002-2955-2066")), person(family = "Ny", c("Sofia"), role = "ctb", comment = c(ORCID = "0000-0002-2017-1363")), person(family = "Salm", c("Jonas"), role = "ctb"), person(family = "Schade", c("Rogier", "P."), role = "ctb"), diff --git a/NEWS.md b/NEWS.md index 559b5456..10cab4f9 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9090 +# AMR 1.8.2.9091 *(this beta version will eventually become v2.0! We're happy to reach a new major milestone soon!)* @@ -117,8 +117,8 @@ We now added extensive support for antiviral agents! For the first time, the `AM ## Other +* Added Peter Dutey-Magni, Dmytro Mykhailenko, Anton Mymrikov, Andrew Norgan, and Jonas Salm as contributors, to thank them for their valuable input * New website to make use of the new Bootstrap 5 and pkgdown 2.0. The website now contains results for all examples and will be automatically regenerated with every change to our repository, using GitHub Actions -* Added Peter Dutey-Magni, Dmytro Mykhailenko, Anton Mymrikov, and Jonas Salm as contributors, to thank them for their valuable input * All R and Rmd files in this project are now styled using the `styler` package * Set scalar conditional expressions (`&&` and `||`) where possible to comply with the upcoming R 4.3 * An enormous lot of code cleaning, fixing some small bugs on the way diff --git a/R/sysdata.rda b/R/sysdata.rda index ef3829f7..0788095e 100644 Binary files a/R/sysdata.rda and b/R/sysdata.rda differ diff --git a/man/AMR.Rd b/man/AMR.Rd index e8c0450b..a1d94417 100644 --- a/man/AMR.Rd +++ b/man/AMR.Rd @@ -93,6 +93,7 @@ Other contributors: \item Bart C. Meijer [contributor] \item Dmytro Mykhailenko [contributor] \item Anton Mymrikov [contributor] + \item Andrew P. Norgan (\href{https://orcid.org/0000-0002-2955-2066}{ORCID}) [contributor] \item Sofia Ny (\href{https://orcid.org/0000-0002-2017-1363}{ORCID}) [contributor] \item Jonas Salm [contributor] \item Rogier P. Schade [contributor] diff --git a/pkgdown/extra.js b/pkgdown/extra.js index bcf86493..3d6ac7e7 100644 --- a/pkgdown/extra.js +++ b/pkgdown/extra.js @@ -41,7 +41,7 @@ $(document).ready(function() { $("#ref-examples ~ div pre").html($("#ref-examples ~ div pre").html().replaceAll("# \\dontrun{", "")); $("#ref-examples ~ div pre").html($("#ref-examples ~ div pre").html().replaceAll("# }", "")); } - + // remove leading newline in code examples on changelog if ($("body .template-news").length > 0) { $("body .template-news").html($("body .template-news").html().replaceAll('sourceCode R">\n