Plot Github Packages Over Time

plot_github_pkgs_over_time(df_pkgs, last_update = Sys.time())

Arguments

df_pkgs

data frame with pkgs as retrieved by get_github_packages

last_update

default: Sys.time()

Value

ggplot of temporal development of R packages on Github

Examples

if (FALSE) { pkgs <- get_github_packages() plot_github_pkgs_over_time(pkgs)}