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
- Host: GitHub
- URL: https://github.com/ginolhac/porg-targets
- Owner: ginolhac
- License: other
- Created: 2024-05-06T11:40:03.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T08:53:41.000Z (about 2 years ago)
- Last Synced: 2025-10-12T18:41:31.629Z (8 months ago)
- Topics: r, targets-pipeline, workflow-manager
- Language: SCSS
- Homepage: https://ginolhac.github.io/porg-targets/
- Size: 5.89 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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**