PecanProject / pecan

The Predictive Ecosystem Analyzer (PEcAn) is an integrated ecological bioinformatics toolbox.
www.pecanproject.org
Other
202 stars 234 forks source link

Proposal: move core packages into a 'base' folder #1555

Closed mdietze closed 7 years ago

mdietze commented 7 years ago

The root directory of pecan is a bit cluttered -- there's two large folders (models and modules) full of R packages, then a hodgepodge of scripts, documentation, web, shiny, and all other R packages that aren't in modules and models. By moving this latter group into a new folder 'base' it makes the organization of R packages more clear and easier to explain.

Possible Implementation

Move the following into 'base':

db qaqc settings utils visualization

Then update make, all, etc so PEcAn builds successfully.

dlebauer commented 7 years ago

should 'all' also be included in base?

mdietze commented 7 years ago

That sounds good to me, but I don't know how that'd affect the make. @ashiklom @robkooper would it work to have the 'all' package in a 'base' folder?

tonygardella commented 7 years ago

Completed by #1591