Skip to content

Commit f89c44e

Browse files
committed
Fix runGist
Looks like GitHub changed the format of gist downloads from .tar.gz to .zip
1 parent 59b0df5 commit f89c44e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/run-url.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ runGist <- function(gist, destdir = NULL, ...) {
112112
stop('Unrecognized gist identifier format')
113113
}
114114

115-
runUrl(gistUrl, filetype = ".tar.gz", destdir = destdir, ...)
115+
runUrl(gistUrl, filetype = ".zip", destdir = destdir, ...)
116116
}
117117

118118

0 commit comments

Comments
 (0)