pac_islast {pacs} | R Documentation |
Checking if a package version is the most recent one
Description
checking if a package version is the most recent one, by default the installed version is compared.
Usage
pac_islast(pac, version = NULL, lib.loc = .libPaths(), repos = biocran_repos())
Arguments
pac |
|
version |
|
lib.loc |
|
repos |
|
Value
logical
if a package is inside repositories.
Note
Results are cached for 30 minutes with memoise
package.
Examples
## Not run:
pac_islast("memoise")
pac_islast("dplyr", version = "1.0.0")
pac_islast("S4Vectors")
pac_islast("S4Vectors", version = pac_last("S4Vectors"))
## End(Not run)
[Package pacs version 0.5.1 Index]