Package: drake Title: A Pipeline Toolkit for Reproducible Computation at Scale Version: 7.13.11 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 = "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 = "kirill@cynkra.com" ), 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 and the online manual . 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 (>= 2.0.0), methods, parallel, rlang (>= 0.2.0), storr (>= 1.1.0), tidyselect (>= 1.0.0), txtq (>= 0.2.3), utils, vctrs (>= 0.2.0) Suggests: abind, bindr, callr, cli (>= 1.1.0), clustermq (>= 0.9.1), crayon, curl (>= 2.7), data.table, datasets, disk.frame, downloader, fst, future (>= 1.3.0), 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, txtplot, usethis, visNetwork (>= 2.0.9), webshot Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2024-12-03 19:23:08 UTC RemoteUrl: https://github.com/ropensci/drake RemoteRef: main RemoteSha: 4832488766f4ad6861b6cff78f33213ceafeecc4 NeedsCompilation: no Packaged: 2026-06-14 07:44:00 UTC; root Author: William Michael Landau [aut, cre] (ORCID: ), Alex Axthelm [ctb], Jasper Clarkberg [ctb], Kirill Müller [ctb], Ben Bond-Lamberty [ctb] (ORCID: ), Tristan Mahr [ctb] (ORCID: ), Miles McBain [ctb] (ORCID: ), Noam Ross [ctb] (ORCID: ), Ellis Hughes [ctb], Matthew Mark Strasiotto [ctb], Ben Marwick [rev], Peter Slaughter [rev], Eli Lilly and Company [cph] Maintainer: William Michael Landau