MSU IBEEM commRULES project
This is very early version under heavy development.
This R package is part of 3 repositories that support the data entry, validation and accumulation of a meta-analysis for the commRULES project.
- commRULES data: version controlled data collection for tracking provenance using git, this is the L0 and L1 layers in the EDI framework
- commRuler: commRULES data management code for L0 and L0->L1 layer in EDI framework
- commRULES-analysis: R code for reproducible data analysis , L1->L2 layers in EDI framework
This package uses renv to manage the
packages you need to install, which creates an renv.lock
file for you.
- install RENV: this can go into your R environment used for all
packages, so fire up R with now project select and
install.packages('renv')
- clone this repository into a new Rstudio project and open it
- inside the Rstudio project in the R console,
renv::restore()