Skip to content

Commit

Permalink
bump R version for tests (#294)
Browse files Browse the repository at this point in the history
* bump R version on Travis

* bump R version on Appveyor
  • Loading branch information
StrikerRUS authored Apr 30, 2019
1 parent 9efa33c commit ca0e715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R-package/.R.appveyor.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ $env:PATH = "$env:R_LIB_PATH\Rtools\bin;" + "$env:R_LIB_PATH\R\bin\x64;" + "$env
$env:BINPREF = "C:/mingw-w64/x86_64-6.3.0-posix-seh-rt_v5-rev1/mingw64/bin/"

if (!(Get-Command R.exe -errorAction SilentlyContinue)) {
appveyor DownloadFile https://cloud.r-project.org/bin/windows/base/R-3.5.2-win.exe -FileName ./R-win.exe
appveyor DownloadFile https://cloud.r-project.org/bin/windows/base/R-3.6.0-win.exe -FileName ./R-win.exe
Start-Process -FilePath .\R-win.exe -NoNewWindow -Wait -ArgumentList "/VERYSILENT /DIR=$env:R_LIB_PATH\R /COMPONENTS=main,x64"

appveyor DownloadFile https://cloud.r-project.org/bin/windows/Rtools/Rtools35.exe -FileName ./Rtools.exe
Expand Down
2 changes: 1 addition & 1 deletion R-package/.R.travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if [[ $TRAVIS_OS_NAME == "linux" ]]; then
sudo apt-get install texlive-latex-recommended texlive-fonts-recommended texlive-fonts-extra qpdf

if ! command -v R &> /dev/null; then
R_VER=3.5.2
R_VER=3.6.0
cd $TRAVIS_BUILD_DIR
wget https://cran.r-project.org/src/base/R-3/R-$R_VER.tar.gz
tar -xzf R-$R_VER.tar.gz
Expand Down

0 comments on commit ca0e715

Please sign in to comment.