1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-12 13:01:51 +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

@ -63,7 +63,7 @@
#' # dplyr -------------------------------------------------------------------
#'
#' if (require("dplyr")) {
#'. example_isolates %>% select(carbapenems())
#' example_isolates %>% select(carbapenems())
#' }
#'
#' if (require("dplyr")) {
@ -73,7 +73,7 @@
#'
#' 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")) {