r-lib / devtools

Tools to make an R developer's life easier
https://devtools.r-lib.org
Other
2.4k stars 758 forks source link

visual map of all functions in a package #36

Closed baptiste closed 11 years ago

baptiste commented 12 years ago

Aim

Facilitate the understanding of complex packages with a visual overview of all the functions present in a package. Inspiration can be drawn from foodweb in the mcbutils package and graphviz (visualise dependencies between functions in graph from).

Technical considerations

baptiste commented 12 years ago

either R graphics (grid) or tikz could be considered for this task.

baptiste commented 12 years ago

Paul Murrell did some work in the direction of drawing with Grid,

http://r-forge.r-project.org/projects/gridgraph/ (using graphviz) http://www.stat.auckland.ac.nz/~paul/R/Diagram

hadley commented 11 years ago

This is a good idea, but now I think it's outside the scope of devtools.