| getgit | R Documentation |
Installs an R package from GitHub using pak::pak().
If installation fails with GitHub HTTP error 401 / bad credentials, the
stored GitHub credentials are deleted using gitcreds::gitcreds_delete(),
and the installation is attempted once more.
getgit(reponame, ...)
reponame |
Character string. GitHub repository name in the form
|
... |
Additional arguments passed to |
Invisibly returns the result of pak::pak().
## Not run:
getgit("obreschkow/cooltools")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.