toc {groundhog} | R Documentation |
Show CRAN publication dates for all versions of a given package
Description
Show CRAN publication dates for all versions of a given package
Usage
toc(pkg, dependencies = FALSE)
Arguments
pkg |
(required) package name |
dependencies |
logical (defaults to |
Value
a data.frame
where each row corresponds to one version of pkg
, a date column contains the publication date,
and when dependencies
=TRUE, columns show package dependencies over time as well.
Examples
## Not run:
toc("R")
toc("magrittr")
toc("rio",dependencies = TRUE)
## End(Not run)
[Package groundhog version 3.2.0 Index]