Rdocumentation
powered by
Learn R Programming
crandalf (version 0.0.1)
pkg_install: Install a package from Github using
devtools
Description
This function will try at most 5 times to install a package from Github, and the reason to retry is that sometimes downloading from Github might fail.
Usage
pkg_install(src)
Arguments
src
passed to
install_github
()