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

(v0.9.0.9005) as.mo for G. species

This commit is contained in:
2019-12-21 10:56:06 +01:00
parent cc8cd043e1
commit ba3ce77f02
21 changed files with 501 additions and 361 deletions

View File

@ -51,8 +51,18 @@ test_that("creation of data sets is valid", {
DT <- make_DT()
expect_lt(nrow(DT[prevalence == 1]), nrow(DT[prevalence == 2]))
expect_lt(nrow(DT[prevalence == 2]), nrow(DT[prevalence == 3]))
expect_true(all(c("mo", "fullname",
"kingdom", "phylum", "class", "order", "family", "genus", "species", "subspecies",
"rank", "col_id", "species_id", "source", "ref", "prevalence",
"kingdom_index", "fullname_lower", "g_species") %in% colnames(DT)))
oldDT <- make_oldDT()
expect_true(all(c("col_id", "col_id_new", "fullname", "ref", "prevalence",
"fullname_lower", "g_species") %in% colnames(oldDT)))
old <- make_trans_tbl()
expect_gt(length(old), 0)
})
test_that("CoL version info works", {