powered by
Installs a GitHub package. A wrapper for install_github which is the same as install_github.
install_github
p_install_gh(package, dependencies = TRUE, ...)
Repository address(es) in the format username/repo[/subdir][@ref|#pull]. Note that this must be a character string.
username/repo[/subdir][@ref|#pull]
logical. If TRUE necessary dependencies will be installed as well.
TRUE
Additional parameters to pass to install_github.
# NOT RUN { p_install_gh("trinker/pacman") ## Package doesn't exist p_install_gh("trinker/pacmanAwesomer") # }
Run the code above in your browser using DataLab