We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f07113e commit 7e3b7dbCopy full SHA for 7e3b7db
Vagrantfile
@@ -26,6 +26,7 @@ Vagrant.configure("2") do |config|
26
# Install rtools40
27
Invoke-WebRequest -Uri "https://cran.r-project.org/bin/windows/Rtools/rtools40-x86_64.exe" -OutFile "rtools.exe"
28
Start-Process "./rtools.exe" -Argument "/Silent" -PassThru -Wait
29
+ ${DOLLAR}env:PATH += ";C:\\rtools40\\usr\\bin;C:\rtools40\\mingw64\\bin"
30
[Environment]::SetEnvironmentVariable("PATH", ${DOLLAR}Env:PATH + ";C:\\rtools40\\usr\\bin;C:\\rtools40\\mingw64\\bin", [EnvironmentVariableTarget]::Machine)
31
C:\\rtools40\\msys2.exe pacman -Sy --noconfirm mingw-w64-x86_64-make
32
Remove-Item -Path ./rtools.exe
0 commit comments