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 |
|
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]