Skip to content

Commit

Permalink
Setting environment variables change.
Browse files Browse the repository at this point in the history
The devtools install_github command no longer supports the "args"
parameter. The same effect is achieved by setting the "configure.vars"
parameter.
  • Loading branch information
zivy committed Dec 2, 2024
1 parent 3b99581 commit 799dcdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ devtools::install_github("SimpleITK/SimpleITKRInstaller")
or, turn on mutlicore compilation using

```R
devtools::install_github("SimpleITK/SimpleITKRInstaller", args=c("--configure-vars=MAKEJ=6"))
devtools::install_github("SimpleITK/SimpleITKRInstaller", configure.vars=c("MAKEJ=6"))
```

Requires _cmake_ and _git_ in the path.
Expand Down

0 comments on commit 799dcdf

Please sign in to comment.