I have an R package on github that uses a "configure" script (since some of the C code depends on the GSL libraries). I am trying to install a package using the github_install () function from the devtools package and get an error:
(as 'lib' is unspecified) * installing *source* package 'wrightscape' ... ERROR: 'configure' exists but is not executable -- see the 'R Installation and Administration Manual'
Not sure what to do - are there such things as execute permissions for a file on github? is it a devtools problem or a configuration problem? (Installing a package from source is great for me). The package is here. https://github.com/cboettig/wrightscape
source share