mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:42:22 +02:00
(v1.7.1.9035) dplyr grouping fix on windows?
This commit is contained in:
@ -29,11 +29,12 @@ if (identical(Sys.getenv("R_RUN_TINYTEST"), "true")) {
|
||||
.libPaths(c(Sys.getenv("R_LIBS_USER_GH_ACTIONS"), .libPaths()))
|
||||
if (AMR:::pkg_is_available("tinytest")) {
|
||||
library(AMR)
|
||||
out <- test_package("AMR",
|
||||
out <- test_package("AMR",
|
||||
testdir = ifelse(AMR:::dir.exists("inst/tinytest"),
|
||||
"inst/tinytest",
|
||||
"tinytest"),
|
||||
verbose = 99,
|
||||
pattern = "first.*\\.[rR]$",
|
||||
color = FALSE)
|
||||
cat("SUMMARY:\n")
|
||||
print(summary(out))
|
||||
|
Reference in New Issue
Block a user