if (FALSE) {
my_gitstats <- create_gitstats() %>%
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
orgs = c("r-world-devs", "openpharma")
)
get_release_logs(my_gistats, since = "2024-01-01")
}
Run the code above in your browser using DataLab