Install minimal GitHub package version(s).
p_install_version_gh(package, version, dependencies = TRUE)
character
vector of the repository address(es) of the
package(s) you want to install a particular minimal version of. Repository
address(es) in the format username/repo[/subdir][@ref|#pull]
.
Corresponding character
vector of the minimal
package version(s).
logical. If TRUE
necessary dependencies will be
installed as well.