Skip to content

Commit d7ee125

Browse files
authored
Update index.md
Edit data setup and software setup; hyperlinks untested so might not work
1 parent 6f3f6fa commit d7ee125

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

docs/index.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,14 @@ Please cite as:
6060
## Setup
6161

6262
### Data setup
63-
To run this lesson you need to install data from the [Elixir CodeRep R script repository](https://github.com/elixir-europe-training/ELIXIR-TrP-CodeRep-Example-Python) NB This currently points to the __Python___ example script - need Alexia to create one for R and then use link to that here....
63+
To run this lesson you need to download the data [here](https://github.com/elixir-europe-training/ELIXIR-TrP-LiterateProgrammingR-CodeRep/tree/main/docs/data/breast-cancer-wisconsin.csv); the GitHub repository at which the csv file is situated also contains the scripts that generate the page you are looking at. To ensure that the code in [Chapter 4](./chapters/Chapter_04) works, it is recommended that you put the downloaded csv file a (sub-)directory called `data/` on your machine; see the example structure in [Chapter 2](./chapters/chapter_02/#221-example-structure).
6464

6565
### Software setup
66-
To run this course you need to install the following:
66+
The following is consistent with the [installation guide](./chapters/Chapter_04/#installation-guide) in [Chapter 4](./chapters/Chapter_04). To run this lesson you need to install the following:
6767

68-
* R and Rstudio - please follow the instructions [here](https://posit.co/download/rstudio-desktop/) for your machine.
69-
* Quarto - please follow the instructions [here](https://quarto.org/docs/get-started/) for your machine.
70-
* TinyTex (R package) - required if you want to use LaTex and/or render PDFs. This is an R package, more info and installation instructions [here](https://yihui.org/tinytex/)
68+
* R - follow the instructions [here](https://cran.r-project.org/). You will need R for everything that follows.
69+
* RStudio - follow the instructions [here](https://posit.co/download/rstudio-desktop/). You will need RStudio (and R) for Chapters [2](./chapters/chapter_02) and [3](./chapters/chapter_03).
70+
* Quarto - follow the instructions [here](https://quarto.org/docs/get-started/). You will need Quarto (and R and RStudio) for Chapters [4](./chapters/Chapter_04) and [5](./chapters/chapter_05).
71+
* TinyTex (R package) - required if you want to use LaTeX and/or render PDFs. This is an R package, more info and installation instructions [here](https://yihui.org/tinytex/).
7172

7273

0 commit comments

Comments
 (0)