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