uptake / pkgnet

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

Base packages should be colored differently #238

Closed austin3dickey closed 4 years ago

austin3dickey commented 5 years ago

Hi folks -- long-time listener, first-time caller,

I think it would be useful if base packages (e.g. grDevices, stats, etc.) were highlighted differently in the graph. It would help me figure out at a glance which dependencies are unavoidable. I've sketched a possible vision in the attached picture.

This R help post details a possible way to find the names of all packages that come preinstalled with R.

Thanks!

image (1)

jameslamb commented 5 years ago

Good idea! Created #239 too