install_version {devtools} | R Documentation |
If you are installing an package that contains compiled code, you will
need to have an R development environment installed. You can check
if you do by running has_devel
.
install_version(package, version = NULL, repos = getOption("repos"), type = getOption("pkgType"), ...)
package |
package name |
version |
If the specified version is NULL or the same as the most
recent version of the package, this function simply calls
|
repos |
character vector, the base URL(s) of the repositories
to use, e.g., the URL of a CRAN mirror such as
Can be |
type |
character, indicating the type of package to download and
install. Will be |
... |
Other arguments passed on to |
Jeremy Stephens
Other package installation: install_bitbucket
,
install_github
, install_git
,
install_svn
, install_url
,
install
, uninstall