From 1d4555494b0a57eda7d1f92f0b7b685791b0b235 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Sun, 22 Mar 2020 00:05:24 -0500 Subject: [PATCH] R 3.6.3 --- .ci/test_windows.ps1 | 3 --- .vsts-ci.yml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.ci/test_windows.ps1 b/.ci/test_windows.ps1 index 51660c40da95..1840ba4601b6 100644 --- a/.ci/test_windows.ps1 +++ b/.ci/test_windows.ps1 @@ -53,9 +53,6 @@ if ($env:TASK -eq "regular") { jupyter nbconvert --ExecutePreprocessor.timeout=180 --to notebook --execute --inplace *.ipynb ; Check-Output $? # run all notebooks } -# TODO: -# * https://cran.r-project.org/bin/windows/base/old/3.6.1/R-3.6.1-win.exe - # test R package # based on https://github.com/RGF-team/rgf/blob/master/R-package/.R.appveyor.ps1 if ($env:TASK -eq "r-package"){ diff --git a/.vsts-ci.yml b/.vsts-ci.yml index fc55a9919229..5e401e22b75f 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -130,7 +130,7 @@ jobs: # PYTHON_VERSION: 3.5 rpkg: TASK: r-package - R_WINDOWS_VERSION: 3.6.1 + R_WINDOWS_VERSION: 3.6.3 steps: - powershell: Write-Host "##vso[task.prependpath]$env:CONDA\Scripts" displayName: Enable conda