mirror of
https://github.com/msberends/AMR.git
synced 2024-12-26 06:06:12 +01:00
(v2.1.1.9044) update website
This commit is contained in:
parent
31207952d3
commit
3a54711dfe
@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 2.1.1.9043
|
Version: 2.1.1.9044
|
||||||
Date: 2024-06-10
|
Date: 2024-06-10
|
||||||
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.9043
|
# AMR 2.1.1.9044
|
||||||
|
|
||||||
*(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!)*
|
*(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!)*
|
||||||
|
|
||||||
|
2
index.md
2
index.md
@ -1,6 +1,6 @@
|
|||||||
# The `AMR` Package for R <a href="https://msberends.github.io/AMR/"><img src="./logo.svg" align="right" height="139" /></a>
|
# The `AMR` Package for R <a href="https://msberends.github.io/AMR/"><img src="./logo.svg" align="right" height="139" /></a>
|
||||||
|
|
||||||
<img src="./endorsement_clsi_eucast.jpg" align="right" height="120" />
|
<img src="./endorsement_clsi_eucast.jpg" class="endorse_img" align="right" height="120" />
|
||||||
|
|
||||||
* Provides an **all-in-one solution** for AMR data analysis in a One Health approach
|
* Provides an **all-in-one solution** for AMR data analysis in a One Health approach
|
||||||
* Generates **antibiograms** - traditional, combined, syndromic, and even WISCA
|
* Generates **antibiograms** - traditional, combined, syndromic, and even WISCA
|
||||||
|
@ -168,7 +168,7 @@ expect_equal(suppressMessages(
|
|||||||
guideline = "CLSI 2019"
|
guideline = "CLSI 2019"
|
||||||
)
|
)
|
||||||
)),
|
)),
|
||||||
c("S", c("S", "SDD", "I", "R", "N"), "R")
|
c("S", "S", "I", "R", "R")
|
||||||
)
|
)
|
||||||
|
|
||||||
expect_true(is.data.frame(sir_interpretation_history(clean = FALSE)))
|
expect_true(is.data.frame(sir_interpretation_history(clean = FALSE)))
|
||||||
|
@ -89,6 +89,10 @@
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.endorse_img {
|
||||||
|
width: 0% !important;
|
||||||
|
}
|
||||||
|
|
||||||
.template-home img.logo {
|
.template-home img.logo {
|
||||||
width: 200px;
|
width: 200px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user