1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 11:51:59 +02:00

(v1.6.0.9054) unit tests

This commit is contained in:
2021-05-20 15:06:08 +02:00
parent 69a656abc0
commit fecc5d183c
15 changed files with 17 additions and 17 deletions

View File

@ -40,7 +40,7 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
if (pkg_is_available("tinytest")) {
library(AMR)
out <- test_package("AMR", verbose = FALSE)
print(attributes(out)$duration)
cat(attributes(out)$duration, "\n")
print(summary(out))
}
}