p_install_version(package, version)
character
vector of the name of the package(s) you want
to install a particular minimal version of.character
vector of the minimal
package version(s).Install minimal package version(s).
p_install_version( c("pacman", "testthat"), c("0.2.0", "0.9.1") )Version of pacman (v. 0.2.0) is suitable Version of testthat (v. 0.9.1) is suitable