uptake / pkgnet

R package for analyzing other R packages via graph representations of their dependencies
https://uptake.github.io/pkgnet/
Other
152 stars 37 forks source link

correct legend text in dependency network (fixes #294) #295

Closed jameslamb closed 1 year ago

jameslamb commented 1 year ago

fixes #294

Corrects the legend text so that it matches the text in the actual legend.

How I tested this

R CMD install .
pkgnet::CreatePackageReport("devtools")
Screen Shot 2022-10-11 at 9 42 45 PM