-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
call init.bat | ||
set R_LIBS_USER=%~dp0\lib | ||
|
||
|
||
"%R_INSTALL_PATH%\bin\x64"\Rgui.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
set drive=d: | ||
|
||
set R_INSTALL_PATH=%drive%\Program Files\R\R-4.2.3 | ||
set R_LIBS_USER==%drive%\Program Files\R\R-4.2.3\library | ||
|
||
set RTOOL_PATH=%drive%\rtools42 | ||
set RTOOLS40_HOME=%drive%\rtools42 | ||
|
||
set RPATH=%R_INSTALL_PATH%\bin\x64 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
call init.bat | ||
|
||
"%RPATH%\R" CMD BATCH --slave --vanilla ../script/install.r |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters