p_install_version {pacman} | R Documentation |
Install Minimal Package Version
Description
Install minimal package version(s).
Usage
p_install_version(package, version)
Arguments
package |
|
version |
Corresponding |
Examples
## Not run:
p_install_version(
c("pacman", "testthat"),
c("0.2.0", "0.9.1")
)
## End(Not run)
[Package pacman version 0.5.1 Index]