bburns632
bburns632
@zwycl That would be much appreciated! Thank you. Please reach out with any questions.
@zwycl I think this is on the right track. Here are some thoughts. 1. I would rather avoid string manipulation if possible. Here's what I could find that might be...
To be fair, `devtools::parse_deps()` is just doing string manipulation (pretty close to what you described above), but at least it is a stable and well maintained string parsing process. If...
@jameslamb, what about, as a start, adding licenses as an additional column to the main data.table?
@mattdzugan , in other words, how many packages are added to the dependency network just because of this one node, right? Sounds like a recurse of the network like this:...
This might also be a variation of [vertex connectivity](https://igraph.org/r/doc/vertex_connectivity.html)
The reverse of this could also be interesting: "I want to remove this recursive dependency. How many which higher level packages that use this dependency must I cut/modify in order...
On networkx vs igraph, does igraph have a very similar API in python and R? We don't do all too much with graph metrics at the moment, but if we...
Hi @paulponcet, this is a great idea, right in line with #243. Are you interested in drafting a PR? You could follow parts of #243 as a template. At minimum,...
PR #24 added source script column during coverage testing, so it's available for this purpose. This just needs a way to enable this option.