p_install_gh {pacman} | R Documentation |
Installs a GitHub package. A wrapper for install_github
which is the same as install_github
.
p_install_gh(package, dependencies = TRUE, ...)
package |
Repository address(es) in the format
|
dependencies |
logical. If |
... |
Additional parameters to pass to |
## Not run: p_install_gh("trinker/pacman") ## Package doesn't exist p_install_gh("trinker/pacmanAwesomer") ## End(Not run)