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

https://github.com/wlandau/r-lille-2021

Presentation about {targets} to the Lille R User Meetup Group
https://github.com/wlandau/r-lille-2021

Last synced: about 1 month ago
JSON representation

Presentation about {targets} to the Lille R User Meetup Group

Awesome Lists containing this project

README

        

# Reproducible computation at scale in R with targets

The `targets` R package enhances the reproducibility, scale, and maintainability of data science projects in computationally intense fields such as machine learning, Bayesian data analysis, and statistical genomics. `targets` resolves the dependency structure of the analysis pipeline, skips tasks that are already up to date, executes the rest with optional distributed computing, and manages data storage. `stantargets` and similar packages extend `targets` to simplify pipeline construction for specialized use cases such as the validation of Bayesian models.