pac_last {pacs}R Documentation

Getting the most recent package version

Description

using utils::available.packages to get the newest package version.

Usage

pac_last(pac, repos = biocran_repos())

Arguments

pac

character a package name.

repos

character vector of repositories URLs to use. By default checking CRAN and newest Bioconductor per R version. Default pacs::biocran_repos()

Value

character most recent package version.

Note

Results are cached for 30 minutes with memoise package. For Bioconductor the newest one per R version.

Examples

## Not run: 
pac_last("dplyr")
pac_last("S4Vectors")

## End(Not run)

[Package pacs version 0.5.1 Index]