Skip to content

Commit

Permalink
Do not run the source_gist examples
Browse files Browse the repository at this point in the history
These were causing Appveyor timeouts
  • Loading branch information
jimhester committed Jan 15, 2016
1 parent 7e6a290 commit 3251999
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/run-source.r
Expand Up @@ -76,6 +76,7 @@ source_url <- function(url, ..., sha1 = NULL) {
#' @param quiet if \code{FALSE}, the default, prints informative messages.
#' @export
#' @examples
#' \dontrun{
#' # You can run gists given their id
#' source_gist(6872663)
#' source_gist("6872663")
Expand All @@ -88,7 +89,6 @@ source_url <- function(url, ..., sha1 = NULL) {
#' # sha1 argument - this will throw an error if the file has changed since
#' # you first ran it
#' source_gist(6872663, sha1 = "54f1db27e60")
#' \dontrun{
#' # Wrong hash will result in error
#' source_gist(6872663, sha1 = "54f1db27e61")
#' }
Expand Down
2 changes: 1 addition & 1 deletion man/source_gist.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3251999

Please sign in to comment.