mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 06:51:48 +02:00
(v1.7.1.9031) dplyr grouping fix on windows?
This commit is contained in:
@ -133,9 +133,7 @@ if (AMR:::pkg_is_available("dplyr")) {
|
||||
first_isolate(info = TRUE))
|
||||
|
||||
# groups
|
||||
message("get to first isolates L136")
|
||||
x <- example_isolates %>% group_by(ward_icu) %>% mutate(first = first_isolate())
|
||||
message("get to first isolates L138")
|
||||
y <- example_isolates %>% group_by(ward_icu) %>% mutate(first = first_isolate(.))
|
||||
expect_identical(x, y)
|
||||
|
||||
|
Reference in New Issue
Block a user