bburns632

Results 14 issues of bburns632

There are a few good ideas regarding useful colorings of nodes in the report. It is hard to choose, but why do we?! What if we had a why to...

help wanted
Hacktoberfest

Hey all, I think it would be cool to have a user stories / testimonials section on the website. Thoughts? If that sounds good, I think vignettes is the right...

question
ux
Hacktoberfest

As it turns out, if you have an article with the same name as the package (e.g., vignettes/pkgdown.Rmd for pkgdown), it will automatically appear in the navigation bar under “Get...

documentation
Hacktoberfest

I think we have good docs on the high level scope ([README Introduction](https://github.com/UptakeOpenSource/pkgnet/blob/master/README.md)) and tactical "how to" for contributors ([CONTRIBUTING.md](https://github.com/UptakeOpenSource/pkgnet/blob/master/CONTRIBUTING.md)), but I think we are lacking in long term vision/strategy....

[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

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

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

We need to recreate the vignette with specific versions of BOTH `lubridate` and `pkgnet` and update the "A Deeper Look" with instructions utilizing `devtools::install_version()` (or some other more R way...

documentation

Mainly, we should state our recent consensus to use the term "graph" within the package for functions, variables, etc, and "network" with the main customer facing objects.

good first issue
documentation
update needed
ci

Should we provide an interface for custom weighting of edges and/or nodes? This would allow users more flexibility beyond current pkgnet defaults. Relates to #169.

enhancement
question
ux