aammd / precipitation.experiment.schedule

This repository contains the information used to calculate the schedules for the multi-site precipitation experiment. In includes all original data, R code for fitting the distribution of rainfall and producing the schedules. It also contains the schedules themselves and all diagnostics.
Other
0 stars 3 forks source link

Possible data package structure #3

Open benmarwick opened 9 years ago

benmarwick commented 9 years ago

This is a very substantial compendium and I have little familiarity with the domain, so I might be a bit off the mark here, but a quick glance over it suggest that it could be organised into the structure of an R package. I made a quick sketch of one possible package structure here: https://github.com/benmarwick/precipitation_experiment_schedule_package. This sketch builds but doesn't pass the check because I didn't update the source lines and other file path operations that are in all the R and Rmd files.

The main changes to conform to a package structure are:

It looks like a tremendous amount of work has gone into assembling the compendium as it is, so I'm not suggesting you change anything - this sketch is more of a conversation piece than a concrete recommendation. I am mostly curious to know your perspective as the domain expert about what the downsides would be with this kind of package-like organization of the compendium, so we can better understand the limits of R packages for research compendia