Skip to content

Commit

Permalink
fix problems caused by -j
Browse files Browse the repository at this point in the history
  • Loading branch information
RensDofferhoff committed Jun 24, 2024
1 parent f5ee7e5 commit 09489f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Engine/jaspModuleInstaller
5 changes: 3 additions & 2 deletions Modules/install-module.R.in
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ options("JASP_RENV_INSTALL_OPTIONS" = list(
blavaan = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
metaBMA = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
rstanarm = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
stanova = list(before = setMakeFlagsToOne, after = defaultMakeFlags)

stanova = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
rpf = list(before = setMakeFlagsToOne, after = defaultMakeFlags),
cubature = list(before = setMakeFlagsToOne, after = defaultMakeFlags)
))
options(renv.config.install.verbose = TRUE)
configureVars = NULL
Expand Down

0 comments on commit 09489f1

Please sign in to comment.