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:
@ -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")) {
|
||||
|
Reference in New Issue
Block a user