pacman (version 0.5.1)

p_install_version: Install Minimal Package Version

Description

Install minimal package version(s).

Usage

p_install_version(package, version)

Arguments

package

character vector of the name of the package(s) you want to install a particular minimal version of.

version

Corresponding character vector of the minimal package version(s).

Examples

Run this code
# NOT RUN {
p_install_version(
    c("pacman", "testthat"), 
    c("0.2.0", "0.9.1")
)
# }

Run the code above in your browser using DataCamp Workspace