Skip to content

Commit

Permalink
Update R-devel URL for macOS (#68)
Browse files Browse the repository at this point in the history
* Update R-devel URL for macOS

* Switched to high-sierra R-devel URL & changed http to https
  • Loading branch information
coatless authored Apr 7, 2020
1 parent 8055ea1 commit d30780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-r/lib/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ function getFileNameMacOS(version) {
}
function getDownloadUrlMacOS(version) {
if (version == "devel") {
return "http://mac.r-project.org/el-capitan/R-devel/R-devel-el-capitan-signed.pkg";
return "https://mac.r-project.org/high-sierra/R-devel/R-devel.pkg";
}
const filename = getFileNameMacOS(version);
if (semver.eq(version, "3.2.5")) {
Expand Down

0 comments on commit d30780a

Please sign in to comment.