targets

User manual of the targets R pacakge

https://github.com/ropensci-books/targets

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 7 DOI reference(s) in README
  • Academic publication links
    Links to: joss.theoj.org, zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (12.0%) to scientific vocabulary

Keywords

data-science high-performance-computing pipeline r reporoducible-research reproducibility rstats statistics targets
Last synced: 6 months ago · JSON representation

Repository

User manual of the targets R pacakge

Basic Info
Statistics
  • Stars: 28
  • Watchers: 3
  • Forks: 33
  • Open Issues: 0
  • Releases: 2
Topics
data-science high-performance-computing pipeline r reporoducible-research reproducibility rstats statistics targets
Created over 5 years ago · Last pushed 6 months ago
Metadata Files
Readme Contributing License

README.md

The targets R package user manual

ropensci joss zenodo status check publish

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 https://books.ropensci.org/targets.

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},
  }

Owner

  • Name: ropensci-books
  • Login: ropensci-books
  • Kind: organization

Books about rOpenSci packages, or maintained by rOpenSci

GitHub Events

Total
  • Issues event: 2
  • Watch event: 4
  • Issue comment event: 1
  • Push event: 37
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 7
Last Year
  • Issues event: 2
  • Watch event: 4
  • Issue comment event: 1
  • Push event: 37
  • Pull request review event: 1
  • Pull request event: 4
  • Fork event: 7

Dependencies

DESCRIPTION cran
  • R >= 3.5.0 depends
  • biglm >= 0.9.2 imports
  • fs >= 1.4.1 imports
  • purrr >= 0.3.4 imports
  • quarto >= 1.1 imports
  • tarchetypes >= 0.0.1 imports
  • targets >= 0.0.1 imports
  • tidyverse >= 1.3.0 imports
  • visNetwork >= 2.0.9 imports
  • withr >= 2.2.0 imports
  • knitr >= 1.30 suggests
  • rmarkdown >= 2.4 suggests
  • testthat >= 2.3.2 suggests
.github/workflows/render.yaml actions
  • JamesIves/github-pages-deploy-action v4.4.1 composite
  • actions/cache v2 composite
  • actions/checkout v3 composite
  • quarto-dev/quarto-actions/setup v2 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite