if (FALSE) {
my_gitstats <- create_gitstats() %>%
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
repos = c("r-world-devs/GitStats", "openpharma/visR")
) |>
get_commits(my_gitstats, since = "2022-01-01") |>
get_commits_stats(
time_aggregation = "year",
group_var = author
)
}
Run the code above in your browser using DataLab