为什么R devtools包中的source_gist函数不起作用?

时间:2013-11-25 21:15:57

标签: r devtools

我跑了这个:

install.packages('devtools')
library('devtools')
source_gist("https://gist.github.com/hadley/6872663")

我明白了:

Error: client error: (403) Forbidden

为什么?

1 个答案:

答案 0 :(得分:2)

我认为这是一个错误(一些正则表达式问题),作为一种解决方法:

source_url("https://gist.github.com/hadley/6872663/raw/hi.r")

SHA-1 hash of file is 54f1db27e60bb7e0486d785604909b49e8fef9f9
[1] "Hi from github :)"