View source: R/plot_rpackages_releases.R
plot_github_pkgs_releases | R Documentation |
Plot Github Package Releases Over Time
plot_github_pkgs_releases(pkgs_releases, last_update = Sys.time())
pkgs_releases |
data frame with pkgs as retrieved by
|
last_update |
default: Sys.time() |
ggplot of temporal development of R package releases on Github
## Not run:
pkgs <- get_github_packages()
pkgs_releases <- github_packages_versions(repos = pkgs$full_name)
plot_github_pkgs_releases(pkgs_releases)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.