Repository includes code used to process CRSS results, starting in April 2015.
Code extends RWDataPlyr and relies on CRSSIO (custom R Packages) to generate the "standard" CRSS figures and tables. Required packages are:
Ensure the above packages are installed on the computer. CoRiverNF and CRSSIO can be installed as follows, while the others can be installed from CRAN:
library(devtools)
devtools::install_github('BoulderCodeHub/CoRiverNF')
devtools::install_github('BoulderCodeHub/CRSSIO')
ui <- parse_yaml_input("some/path/file.yaml")
to point to the yaml file created in step 1. The path can be an absolute path or a path relative to the Process-CRSS-Res folder. source("code/main.R")
to process all of the results.See doc/README.md for more details on how this process works in the overall CRSS publication process.