From 369e7545daa8be56d0147a0157bf2775712e38c9 Mon Sep 17 00:00:00 2001 From: "Matthijs S. Berends" Date: Wed, 5 Oct 2022 10:17:53 +0200 Subject: [PATCH] and yet another website fix --- DESCRIPTION | 2 +- NEWS.md | 2 +- vignettes/datasets.Rmd | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c8860562..17d61a8e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 1.8.2.9003 +Version: 1.8.2.9004 Date: 2022-10-05 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 45b0f11f..f95edaaf 100755 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 1.8.2.9003 +# AMR 1.8.2.9004 This version will eventually become v2.0! We're happy to reach a new major milestone soon! diff --git a/vignettes/datasets.Rmd b/vignettes/datasets.Rmd index a6c16fac..b612a0f1 100644 --- a/vignettes/datasets.Rmd +++ b/vignettes/datasets.Rmd @@ -127,7 +127,7 @@ This data set is in R available as `microorganisms`, after you load the `AMR` pa ### Source -This data set contains the full microbial taxonomy of `r nr2char(length(unique(AMR::microorganisms$kingdom[!AMR::microorganisms$kingdom %like% "unknown"])))` kingdoms from the List of Prokaryotic names with Standing in Nomenclature (LPSN) and the Global Biodiversity Information Facility (GBIF): +This data set contains the full microbial taxonomy of `r AMR:::nr2char(length(unique(AMR::microorganisms$kingdom[!AMR::microorganisms$kingdom %like% "unknown"])))` kingdoms from the List of Prokaryotic names with Standing in Nomenclature (LPSN) and the Global Biodiversity Information Facility (GBIF): * `r AMR:::TAXONOMY_VERSION$LPSN$citation` Accessed from <`r AMR:::TAXONOMY_VERSION$LPSN$url`> on `r documentation_date(AMR:::TAXONOMY_VERSION$LPSN$accessed_date)`. * `r AMR:::TAXONOMY_VERSION$GBIF$citation` Accessed from <`r AMR:::TAXONOMY_VERSION$GBIF$url`> on `r documentation_date(AMR:::TAXONOMY_VERSION$GBIF$accessed_date)`.