mirror of
https://github.com/msberends/AMR.git
synced 2026-06-24 13:36:21 +02:00
(v3.0.1.9059) Update taxonomy of microorganisms
This commit is contained in:
@@ -81,12 +81,13 @@ test_that("test-data.R", {
|
||||
}
|
||||
}
|
||||
|
||||
AMR:::add_MO_lookup_to_AMR_env()
|
||||
df <- AMR:::AMR_env$MO_lookup
|
||||
expect_true(all(c(
|
||||
"mo", "fullname", "status", "kingdom", "phylum", "class", "order",
|
||||
"family", "genus", "species", "subspecies", "rank", "ref", "source",
|
||||
"lpsn", "lpsn_parent", "lpsn_renamed_to", "gbif", "gbif_parent", "gbif_renamed_to", "prevalence",
|
||||
"snomed", "kingdom_index", "fullname_lower", "full_first", "species_first"
|
||||
"snomed", "domain_index", "fullname_lower", "full_first", "species_first"
|
||||
) %in% colnames(df)))
|
||||
|
||||
expect_inherits(AMR:::MO_CONS, "mo")
|
||||
|
||||
Reference in New Issue
Block a user