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:
Edited: the Github mirror is up to date again, so all of the methods listed in How do I install the latest version of rgl? should be fine. If the server dies again, you can always use
install.packages()
or use SVN.The
install_github()
method should no longer require an SVN install.