mirror of
https://github.com/msberends/AMR.git
synced 2025-09-04 18:49:43 +02:00
support for portuguese, language determination based on system
This commit is contained in:
7
tests/testthat/test-data.R
Normal file
7
tests/testthat/test-data.R
Normal file
@@ -0,0 +1,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(microorganisms), length(unique(microorganisms$mo)))
|
||||
})
|
Reference in New Issue
Block a user