Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
junyangq committed Aug 9, 2016
1 parent d84ba06 commit 3aeb4eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion R/pkg/R/install.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ get_preferred_mirror <- function(version, packageName) {
jsonUrl <- paste0("http://www.apache.org/dyn/closer.cgi?path=",
file.path("spark", version, packageName),
".tgz&as_json=1")
# jsonUrl <- "http://www.apache.org/dyn/closer.cgi?as_json=1"
textLines <- readLines(jsonUrl, warn = FALSE)
rowNum <- grep("\"preferred\"", textLines)
linePreferred <- textLines[rowNum]
Expand Down

0 comments on commit 3aeb4eb

Please sign in to comment.