We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eff8787 commit baeb7dcCopy full SHA for baeb7dc
azure-pipelines.yml
@@ -22,5 +22,5 @@ jobs:
22
set -x
23
curl https://cloud.r-project.org/bin/windows/base/R-3.6.1-win.exe -o R-3.6.1-win.exe
24
curl https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe -o Rtools35.exe
25
- ./R-3.6.1-win.exe
+ ./R-3.6.1-win.exe /DIR="c:\Program Files\R" /GROUP="R" /COMPONENTS="main,x86_64,translations"
26
displayName: RStuff
0 commit comments