Skip to content

Instantly share code, notes, and snippets.

View softloud's full-sized avatar

Charles T. Gray softloud

View GitHub Profile
library(tidyverse)
library(gh)
.token = "" # get one from https://github.com/settings/tokens
# get all pkgs on GitHub mirror of CRAN
n <- 5000 # 16125 # https://github.com/cran
cran_repos <- gh("/users/:username/repos",
username = "cran",