Description Usage Arguments See Also Examples
Installs a GitHub package. A wrapper for install_github
which is the same as install_github
.
1 | p_install_gh(package, dependencies = TRUE, ...)
|
package |
Repository address(es) in the format
|
dependencies |
logical. If |
... |
Additional parameters to pass to |
1 2 3 4 5 6 7 | ## Not run:
p_install_gh("trinker/pacman")
## Package doesn't exist
p_install_gh("trinker/pacmanAwesomer")
## End(Not run)
|
Installation failed: NULL : Failed to install 'pacman' from GitHub:
Could not resolve host: api.github.com
The following packages were not able to be installed:
pacman
Warning message:
In p_install_gh("trinker/pacman") :
The following may have incorrect capitalization specification:
pacman
Installation failed: NULL : Failed to install 'unknown package' from GitHub:
Could not resolve host: api.github.com
The following packages were not able to be installed:
pacmanAwesomer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.