It was surprising to find install_github
failing with a message "SVN does not seem to be installed on your system" indicating that SVN was needed. This followed the advice from a well-known rgl
installation question How do I install the latest version of rgl. I could install it manually, but I did not understand the message and posted the question in the title.
After some messy investigation we found that it was due to a remote
configuration line in the rgl
package DESCRIPTION file that was not needed. This answer is in the comments to the answer marked correct.
However we also found that much of the guidance in the original question was out-of-date and it has since been modified.
Screen shot:
install_github
for installing from Rforge? Apparently not, but that's a minor inconvenience at most. – Destructorinstall_github
you'll see that an S3 generic with an SVN method gets called. You need SVN to install an SVN repo. Obviously, you could just download the source manually. – Destructorsubdir="pkg/rgl"
parameter pointinstall_github
at something it can install alone? Looks like a standard R package directory to me. Should not need SVN. – Cordle