Skip to content

Commit

Permalink
Install sources on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
tmelliott committed Apr 3, 2024
1 parent 427f873 commit 24263ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/install_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ options(
RSPM = Sys.getenv("RSPM"),
CRAN = "https://cloud.r-project.org"
),
install.packages.compile.from.source = "never"
install.packages.compile.from.source =
ifelse(OS == "macOS", "always", "never")
)


Expand Down

0 comments on commit 24263ad

Please sign in to comment.