E.g. when I go to R’s CRAN I can see reverse suggest etc meaning package A was suggested by package B so essentially some kind of graph is built for package dependencies.
Wonder if such a thing already exists for Julia.
E.g. when I go to R’s CRAN I can see reverse suggest etc meaning package A was suggested by package B so essentially some kind of graph is built for package dependencies.
Wonder if such a thing already exists for Julia.
i hacked something together here GitHub - anandijain/MyPkgGraph.jl
if you run the tests it should save a json graph, and a dataframe with some statistics