2 Commits
Author SHA1 Message Date
dr. M.S. (Matthijs) Berends 369e7545da and yet another website fix 2022-10-05 10:17:53 +02:00
dr. M.S. (Matthijs) Berends bc44da0e38 website fix 2022-10-05 10:07:27 +02:00
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Package: AMR Package: AMR
Version: 1.8.2.9002 Version: 1.8.2.9004
Date: 2022-10-05 Date: 2022-10-05
Title: Antimicrobial Resistance Data Analysis Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR) Description: Functions to simplify and standardise antimicrobial resistance (AMR)
+1 -1
View File
@@ -1,4 +1,4 @@
# AMR 1.8.2.9002 # AMR 1.8.2.9004
This version will eventually become v2.0! We're happy to reach a new major milestone soon! This version will eventually become v2.0! We're happy to reach a new major milestone soon!
-2
View File
@@ -187,8 +187,6 @@ reference:
- "`antibiotics`" - "`antibiotics`"
- "`intrinsic_resistant`" - "`intrinsic_resistant`"
- "`dosage`" - "`dosage`"
- "`catalogue_of_life`"
- "`catalogue_of_life_version`"
- "`WHOCC`" - "`WHOCC`"
- "`example_isolates_unclean`" - "`example_isolates_unclean`"
- "`rsi_translation`" - "`rsi_translation`"
+1 -1
View File
@@ -127,7 +127,7 @@ This data set is in R available as `microorganisms`, after you load the `AMR` pa
### Source ### 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$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)`. * `r AMR:::TAXONOMY_VERSION$GBIF$citation` Accessed from <`r AMR:::TAXONOMY_VERSION$GBIF$url`> on `r documentation_date(AMR:::TAXONOMY_VERSION$GBIF$accessed_date)`.