russHyde / code_as_data

Analysis of code in R dev packages (for a planned talk)
9 stars 0 forks source link

Experiment with modules #45

Closed russHyde closed 3 years ago

russHyde commented 3 years ago

app.R was getting pretty big. Separated out all code for the "cross-package analysis" panel, and the "Analysed-packages" panel into modules. This meant several helper (plotting) functions could be removed from app.R

Some awkwardness wrt human-readable labels. In the cross-package analysis module:

Should a single bidirectional mapping data-frame be made, that can be used to map labels in either direction? And if so, should it go in app.R or in crossPackageReport.R