mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
(v1.7.1.9037) dplyr grouping fix on windows?
This commit is contained in:
Binary file not shown.
@ -40,7 +40,7 @@ if (length(to_install) == 0) {
|
||||
for (i in seq_len(length(to_install))) {
|
||||
cat("Installing package", to_install[i], "\n")
|
||||
tryCatch(install.packages(to_install[i],
|
||||
type = ifelse(.Platform$OS.type == "unix", "source", "binary"),
|
||||
# type = ifelse(.Platform$OS.type == "unix", "source", "binary"),
|
||||
repos = "https://cran.rstudio.com/",
|
||||
dependencies = c("Depends", "Imports"),
|
||||
quiet = FALSE),
|
||||
|
Reference in New Issue
Block a user