drake: A Pipeline Toolkit for Reproducible Computation at Scale

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, 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://ropensci.github.io/drake/> and the online manual <https://ropenscilabs.github.io/drake-manual/>.

Version: 6.0.0
Depends: R (≥ 3.3.0)
Imports: codetools, digest, dplyr, evaluate, formatR, fs, future, igraph, magrittr, parallel, pkgconfig, purrr, R6, R.utils, rlang (≥ 0.2.0), stats, storr (≥ 1.1.0), stringi, tibble, tidyselect (≥ 0.2.4), utils, withr
Suggests: abind, bindr, callr, clustermq, CodeDepends, crayon, DBI, downloader, future.apply, grDevices, ggplot2, ggraph, knitr, lubridate, MASS, methods, networkD3, prettycode, RSQLite, rprojroot, testthat, txtq, rmarkdown, styler, visNetwork, webshot
Published: 2018-09-30
Author: William Michael Landau [aut, cre], Alex Axthelm [ctb], Jasper Clarkberg [ctb], Kirill Müller [ctb], Ben Marwick [rev], Peter Slaughter [rev], Eli Lilly and Company [cph]
Maintainer: William Michael Landau <will.landau at gmail.com>
BugReports: https://github.com/ropensci/drake/issues
License: GPL-3
URL: https://github.com/ropensci/drake
NeedsCompilation: no
Materials: NEWS
In views: HighPerformanceComputing
CRAN checks: drake results

Downloads:

Reference manual: drake.pdf
Vignettes: drake
Package source: drake_6.0.0.tar.gz
Windows binaries: r-devel: drake_6.0.0.zip, r-release: drake_6.0.0.zip, r-oldrel: drake_6.0.0.zip
OS X binaries: r-release: drake_6.0.0.tgz, r-oldrel: drake_6.0.0.tgz
Old sources: drake archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=drake to link to this page.