User manual of the targets R package
The targets R package user manual
This repository is the targets R package user manual. It contains in-depth discussion and walkthroughs of the main features of targets and advice about best practices. The goal is to introduce new users to targets and instill a thorough understanding of what it does, how it works, and when to use it. The rendered manual is available at
Code of conduct
Please note that this package is released with a Contributor Code of Conduct.
Citation
r
citation("targets")
To cite targets in publications use:
Landau, W. M., (2021). The targets R package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing. Journal of Open Source Software, 6(57), 2959, https://doi.org/10.21105/joss.02959
A BibTeX entry for LaTeX users is
@Article{, title = {The targets R package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing}, author = {William Michael Landau}, journal = {Journal of Open Source Software}, year = {2021}, volume = {6}, number = {57}, pages = {2959}, url = {https://doi.org/10.21105/joss.02959}, }