diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2ebce3cf..4e3a5110 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,9 @@ stages: # debian stretch only contains R 3.3... image: debian:buster-slim +variables: + WARNINGS_ARE_ERRORS: 1 + before_script: - apt-get update -qq # install dependencies for packages diff --git a/R/whocc.R b/R/whocc.R index 96200cd9..ed9c7468 100755 --- a/R/whocc.R +++ b/R/whocc.R @@ -19,7 +19,7 @@ # Visit our website for more info: https://msberends.gitab.io/AMR. # # ==================================================================== # -#' WHO Collaborating Centre for Drug Statistics Methodology +#' WHOCC: WHO Collaborating Centre for Drug Statistics Methodology #' #' All antimicrobial drugs and their official names, ATC codes, ATC groups and defined daily dose (DDD) are included in this package, using the WHO Collaborating Centre for Drug Statistics Methodology. #' @section WHOCC: @@ -34,7 +34,7 @@ #' @rdname WHOCC #' @examples #' as.atc("meropenem") -#' ab_name("J01DH02") +#' atc_name("J01DH02") #' -#' ab_tradenames("flucloxacillin") +#' atc_tradenames("flucloxacillin") NULL diff --git a/README.md b/README.md index 51fc7bf9..daaa9ed3 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# `AMR` (for R) +# `AMR` (for R) ### Not a developer? Then please visit our website [https://msberends.gitlab.io/AMR](https://msberends.gitlab.io/AMR) to read about this package. **It contains documentation about all of the included functions and also a comprehensive tutorial about how to conduct AMR analysis.** @@ -22,11 +22,11 @@ Bhanu N.M. Sinha - - - - + + + + + ## How to get this package All stable versions of this package [are published on CRAN](https://CRAN.R-project.org/package=AMR), the official R network with a peer-reviewed submission process. diff --git a/docs/reference/WHOCC.html b/docs/reference/WHOCC.html index 59b4079e..cef1c93e 100644 --- a/docs/reference/WHOCC.html +++ b/docs/reference/WHOCC.html @@ -6,7 +6,7 @@ -WHO Collaborating Centre for Drug Statistics Methodology — WHOCC • AMR (for R) +WHOCC: WHO Collaborating Centre for Drug Statistics Methodology — WHOCC • AMR (for R) @@ -45,7 +45,7 @@ - + @@ -216,7 +216,7 @@
@@ -246,9 +246,9 @@ On our website https://msberends.gitla

Examples

# NOT RUN {
 as.atc("meropenem")
-ab_name("J01DH02")
+atc_name("J01DH02")
 
-ab_tradenames("flucloxacillin")
+atc_tradenames("flucloxacillin")
 # }