Fetches CRAN package data, cleans author names, creates a tidy tibble of each package-author combination and turns this into a tidygraph object. Nodes are authors and edges are packages they collaborate on.
kb_combos()
A tidygraph object with classes 'tbl_graph' and 'igraph'.
# NOT RUN { cran_graph <- kb_combos() print(cran_graph) # }