1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:01:50 +02:00

(v1.6.0.9053) unit tests

This commit is contained in:
2021-05-20 13:42:17 +02:00
parent 4a2a48b7c1
commit 69a656abc0
15 changed files with 18 additions and 16 deletions

View File

@ -39,6 +39,8 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
if (pkg_is_available("tinytest")) {
library(AMR)
out <- test_package("AMR")
out <- test_package("AMR", verbose = FALSE)
print(attributes(out)$duration)
print(summary(out))
}
}