mirror of
https://github.com/msberends/AMR.git
synced 2025-07-13 00:32:34 +02:00
new antibiotics
This commit is contained in:
@ -23,7 +23,7 @@ context("data.R")
|
||||
|
||||
test_that("data sets are valid", {
|
||||
# IDs should always be unique
|
||||
expect_identical(nrow(antibiotics), length(unique(antibiotics$atc)))
|
||||
expect_identical(nrow(antibiotics), length(unique(antibiotics$ab)))
|
||||
expect_identical(nrow(microorganisms), length(unique(microorganisms$mo)))
|
||||
|
||||
# there should be no diacritics (i.e. non ASCII) characters in the datasets
|
||||
|
Reference in New Issue
Block a user