toc | R Documentation |
Show CRAN publication dates for all versions of a given package
toc(pkg, dependencies = FALSE)
pkg |
(required) package name |
dependencies |
logical (defaults to |
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.
## Not run:
toc("R")
toc("magrittr")
toc("rio",dependencies = TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.