mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 14:01:55 +02:00
(v1.6.0.9021) join functions update
This commit is contained in:
@ -60,8 +60,4 @@ test_that("joins work", {
|
||||
expect_warning(right_join_microorganisms("B_ESCHR_COLI"))
|
||||
expect_warning(full_join_microorganisms("B_ESCHR_COLI"))
|
||||
|
||||
library(dplyr, warn.conflicts = FALSE)
|
||||
x <- tibble(bact = as.mo("E.coli"))
|
||||
expect_warning(left_join_microorganisms(x %>% group_by(bact), "bact"))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user