You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by #238 ...I also think the package in focus should be colored differently in the output of DependencyReporter. So for example, if I runCreatePackageReport("uptasticsearch") with a DependencyReporter, the uptasticsearch node should be a different color than all its dependencies, for similar reasons to #238 . Since I can't factor my own package out of its dependency graph, I should be able to visually disregard it.
The text was updated successfully, but these errors were encountered:
* added node coloring in DependencyReporter
* why does this not work
* ugh
* refactored plotting
* added notes on color scheme
* updated color choices for DependencyReporter
* Added legend and cleaned up left-behind code
* more changes
* replace delete Rmd and undo unrelated formatting sttuff
* update text about colors
After pulling master and installing from there, this is the result of pkgnet::CreatePackageReport('devtools'), zoomed in so you can see the node labels
Inspired by #238 ...I also think the package in focus should be colored differently in the output of
DependencyReporter
. So for example, if I runCreatePackageReport("uptasticsearch")
with aDependencyReporter
, theuptasticsearch
node should be a different color than all its dependencies, for similar reasons to #238 . Since I can't factor my own package out of its dependency graph, I should be able to visually disregard it.The text was updated successfully, but these errors were encountered: