We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50d64a8 commit fa6e97fCopy full SHA for fa6e97f
R/mranUrl.R
@@ -52,7 +52,7 @@ setDownloadOption <- function(mranUrl){
52
53
# is.recent = getRversion() >= "3.2.2"
54
# is.unix = .Platform$OS.type == "unix"
55
-# is.os.x = length(grep(pattern = "darwin", R.version$os)) > 0
+ is.os.x = length(grep(pattern = "darwin", R.version$os)) > 0
56
# is.win = .Platform$OS.type == "windows"
57
58
method <- if(isHttpsUrl(mranUrl)){
0 commit comments