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

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

if (FALSE) {
pac_last("dplyr")
pac_last("S4Vectors")
}