Skip to content

Commit

Permalink
moved data download description
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasHohmann committed Dec 15, 2023
1 parent 06285b8 commit 3ed04ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ Open the Rproject file "CarbonateStratPalEvo.Rproj" in *Rstudio*. This will boot
renv::restore()
```

This will install all required packages and their dependencies needed in the project. See the REPRODUCEME file for details on how to run the code.
This will install all required packages and their dependencies needed in the project. Last, download all required data from OSF by running the following in R:

```r
source("code/utils.R")
get_data_from_osf(link = "https://osf.io/zbpwa/")
```

See REPRODUCEME file for more info on running code and examining data.

## Repository Structure

Expand Down
7 changes: 0 additions & 7 deletions REPRODUCEME.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ There are multiple ways to reproduce and repeat the study:

Each point is described separately, and can be performed independent of the others.

To get started, download all required data from OSF. For this, open the RProject as described in the README, and run the following in R:

```r
source("code/utils.R")
get_data_from_osf(link = "https://osf.io/zbpwa/")
```

## 1. Full reproduction of data

### 1.1 Simulate carbonate platform in CarboCATLite
Expand Down

0 comments on commit 3ed04ea

Please sign in to comment.