mirror of
https://github.com/msberends/AMR.git
synced 2025-07-17 09:53:27 +02:00
(v1.3.0) skip more CRAN tests
This commit is contained in:
@ -80,7 +80,7 @@ ab_from_text("500 mg amoxi po and 400mg cipro iv", collapse = ", ")
|
||||
abx <- ab_from_text("500 mg amoxi po and 400mg cipro iv")
|
||||
ab_group(abx[[1]])
|
||||
|
||||
if (require(dplyr)) {
|
||||
if (require("dplyr")) {
|
||||
tibble(clinical_text = c("given 400mg cipro and 500 mg amox",
|
||||
"started on doxy iv today")) \%>\%
|
||||
mutate(abx_codes = ab_from_text(clinical_text),
|
||||
|
Reference in New Issue
Block a user