mirror of
https://github.com/msberends/AMR.git
synced 2024-12-27 05:26:11 +01:00
(v2.1.1.9055) example fix
This commit is contained in:
parent
13baf8d7be
commit
1e65b5a289
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 2.1.1.9054
|
Version: 2.1.1.9055
|
||||||
Date: 2024-06-17
|
Date: 2024-06-17
|
||||||
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)
|
||||||
|
2
NEWS.md
2
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).)*
|
*(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).)*
|
||||||
|
|
||||||
|
2
R/sir.R
2
R/sir.R
@ -169,7 +169,7 @@
|
|||||||
#' ERY = "R"
|
#' ERY = "R"
|
||||||
#' )
|
#' )
|
||||||
#' df_long <- data.frame(
|
#' df_long <- data.frame(
|
||||||
#' bacteria = rep("Escherichia coli", 3),
|
#' bacteria = rep("Escherichia coli", 4),
|
||||||
#' antibiotic = c("amoxicillin", "cipro", "tobra", "genta"),
|
#' antibiotic = c("amoxicillin", "cipro", "tobra", "genta"),
|
||||||
#' mics = as.mic(c(0.01, 1, 4, 8)),
|
#' mics = as.mic(c(0.01, 1, 4, 8)),
|
||||||
#' disks = as.disk(c(6, 10, 14, 18))
|
#' disks = as.disk(c(6, 10, 14, 18))
|
||||||
|
@ -266,7 +266,7 @@ df_wide <- data.frame(
|
|||||||
ERY = "R"
|
ERY = "R"
|
||||||
)
|
)
|
||||||
df_long <- data.frame(
|
df_long <- data.frame(
|
||||||
bacteria = rep("Escherichia coli", 3),
|
bacteria = rep("Escherichia coli", 4),
|
||||||
antibiotic = c("amoxicillin", "cipro", "tobra", "genta"),
|
antibiotic = c("amoxicillin", "cipro", "tobra", "genta"),
|
||||||
mics = as.mic(c(0.01, 1, 4, 8)),
|
mics = as.mic(c(0.01, 1, 4, 8)),
|
||||||
disks = as.disk(c(6, 10, 14, 18))
|
disks = as.disk(c(6, 10, 14, 18))
|
||||||
|
Loading…
Reference in New Issue
Block a user