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