R的devtools - 使用"configure"文件从github安装

cbo*_*tig 6 r github devtools

我在github上有一个使用"configure"脚本的R包(因为一些C代码依赖于GSL库).我尝试使用devtools包中的github_install()函数安装包,并获取错误:

(as ‘lib’ is unspecified)
* installing *source* package ‘wrightscape’ ...
ERROR: 'configure' exists but is not executable -- see the 'R Installation and Administration Manual'
Run Code Online (Sandbox Code Playgroud)

不知道该怎么做 - 有没有像github上的文件的执行权限这样的事情?这是一个devtools问题还是一个配置问题?(从源代码安装包对我来说很好).包裹在这里. https://github.com/cboettig/wrightscape

had*_*ley 4

该问题现已在最新版本的 devtools (0.7) 中修复。