p_install_version: Install Minimal Package Version

Description Usage Arguments Examples

Description

Install minimal package version(s).

Usage

1

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

1
2
3
4
5
6
7
## Not run: 
p_install_version(
    c("pacman", "testthat"), 
    c("0.2.0", "0.9.1")
)

## End(Not run)

trinker/pacman documentation built on May 21, 2020, 6:23 a.m.