Skip to content

Commit 14686a9

Browse files
committed
Run targets pipeline
1 parent c357370 commit 14686a9

File tree

137 files changed

+65025
-12
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+65025
-12
lines changed

README.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,30 @@
33

44
# Overview
55

6-
Project to facilitate phenotype extraction from the UK Biobank dataset.
7-
Please see [project
8-
website](https://rmgpanw.gitlab.io/ukb_extract_phenotypes) for further
9-
details.
6+
A data science project built with
7+
[workflowr](https://workflowr.github.io/workflowr/index.html) and
8+
[targets](https://books.ropensci.org/targets/).
109

1110
# Setup
1211

13-
- Create an R script called `_targets_config.R` in the project root
12+
- Create an R script called `_targets_config.R` in the project root
1413
directory with the following objects and populate:
1514

16-
<!-- -->
15+
<!-- end list -->
1716

1817
# Config file for targets pipeline (not tracked by git). Defines global
1918
# objects that may differ between local instances of a project.
20-
19+
2120
# File paths ---------------------------------------------------------------
22-
21+
2322
# input files
24-
23+
2524
## My file - typically may be located outside this project, but can be local
2625
## also
27-
MY_FILE <-
26+
MY_FILE_IN_PATH <-
2827

29-
- Install required R packages with `renv::restore()`
30-
- Run [targets pipeline](https://books.ropensci.org/targets/) with
28+
- Install required R packages, ideally using
29+
[renv](https://rstudio.github.io/renv/) with `renv::init()`, or
30+
`renv::restore()` if a `renv.lock` file is already present.
31+
- Run [targets pipeline](https://books.ropensci.org/targets/) with
3132
`tar_make()` in the R console, or using the ‘Build’ tab in RStudio.

docs/.nojekyll

Whitespace-only changes.

0 commit comments

Comments
 (0)