mirror of
https://github.com/msberends/AMR.git
synced 2025-07-19 17:03:11 +02:00
(v1.7.1.9031) dplyr grouping fix on windows?
This commit is contained in:
@ -33,9 +33,13 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
|
||||
testdir = ifelse(AMR:::dir.exists("inst/tinytest"),
|
||||
"inst/tinytest",
|
||||
"tinytest"),
|
||||
verbose = FALSE)
|
||||
cat(attributes(out)$duration, "\n")
|
||||
verbose = 99,
|
||||
color = FALSE)
|
||||
cat("SUMMARY:\n")
|
||||
print(summary(out))
|
||||
cat("WARNINGS:\n")
|
||||
print(warnings())
|
||||
cat(attributes(out)$duration, "\n")
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user