drake
  • Get Started
  • Reference
  • FAQ
  • Articles
    • Example: R package download trends
    • Example: gross state products
    • Basic example
    • General best practices for drake projects
    • Debugging and testing drake projects
    • Graphs with drake
    • Parallel computing
    • Time logging
    • Storage
    • Caution
    • Frequently-asked questions
  • News

Frequently asked questions

Will Landau

2018-03-16

Source: vignettes/faq.Rmd

The FAQ page is an index of links to appropriately-labeled issues on GitHub. To contribute, please submit a new issue and ask that it be labeled as a frequently asked question.

  • Gather without loading all dependencies at the same time
  • Reproducibility with random numbers
  • output file as target
  • How should I mix non-R code (e.g. Python and shell scripts) in a large drake workflow?
  • Helper function for creating file targets with multiple files
  • Reproducible remote data sources
  • Command that writes a file always runs
  • Using strings as wildcards?
  • Trouble with caches sent through Dropbox
  • How to add .R files to drake_plan()
  • Add an option to always build some selected targets (add an “always” trigger)
  • evaluate_plan() with file targets

Developed by William Michael Landau.

Site built with pkgdown.