package_versions {cranlike} | R Documentation |
List all packages and versions in a CRAN-like repository
package_versions(dir = ".", xcolumns = character())
dir |
Path to the repository. |
xcolumns |
Extra columns to include in the result. |
Data frame with at least three columns:
Package
, Version
, MD5sum
.