项目作者: ropensci-books

项目描述 :
targets R package design specification
高级语言: HTML
项目地址: git://github.com/ropensci-books/targets-design.git
创建时间: 2021-01-05T15:04:53Z
项目社区:https://github.com/ropensci-books/targets-design

开源协议:Other

下载


targets R package design specification

ropensci
joss
zenodo
status
check
publish

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.

Code of conduct

Please note that this package is released with a Contributor Code of
Conduct
.

Citation

  1. citation("targets.design")
  2. #>
  3. #> The targets design specification is part of targets. To cite targets, see
  4. #> below:
  5. #>
  6. #> Landau, W. M., (2021). The targets R package: a dynamic Make-like
  7. #> function-oriented pipeline toolkit for reproducibility and
  8. #> high-performance computing. Journal of Open Source Software, 6(57),
  9. #> 2959, https://doi.org/10.21105/joss.02959
  10. #>
  11. #> A BibTeX entry for LaTeX users is
  12. #>
  13. #> @Article{,
  14. #> title = {The targets R package: a dynamic Make-like function-oriented pipeline toolkit for reproducibility and high-performance computing},
  15. #> author = {William Michael Landau},
  16. #> journal = {Journal of Open Source Software},
  17. #> year = {2021},
  18. #> volume = {6},
  19. #> number = {57},
  20. #> pages = {2959},
  21. #> url = {https://doi.org/10.21105/joss.02959},
  22. #> }