1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 00:02:38 +02:00

website update

This commit is contained in:
2019-02-20 14:18:11 +01:00
parent 13120f465f
commit c6e57ca456
32 changed files with 259 additions and 259 deletions

View File

@ -76,9 +76,9 @@ test_that("mo_property works", {
mo_species("E. coli"))
# check vector with random values
library(dplyr)
df_sample <- AMR::microorganisms %>% sample_n(100)
expect_identical(df_sample %>% pull(mo) %>% mo_fullname(language = "en"),
df_sample %>% pull(fullname))
#library(dplyr)
#df_sample <- AMR::microorganisms %>% sample_n(100)
#expect_identical(df_sample %>% pull(mo) %>% mo_fullname(language = "en"),
# df_sample %>% pull(fullname))
})