An open API service indexing awesome lists of open source software.

https://github.com/ginolhac/porg-targets

Presentation of {targets} for PORG meeting
https://github.com/ginolhac/porg-targets

r targets-pipeline workflow-manager

Last synced: 5 months ago
JSON representation

Presentation of {targets} for PORG meeting

Awesome Lists containing this project

README

          

## {targets} introduction

`{targets}`, a dependencies manager for **R**, re-run what's needed

Presented at

- [PORG](https://porg.digitaltwin.lu/)
- [iscb RSG](https://www.uni.lu/life-en/social-life/student-associations-clubs/rsg/)

### Slides

[https://ginolhac.github.io/porg-targets/](https://ginolhac.github.io/porg-targets/) using:

- [Quarto revealjs](https://quarto.org/docs/presentations/revealjs/)
- [Unilu-theme](https://github.com/ginolhac/unilu-theme) my quarto extension for styling the slides

Rendered via Continuous Integration GHA with:

- [r-lib](https://github.com/r-lib/actions)
- [Quarto actions](https://github.com/quarto-dev/quarto-actions)

### Companion demo repo using DatasauRus

- [targets-demos](https://github.com/ginolhac/targets-demos)

### Acknowledgments 🙏 👏

- **Eric Koncina** early adopter of `targets`
- [**William Landau**](https://github.com/wlandau) main developer of `targets`

### Further reading 📚

**William Landau** own intro to `{targets}`:

- Get started in four minutes: [vimeo video](https://vimeo.com/700982360)
- Example project: [targets-four-minutes](https://github.com/wlandau/targets-four-minutes)

- [Main website](https://docs.ropensci.org/targets/)
- [Targetopia](https://wlandau.github.io/targetopia/packages.html) **Landau** universe of targets-derived (stan/jags)
- [Video](https://www.youtube.com/watch?v=FODSavXGjYg) from R Lille meetup by **William Landau**. June 2021 45''
- [Video](https://www.youtube.com/watch?v=odcBA4ETLn8) from Bayes Lund by **William Landau**. October 2021
- [Documentation](https://books.ropensci.org/targets/) as bookdown by **Landau**