(v2.1.1.9055) example fix

This commit is contained in:
dr. M.S. (Matthijs) Berends 2024-06-17 14:36:40 +02:00
parent 13baf8d7be
commit 1e65b5a289
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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).)*

View File

@ -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))

View File

@ -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))