Repositories report

Install required packages

if(!require("echodeps"))remotes::install_github("RajLabMSSM/echogithub",
                                                dependencies = TRUE)

Get all packages per repo

r_repos_res <- echogithub::r_repos(
  which = echogithub::r_repos_opts(exclude="local"),
  save_path = here::here("reports","r_repos_upset.pdf"),
  width = 9)

!Upset plot

Save results

saveRDS(r_repos_res, here::here("reports","r_repos_res.rds"))

Session Info

utils::sessionInfo()




Try the rworkflows package in your browser

Any scripts or data that you put into this service are public.

rworkflows documentation built on Nov. 2, 2023, 5:21 p.m.