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

(v1.7.1.9039) reinitiate all units tests

This commit is contained in:
2021-09-03 13:08:36 +02:00
parent 81a1a432bd
commit 5f433d6e5c
8 changed files with 14 additions and 27 deletions

View File

@ -34,13 +34,11 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
"inst/tinytest",
"tinytest"),
verbose = 99,
pattern = "first.*\\.[rR]$",
color = FALSE)
cat("SUMMARY:\n")
print(summary(out))
cat("WARNINGS:\n")
print(warnings())
cat(attributes(out)$duration, "\n")
}
}