This repository was automatically created using the R package
rcompendium
and the
function new_compendium(renv = TRUE, dockerfile = TRUE)
Please cite this compendium as:
{{ PLEASE ADD A CITATION }}
This repository is structured as follow:
data/
:
contains all raw data required to perform analyses
analyses/
:
contains R scripts to run each step of the workflow
outputs/
:
contains all the results created during the workflow
figures/
:
contains all the figures created during the workflow
R/
:
contains R functions developed especially for this project
man/
:
contains help files of R functions
DESCRIPTION
:
contains project metadata (author, date, dependencies, etc.)
make.R
:
main R script to run the entire project by calling each R script
stored in the analyses/
folder
docker build -t "demo.compendium" .
docker run --rm -p 127.0.0.1:8787:8787 -e DISABLE_AUTH=true demo.compendium
127.0.0.1:8787
. A new RStudio
Server instance will be available.source("make.R")
DESCRIPTION
file, will be
installed (if necessary)make.R
might take timeAdd the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.