Skip to content

Commit

Permalink
grr travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed May 11, 2017
1 parent f7e2145 commit 4aa1f3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/parse_depends.R
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parse_depends <- function(deps){
pkgs <- paste0("https://cran.r-project.org/package=", pkgs)
} else {
## Consider suppressing message (and fixing url) for R & base packages?
message(paste("could not find URL for package", pkgs, "since it is not available on CRAN."))
# message(paste("could not find URL for package", pkgs, "since it is not available on CRAN."))
}
pkgs
})
Expand Down

0 comments on commit 4aa1f3d

Please sign in to comment.