deepdep icon indicating copy to clipboard operation
deepdep copied to clipboard

cranly package?

Open ikosmidis opened this issue 3 years ago • 2 comments

You may want to include cranly in your review of packages that produce dependence graphs (I think it was one the first in the game, if not the first), which amongst other cool things (package and author networks), provides a custom package dependence index, that characterizes how much baggage a package has, and which you should feel free to borrow.

See its R package dependence trees vignette for visNetwork visualizations and what else is provided

ikosmidis avatar Dec 20 '21 16:12 ikosmidis

Hey, checked out cranly and we would definitely want to include it in our vignette. I like the idea of package dependence index, though I couldn't find any explanation, what would score equal to 1 mean. I understand that higher score means "heavier" package, but is 1 a lot?

ErdaradunGaztea avatar Dec 20 '21 18:12 ErdaradunGaztea

This is a good question, without a good answer. As with every index, you can only interpret the values relative to each other, because the package network is evolving. But cranly allows you to easily compute the dependence index for all packages at the current snapshot of cran. I am preparing a paper for cranly, so will share the preprint when ready

ikosmidis avatar Dec 20 '21 21:12 ikosmidis