pkgnet icon indicating copy to clipboard operation
pkgnet copied to clipboard

R package for analyzing other R packages via graph representations of their dependencies

Results 53 pkgnet issues
Sort by recently updated
recently updated
newest added

would be cool to also print a column that describes "how many packages would you remove if you removed me" it would always be `>=1` but would involve calculating how...

enhancement

#16 Referring on the package score issue -- @bburns632 ,Some of the quick deployment options,We could use in the next release can be- 1. Using the statistics like number of...

[uuid](https://cran.r-project.org/package=uuid) is an example. ![image](https://user-images.githubusercontent.com/24531403/56623904-df5b2580-65fb-11e9-823b-dc61d0dcc15c.png)

bug
question

I noticed tonight that the Dependency Network dropdown looks like this: ![image](https://user-images.githubusercontent.com/7608904/55919458-b37f7f00-5bbb-11e9-9992-7b602b72d3d3.png) The sort order is: * All packages starting with a capital letter (sorted alphabetically) * All packages starting...

question
ux

In the Function Network visualization, it would be nice to see the percent coverage for a function in the hover over. It would most likely be an edit/addition to [plot_network](https://github.com/UptakeOpenSource/pkgnet/blob/master/R/AbstractGraphReporter.R#L312)...

enhancement
help wanted

I know this may be a lot of effort, but it would be great to be able to build dependency graphs for specific functions within a package. Even better, count...

ux

As I understand the original vision according @bburns632 , every package should have a "Score" that's a weighted metric of all the factors we consider for a package. It should...

enhancement

This should be a byproduct of the `covr::tally_coverage` function in PR #24 . However, I believe these fields are being dropped before populating the nodes table. We should attach them...

enhancement
help wanted
ux

R6 classes let you define a custom `$print` method. Right now we're using the default R6 printing which just dumps a list of public and private members. I think it...

enhancement
good first issue
ux

We should write a vignette for `InheritanceReporter`, since it's not mentioned in the intro vignette nor part of `DefaultReporters`

help wanted
good first issue
documentation