1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 23:21:56 +02:00

(v1.6.0.9024) unit test update

This commit is contained in:
2021-05-13 20:49:47 +02:00
parent aeea00881e
commit 9d9d62eba4
4 changed files with 29 additions and 41 deletions

View File

@ -27,6 +27,7 @@
# able to install it. Yet, we want basic R CMD CHECK's in those R versions
# as well, so only run unit tests in later R versions:
if (require("testthat", warn.conflicts = FALSE)) {
library(testthat)
library(AMR)
test_check("AMR")
}