Package: drake
Title: A Pipeline Toolkit for Reproducible Computation at Scale
Version: 7.12.1
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 = "Alex",
    family = "Axthelm",
    role = "ctb",
    email = "aaxthelm@che.IN.gov"
  ),
  person(
    given = "Jasper",
    family = "Clarkberg",
    role = "ctb",
    email = "jasper@clarkberg.org"
  ),
  person(
    given = "Kirill",
    family = "Müller",
    role = "ctb",
    email = "krlmlr+r@mailbox.org"
  ),
  person(
    given = "Ben",
    family = "Bond-Lamberty",
    role = "ctb",
    email = "bondlamberty@pnnl.gov",
    comment = c(ORCID = "0000-0001-9525-4633")
  ),
  person(
    given = "Tristan",
    family = "Mahr",
    role = "ctb",
    email = "tristan.mahr@wisc.edu",
    comment = c(ORCID = "0000-0002-8890-5116")
  ),
  person(
    given = "Miles",
    family = "McBain",
    role = "ctb",
    email = "miles.mcbain@gmail.com",
    comment = c(ORCID = "0000-0003-2865-2548")
  ),
  person(
    given = "Noam",
    family = "Ross",
    role = "ctb",
    email = "noam.ross@gmail.com",
    comment = c(ORCID = "0000-0002-2136-0000")
  ),
  person(
    given = "Ellis",
    family = "Hughes",
    role = "ctb",
    email = "ellishughes@live.com"
  ),
  person(
    given = c("Matthew", "Mark"),
    family = "Strasiotto",
    role = "ctb",
    email = c(
      "matthew.strasiotto@gmail.com", 
      "mstr3336@uni.sydney.edu.au"
    )
  ),
  person(
    given = "Ben",
    family = "Marwick",
    role = "rev",
    email = "bmarwick@uw.edu"
  ),
  person(
    given = "Peter",
    family = "Slaughter",
    role = "rev",
    email = "slaughter@nceas.ucsb.edu"
  ),
  person(
    family = "Eli Lilly and Company",
    role = "cph"
  ))
Description: A general-purpose computational engine for data
  analysis, drake rebuilds intermediate data objects when their
  dependencies change, and it skips work when the results are already up
  to date.  Not every execution starts from scratch, there is native
  support for parallel and distributed computing, and completed projects
  have tangible evidence that they are reproducible.  Extensive
  documentation, from beginner-friendly tutorials to practical examples
  and more, is available at the reference website
  <https://docs.ropensci.org/drake/> and the online manual
  <https://books.ropensci.org/drake/>.
License: GPL-3
URL: https://github.com/ropensci/drake,
        https://docs.ropensci.org/drake,
        https://books.ropensci.org/drake/
BugReports: https://github.com/ropensci/drake/issues
Depends: R (>= 3.3.0)
Imports: base64url, digest (>= 0.6.21), igraph, methods, parallel,
        rlang (>= 0.2.0), storr (>= 1.1.0), txtq (>= 0.1.3), utils,
        vctrs (>= 0.2.0)
Suggests: abind, bindr, callr, cli (>= 1.1.0), clustermq (>= 0.8.8),
        crayon, curl (>= 2.7), data.table, datasets, disk.frame,
        downloader, fst, future, ggplot2, ggraph, grDevices, keras,
        knitr, lubridate, networkD3, prettycode, progress (>= 1.2.2),
        qs (>= 0.20.2), Rcpp, rmarkdown, rstudioapi, stats, styler (>=
        1.2.0), testthat (>= 2.1.0), tibble, tidyselect (>= 1.0.0),
        txtplot, usethis, visNetwork, webshot
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-05-14 19:16:24 UTC; landau
Author: William Michael Landau [aut, cre]
    (<https://orcid.org/0000-0003-1878-3253>),
  Alex Axthelm [ctb],
  Jasper Clarkberg [ctb],
  Kirill Müller [ctb],
  Ben Bond-Lamberty [ctb] (<https://orcid.org/0000-0001-9525-4633>),
  Tristan Mahr [ctb] (<https://orcid.org/0000-0002-8890-5116>),
  Miles McBain [ctb] (<https://orcid.org/0000-0003-2865-2548>),
  Noam Ross [ctb] (<https://orcid.org/0000-0002-2136-0000>),
  Ellis Hughes [ctb],
  Matthew Mark Strasiotto [ctb],
  Ben Marwick [rev],
  Peter Slaughter [rev],
  Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau@gmail.com>
Repository: CRAN
Date/Publication: 2020-05-14 20:00:06 UTC
