powered by
using utils::available.packages to get the newest package version.
utils::available.packages
pac_last(pac, repos = biocran_repos())
character most recent package version.
character
character a package name.
character vector of repositories URLs to use. By default checking CRAN and newest Bioconductor per R version. Default pacs::biocran_repos()
pacs::biocran_repos()
if (FALSE) { pac_last("dplyr") pac_last("S4Vectors") }
Run the code above in your browser using DataLab