Package: targets
Title: Dynamic Function-Oriented 'Make'-Like Declarative Pipelines
Description: A pipeline toolkit for Statistics and data science in R,
  the 'targets' package brings function-oriented programming to
  'Make'-like declarative pipelines. 'targets' orchestrates a
  pipeline as a graph of dependencies,
  skips steps that are already up to date, runs the necessary
  computation with optional parallel workers, abstracts files as
  R objects, and provides tangible evidence that the results are
  reproducible given the underlying code and data.
  The methodology in this package
  borrows from GNU 'Make' (2015, ISBN:978-9881443519)
  and 'drake' (2018, <doi:10.21105/joss.00550>).
Version: 0.14.2
License: MIT + file LICENSE
URL: https://docs.ropensci.org/targets/, https://github.com/ropensci/targets
BugReports: https://github.com/ropensci/targets/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 = c("Matthew", "T."),
    family = "Warkentin",
    role = "ctb"
  ),
  person(
    given = "Mark",
    family = "Edmondson",
    email = "r@sunholo.com",
    role = "ctb",
    comment = c(ORCID = "0000-0002-8434-3881")
  ),
  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:
  base64url (>= 1.4),
  callr (>= 3.4.3),
  cli (>= 2.0.2),
  codetools (>= 0.2.16),
  data.table (>= 1.12.8),
  digest (>= 0.6.25),
  igraph (>= 1.2.5),
  knitr (>= 1.34),
  R6 (>= 2.4.1),
  rlang (>= 1.0.0),
  stats,
  tibble (>= 3.0.1),
  tidyselect (>= 1.1.0),
  tools,
  utils,
  vctrs (>= 0.2.4),
  withr (>= 2.4.0),
  yaml (>= 2.2.1)
Suggests:
  arrow (>= 3.0.0),
  bs4Dash (>= 0.5.0),
  clustermq (>= 0.8.95.1),
  curl (>= 4.3),
  DT (>= 0.14),
  dplyr (>= 1.0.0),
  fst (>= 0.9.2),
  future (>= 1.19.1),
  future.batchtools (>= 0.9.0),
  future.callr (>= 0.6.0),
  gargle (>= 1.2.0),
  googleCloudStorageR (>= 0.7.0),
  gt (>= 0.2.2),
  keras (>= 2.2.5.0),
  markdown (>= 1.1),
  rmarkdown (>= 2.4),
  paws (>= 0.1.11),
  pingr (>= 2.0.1),
  pkgload (>= 1.1.0),
  processx (>= 3.4.3),
  qs (>= 0.24.1),
  reprex (>= 2.0.0),
  rstudioapi (>= 0.11),
  shiny (>= 1.5.0),
  shinybusy (>= 0.2.2),
  shinyWidgets (>= 0.5.4),
  testthat (>= 3.0.0),
  torch (>= 0.1.0),
  usethis (>= 1.6.3),
  visNetwork (>= 2.0.9)
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
