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:
@ -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))
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user