powered by
This function comprises multiple steps required to install and load a package directly from GitHub.
loadFromGit(repo = "fdetsch/Orcs", ...)
Repository address as character, defaults to "fdetsch/Orcs".
character
"fdetsch/Orcs"
Additional arguments passed to remotes::install_github().
remotes::install_github()
Florian Detsch
if (FALSE) { ## install 'Orcs' from GitHub loadFromGit("fdetsch/Orcs") }
Run the code above in your browser using DataLab