Package: tarchetypes
Title: Archetypes for Targets
Description: Function-oriented Make-like declarative workflows for
  Statistics and data science are supported in the 'targets' R package.
  As an extension to 'targets', the 'tarchetypes' package provides
  convenient user-side functions to make 'targets' easier to use.
  By establishing reusable archetypes for common kinds of
  targets and pipelines, these functions help express complicated
  reproducible workflows concisely and compactly.
  The methods in this package were influenced by the 'drake' R package
  by Will Landau (2018) <doi:10.21105/joss.00550>.
Version: 0.7.1
License: MIT + file LICENSE
URL: https://docs.ropensci.org/tarchetypes/,
        https://github.com/ropensci/tarchetypes
BugReports: https://github.com/ropensci/tarchetypes/issues
Authors@R: c(
  person(
    given = c("William", "Michael"),
    family = "Landau",
    role = c("aut", "cre"),
    email = "will.landau@gmail.com",
    comment = c(ORCID = "0000-0003-1878-3253")
  ),
  person(
    given = "Samantha",
    family = "Oliver",
    role = "rev",
    comment = c(ORCID = "0000-0001-5668-1165")
  ),
  person(
    given = "Tristan",
    family = "Mahr",
    role = "rev",
    comment = c(ORCID = "0000-0002-8890-5116")
  ),
  person(
    family = "Eli Lilly and Company",
    role = "cph"
  ))
Depends: R (>= 3.5.0)
Imports: digest (>= 0.6.25), dplyr (>= 1.0.0), fs (>= 1.4.2), rlang (>=
        0.4.7), targets (>= 0.11.0), tibble (>= 3.0.1), tidyselect (>=
        1.1.0), utils, vctrs (>= 0.3.4), withr (>= 2.1.2)
Suggests: curl (>= 4.3), knitr (>= 1.28), quarto (>= 1.0), rmarkdown
        (>= 2.1), testthat (>= 3.0.0), xml2 (>= 1.3.2)
Encoding: UTF-8
Language: en-US
Config/testthat/edition: 3
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-09-07 13:39:58 UTC; c240390
Author: William Michael Landau [aut, cre]
    (<https://orcid.org/0000-0003-1878-3253>),
  Samantha Oliver [rev] (<https://orcid.org/0000-0001-5668-1165>),
  Tristan Mahr [rev] (<https://orcid.org/0000-0002-8890-5116>),
  Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>
Repository: CRAN
Date/Publication: 2022-09-07 15:40:07 UTC
