This might be something you guys want to think about. When a person runs install_github (and maybe other install_*'s), devtools retrieves a copy of the package, and then R builds and installs it on the user's machine.
If the package has an Sweave vignette, R build will try to find a program to compile the vignette and then error out if the user doesn't have one.
I'm guessing that a lot of R users won't have latex installed and won't be able to figure out the error message, which may make it harder to use install_github and github.
Garrett
p.s. Also, I could be completely wrong about this :P
This might be something you guys want to think about. When a person runs
install_github(and maybe otherinstall_*'s), devtools retrieves a copy of the package, and then R builds and installs it on the user's machine.If the package has an Sweave vignette, R build will try to find a program to compile the vignette and then error out if the user doesn't have one.
I'm guessing that a lot of R users won't have latex installed and won't be able to figure out the error message, which may make it harder to use
install_githuband github.Garrett
p.s. Also, I could be completely wrong about this :P