Skip to content

Commit

Permalink
Merge pull request #50 from csgillespie/patch-1
Browse files Browse the repository at this point in the history
Point to secure github repo.
  • Loading branch information
eddelbuettel committed Jun 3, 2016
2 parents c071563 + f4ebc46 commit 0cb0026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/addRepo.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ addRepo <- function(account, alturl) {
r <- getOption("repos")
if (!missing(account) && missing(alturl)) {
for (acct in account) {
r[acct] <- paste0("http://", acct, ".github.io/drat/")
r[acct] <- paste0("https://", acct, ".github.io/drat/")
}
} else if (!missing(account) && !missing(alturl)) {
if (.Platform$OS.type == "windows") {
Expand Down

0 comments on commit 0cb0026

Please sign in to comment.