From 1e65b5a28927425379d7f4acfdcb92a21b49a4bd Mon Sep 17 00:00:00 2001 From: Matthijs Berends Date: Mon, 17 Jun 2024 14:36:40 +0200 Subject: [PATCH] (v2.1.1.9055) example fix --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/sir.R | 2 +- man/as.sir.Rd | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 4d502314..e39714dc 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: AMR -Version: 2.1.1.9054 +Version: 2.1.1.9055 Date: 2024-06-17 Title: Antimicrobial Resistance Data Analysis Description: Functions to simplify and standardise antimicrobial resistance (AMR) diff --git a/NEWS.md b/NEWS.md index 7b1b9f28..45403b32 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# AMR 2.1.1.9054 +# AMR 2.1.1.9055 *(this beta version will eventually become v3.0. We're happy to reach a new major milestone soon, which will be all about the new One Health support! Install this beta using [the instructions here](https://msberends.github.io/AMR/#latest-development-version).)* diff --git a/R/sir.R b/R/sir.R index 8c58e4d0..168ccff8 100755 --- a/R/sir.R +++ b/R/sir.R @@ -169,7 +169,7 @@ #' ERY = "R" #' ) #' df_long <- data.frame( -#' bacteria = rep("Escherichia coli", 3), +#' bacteria = rep("Escherichia coli", 4), #' antibiotic = c("amoxicillin", "cipro", "tobra", "genta"), #' mics = as.mic(c(0.01, 1, 4, 8)), #' disks = as.disk(c(6, 10, 14, 18)) diff --git a/man/as.sir.Rd b/man/as.sir.Rd index d579cfe7..e72953b7 100644 --- a/man/as.sir.Rd +++ b/man/as.sir.Rd @@ -266,7 +266,7 @@ df_wide <- data.frame( ERY = "R" ) df_long <- data.frame( - bacteria = rep("Escherichia coli", 3), + bacteria = rep("Escherichia coli", 4), antibiotic = c("amoxicillin", "cipro", "tobra", "genta"), mics = as.mic(c(0.01, 1, 4, 8)), disks = as.disk(c(6, 10, 14, 18))