Skip to content

Commit

Permalink
Update install-module.R.in
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff authored Jan 19, 2025
1 parent bdc4741 commit 9426779
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Modules/install-module.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ options("JASP_RENV_INSTALL_OPTIONS" = list(
OpenMx = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
ragg = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
V8 = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
Boom = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
Boom = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
curl = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
))
options(renv.config.install.verbose = TRUE)
configureVars = NULL
Expand Down

0 comments on commit 9426779

Please sign in to comment.