mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 08:32:04 +02:00
(v1.2.0.9001) filter_ab_class() update
This commit is contained in:
@ -55,5 +55,9 @@ test_that("joins work", {
|
||||
|
||||
expect_warning(right_join_microorganisms("B_ESCHR_COLI"))
|
||||
expect_warning(full_join_microorganisms("B_ESCHR_COLI"))
|
||||
|
||||
library(dplyr)
|
||||
x <- tibble(bact = as.mo("E.coli"))
|
||||
expect_warning(left_join_microorganisms(x %>% group_by(bact), "bact"))
|
||||
|
||||
})
|
||||
|
Reference in New Issue
Block a user