Skip to content

Commit 80af682

Browse files
committed
Update README
1 parent d9f0e84 commit 80af682

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

DESCRIPTION

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Imports:
2020
tidyverse
2121
Suggests:
2222
rmarkdown,
23+
markdown,
2324
knitr
2425
Remotes:
2526
ropensci/targets,

README.Rmd

+4-2
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,14 @@ COPASI models can be found in `data/copasi_models`.
2929

3030
Figures are generated reproducibly in R using [`renv`](https://rstudio.github.io/renv/index.html) and [`targets`](https://docs.ropensci.org/targets/):
3131

32-
1. Run
32+
1. Download/clone this repository
33+
2. Open the project file (`.Rproj`) in RStudio
34+
3. Run
3335
```{r, eval=F}
3436
renv::restore()
3537
```
3638
to install R package dependencies.
3739

38-
2. Open `targets.Rmd` in RStudio and choose *Run* > *Run All*. Figures will appear in the `output` folder.
40+
4. Open `targets.Rmd` and choose *Run* > *Run All*. Figures will appear in the `output` folder.
3941

4042
---

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,20 @@ Figures are generated reproducibly in R using
2323
[`renv`](https://rstudio.github.io/renv/index.html) and
2424
[`targets`](https://docs.ropensci.org/targets/):
2525

26-
1. Run
26+
1. Download/clone this repository
27+
28+
2. Open the project file (`.Rproj`) in RStudio
29+
30+
3. Run
2731

2832
``` r
2933
renv::restore()
3034
```
3135

3236
to install R package dependencies.
3337

34-
2. Open `targets.Rmd` in RStudio and choose *Run* > *Run All*. Figures
35-
will appear in the `output` folder.
38+
4. Open `targets.Rmd` and choose *Run* > *Run All*. Figures will appear
39+
in the `output` folder.
3640

3741
------------------------------------------------------------------------
3842

0 commit comments

Comments
 (0)