1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-20 16:13:21 +02:00

(v1.6.0.9023) new unit test flow

This commit is contained in:
2021-05-13 19:31:47 +02:00
parent 655b813e99
commit aeea00881e
34 changed files with 408 additions and 355 deletions

View File

@ -26,8 +26,7 @@
# the testthat package is in Suggests, but very old R versions will not be
# 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")) {
library(testthat, warn.conflicts = FALSE)
if (require("testthat", warn.conflicts = FALSE)) {
library(AMR)
test_check("AMR")
}