R/plot_rpackages.R
plot_github_pkgs_over_time.Rd
Plot Github Packages Over Time
plot_github_pkgs_over_time(df_pkgs, last_update = Sys.time())
data frame with pkgs as retrieved by get_github_packages
get_github_packages
default: Sys.time()
ggplot of temporal development of R packages on Github
if (FALSE) { pkgs <- get_github_packages() plot_github_pkgs_over_time(pkgs)}