Skip to content

Commit baeb7dc

Browse files
committed
Command line arguments for R installer
1 parent eff8787 commit baeb7dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
set -x
2323
curl https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe -o R-3.6.1-win.exe
2424
curl https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe -o Rtools35.exe
25-
./R-3.6.1-win.exe
25+
./R-3.6.1-win.exe /DIR="c:\Program Files\R" /GROUP="R" /COMPONENTS="main,x86_64,translations"
2626
displayName: RStuff

0 commit comments

Comments
 (0)