This repository contains the design specification of the
targets
R package. These
specifications describe the internal architecture, the data storage
model, and the orchestration and branching model. The goal is to help
developers contribute to core elements of the package. The rendered
output lives at https://books.ropensci.org/targets-design.
Please note that this package is released with a Contributor Code of Conduct.
citation("targets.design")
#>
#> The targets design specification is part of targets. To cite targets, see
#> below:
#>
#> 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},
#> }