Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliot McIntire committed Aug 1, 2024
1 parent 599ac9a commit f731b43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/Require-helpers.R
Original file line number Diff line number Diff line change
Expand Up @@ -1533,7 +1533,7 @@ installPackagesWithQuiet <- function(ipa, verbose) {
ipa$type <- ipa$type[2]

if (getOption("Require.installPackagesSys") &&
requireNamespace("sys", quietly = TRUE) && !isMacOSX()){
requireNamespace("sys", quietly = TRUE)){
for (i in 1:1) {
anyFailed <- NULL
out <- #try(
Expand Down
4 changes: 2 additions & 2 deletions tests/testthat/setup.R
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
if (.isDevelVersion() && nchar(Sys.getenv("R_REQUIRE_RUN_ALL_TESTS")) == 0) {
Sys.setenv("R_REQUIRE_RUN_ALL_TESTS" = "true")
}
verboseForDev <- -2
verboseForDev <- 2
Require.usePak <- FALSE
Require.installPackageSys <- 2
Require.installPackageSys <- 2 * (isMacOSX() %in% FALSE)

if (isTRUE(Require.usePak))
if (requireNamespace("pak"))
Expand Down

0 comments on commit f731b43

Please sign in to comment.