Repository for assets relating to the ECND project.
Uses the project layout suggested by Nice R Code.
In particular:
- ./ - Contains project-related files
- ./data/ - The data files
- ./doc/ - Documents about the costings (including data and assumptions)
- ./figs/ - Generated images
- ./output/ - Logs, generated data, tables, etc.
- ./R/ - R functions
Any of the following:
Rscript analysis.R
R --save < analysis.R
R CMD BATCH analysis.R
Command for running pandoc over doc/costing.md:
pandoc doc/costing.md -S -s --mathjax=http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML -o output/costing.html
Code is being migrated to commonly used conventions, e.g.: