Skip to content

Commit

Permalink
R 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Mar 22, 2020
1 parent dc29677 commit 1d45554
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .ci/test_windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"){
Expand Down
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d45554

Please sign in to comment.