1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 04:42:22 +02:00
This commit is contained in:
2021-03-15 07:23:21 +01:00
parent 4e0a9533ad
commit 551f99dc8f
39 changed files with 106 additions and 99 deletions

View File

@ -24,8 +24,8 @@
# ==================================================================== #
# the testthat package is in Suggests, but very old R versions will not be
# able to install it. Yet, we want checks in those R versions as well, so
# only run unit tests in later R versions:
# 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)
library(AMR)