Install PIP packages.
pipinstall.Rd
This is wrapper around remotes::install_github(). By default the owner of the repo is the PIP-Technical-team, which could be changed at any time. This is just a convenient, yet restricted way to install PIP package from GH.
Usage
pipinstall(package, ref = "HEAD", owner = getOption("pipfun.ghowner"), ...)
Arguments
- package
character: Name of the package
- ref
Desired git reference. Could be a commit, tag, or branch name, or a call to
github_pull()
orgithub_release()
. Defaults to"HEAD"
, which means the default branch on GitHub and for git remotes. See setting-the-default-branch for more details.- owner
character: Name of the GH owner. Default is
getOption("pipfun.ghowner")
- ...
Other arguments passed on to
remotes::install_github()
.