joey711 / shiny-phyloseq

An interactive web application for demonstrating and using phyloseq.
http://joey711.github.io/shiny-phyloseq
GNU General Public License v3.0
60 stars 45 forks source link

Further compartmentalize source files into `core` and `panel` subdirectories #7

Closed joey711 closed 10 years ago

joey711 commented 10 years ago

Essentially a documentation-by-design feature. The standard ui.R and server.R source files would be the only sources files in the top-level. The core/ and panel/ subdirectories are self-explanatory, and would contain all relevant source files called by either ui.R or server.R. Furthermore, it should be possible to delete a subset (or in principle, all) source files in panel/ and still have an almost working app that requires minimal and obvious changes in the top-level app source files.