Install R packages from github downloading master.zip Install R packages from github downloading master.zip r r

Install R packages from github downloading master.zip


This answer is just a refined version of my comments. Essentially you can install packages using devtools by unzipping a local zipfile downloaded from github, and then running the install function

install("path/to/unzipped_pkg_zip_file")

The latest dev version of devtools contains an install_local utility function that makes it easy to work directly with local zip files.