1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-11 21:41:58 +02:00

(v2.1.1.9052) unit test fix

This commit is contained in:
2024-06-16 20:53:50 +02:00
parent 4ffac7e22d
commit 68f7795481
7 changed files with 106 additions and 61 deletions

View File

@ -191,7 +191,7 @@ example_isolates
# dplyr -------------------------------------------------------------------
if (require("dplyr")) {
. example_isolates \%>\% select(carbapenems())
example_isolates \%>\% select(carbapenems())
}
if (require("dplyr")) {
@ -201,7 +201,7 @@ if (require("dplyr")) {
if (require("dplyr")) {
# select only antibiotic columns with DDDs for oral treatment
. example_isolates \%>\% select(administrable_per_os())
example_isolates \%>\% select(administrable_per_os())
}
if (require("dplyr")) {