File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,9 @@ environment:
22 NOT_CRAN : " true"
33 matrix :
44 - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
5- R_URL : " https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe"
6- # - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
7- # R_URL: "https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
8- # - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
9- # R_URL: "https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
5+ R_URL : " https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe"
6+ - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
7+ R_URL : " https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
108
119notifications :
1210 - provider : Email
@@ -51,7 +49,7 @@ install:
5149 # Download and install Rtools
5250
5351 - ps : (new-object net.webclient).DownloadFile(
54- " https://cran.rstudio.com/bin/windows/Rtools/Rtools34 .exe" ,
52+ " https://cran.rstudio.com/bin/windows/Rtools/Rtools35 .exe" ,
5553 " C:\p rojects\r tools.exe" )
5654 # - C:\projects\rtools.exe /S /D=C:\Rtools
5755 - C:\projects\rtools.exe /VERYSILENT /DIR=C:\Rtools
You can’t perform that action at this time.
0 commit comments