if (FALSE) {
my_gitstats <- create_gitstats() %>%
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
orgs = c("r-world-devs", "openpharma")
)
get_repos_with_R_packages(
gitstats = my_gitstats,
packages = c("purrr", "shiny"),
split_output = TRUE
)
}
Run the code above in your browser using DataLab