Awesome way to handle Awesome Lists
Wayfarer was created to make working with awesome lists easier!
remotes::install_github('krzjoa/wayfarer')
The simpliest usage scenario is a selection of a set of libraries by comparing two awesome lists.
awesome.r <- 'https://github.com/qinwf/awesome-r/'
r.start.here <- 'https://github.com/rstudio/RStartHere'
diff_awesome_lists(awesome.r, r.start.here) %>%
as_markdown_url_list() %>%
write("lacking-items.md")