1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 14:01:55 +02:00

(v1.7.1.9036) dplyr grouping fix on windows?

This commit is contained in:
2021-08-30 16:49:46 +02:00
parent 986bd826ee
commit 953dfac9e5
7 changed files with 32 additions and 34 deletions

View File

@ -117,12 +117,14 @@ if (AMR:::pkg_is_available("dplyr")) {
first_isolate(col_date = "date",
col_mo = "mo",
col_patient_id = "patient_id",
info = FALSE),
info = FALSE,
require_cur_data = TRUE),
example_isolates %>%
first_isolate(col_date = "date",
col_mo = "mo",
col_patient_id = "patient_id",
info = FALSE))
info = FALSE,
require_cur_data = TRUE))
# support for WHONET
expect_message(example_isolates %>%