Description Usage Arguments See Also Examples
This function is a wrapper for install_github
which is the same as install_github
and
require
. It checks to see if a
package is installed, if not it attempts to install the package from
GitHub. Use this over p_load_gh
if you
want to force install the most recent GitHub version of a package.
1 2 | p_load_current_gh(..., char, update = getOption("pac_update"),
dependencies = TRUE)
|
char |
Character vector containing repository address to load. If you are calling
|
update |
logical. If |
dependencies |
logical. If |
... |
Repository address(es) in the format
|
install_github
library
,
require
1 2 3 4 | ## Not run:
p_load_current_gh(c("Dasonk/Dmisc", "trinker/clustext", "trinker/termco"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.