Skip to content

Commit fa6e97f

Browse files
committed
Uncomment is.os.x definition
1 parent 50d64a8 commit fa6e97f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/mranUrl.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ setDownloadOption <- function(mranUrl){
5252

5353
# is.recent = getRversion() >= "3.2.2"
5454
# is.unix = .Platform$OS.type == "unix"
55-
# is.os.x = length(grep(pattern = "darwin", R.version$os)) > 0
55+
is.os.x = length(grep(pattern = "darwin", R.version$os)) > 0
5656
# is.win = .Platform$OS.type == "windows"
5757

5858
method <- if(isHttpsUrl(mranUrl)){

0 commit comments

Comments
 (0)