The following R packages are required:
- tidyverse
- validate
- skimr
- styler
- dagitty
- Start by cloning the repository to a directory of your choice
git clone [email protected]:open-AIMS/carbonate_blocks.git .
OR
git clone https://github.com/open-AIMS/carbonate_blocks.git .
- Establish a
data/raw/
folder and place a copy of the raw data (as show below)
\
|- README.md
|- data
| |- raw
| |- Blocks_eReefs_silt_biota_erosion_metab_2024Oct.csv
|- R
| |- 00_main.R
- Navigate to the
R
folder and run the00_main.R
script
Early on, the scripts will expand on the directory structure to create the following:
\
|- README.md
|- data
| |- raw
| | |- Blocks_eReefs_silt_biota_erosion_metab_2024Oct.csv
| |- primary
| |- processed
| |- modelled
|- R
| |- 00_main.R
|- outputs
| |- figures
| |- tables
|
DATA_PATH
: path to root of data folderRAW_DATA_PATH
: path to location of raw data (data supplied by Katharina)FIGURES_PATH
: path to location of all output figuresTABLES_PATH
: path to location of all output tables