Package: tarchetypes Title: Archetypes for Targets Description: Function-oriented Make-like declarative pipelines 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 pipelines concisely and compactly. The methods in this package were influenced by the 'targets' R package. by Will Landau (2018) . Version: 0.14.1.9000 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.oss@gmail.com", comment = c(ORCID = "0000-0003-1878-3253") ), person( given = "Rudolf", family = "Siegel", role = "ctb", comment = c(ORCID = "0000-0002-6021-804X") ), 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 = c("cph", "fnd") )) Depends: R (>= 4.1.0) Imports: dplyr (>= 1.0.0), fs (>= 1.4.2), parallel, rlang (>= 0.4.7), secretbase (>= 0.4.0), targets (>= 1.6.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), nanoparquet, parsermd, quarto (>= 1.4.0), rmarkdown (>= 2.1), testthat (>= 3.0.0), xml2 (>= 1.3.2) Encoding: UTF-8 Language: en-US Config/testthat/edition: 3 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: cmake libglpk-dev make libuv1-dev libxml2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-03-23 20:03:08 UTC RemoteUrl: https://github.com/ropensci/tarchetypes RemoteRef: main RemoteSha: e1581f8e4bb4fbb643ca185aa54c4c8c641a24ef NeedsCompilation: no Packaged: 2026-07-01 08:29:25 UTC; root Author: William Michael Landau [aut, cre] (ORCID: ), Rudolf Siegel [ctb] (ORCID: ), Samantha Oliver [rev] (ORCID: ), Tristan Mahr [rev] (ORCID: ), Eli Lilly and Company [cph, fnd] Maintainer: William Michael Landau