From 799dcdf132355f9af3542219d91c5e6f0fbd386e Mon Sep 17 00:00:00 2001 From: Ziv Yaniv Date: Sun, 1 Dec 2024 19:11:32 -0500 Subject: [PATCH] Setting environment variables change. The devtools install_github command no longer supports the "args" parameter. The same effect is achieved by setting the "configure.vars" parameter. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1d5b4b..157a0ba 100644 --- a/README.md +++ b/README.md @@ -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.