Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 34_workflows.Rmd #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 34_workflows.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ Although we spend a lot of time working with data interactively, this sort of ha
+ [Drake](https://github.com/Factual/drake), a kind of "make for data"
+ [Nextflow](https://www.nextflow.io) for "data-driven computational pipelines"
+ [`remake`](https://github.com/richfitz/remake), "Make-like declarative workflows in R"
+ [{makepipe} 0.0.4](https://cran.r-project.org/package=makepipe), Pipeline Tools Inspired by 'GNU Make'
* [Managing Projects with GNU Make, 3rd Edition](http://shop.oreilly.com/product/9780596006105.do) by Robert Mecklenburg [-@mecklenburg2009] is a fantastic book but, sadly, is very focused on compiling software.
* [`littler`](http://dirk.eddelbuettel.com/code/littler.html) is an R package maintained by Dirk Eddelbuettel that "provides the `r` program, a simplified command-line interface for GNU R."

Expand Down Expand Up @@ -547,4 +548,4 @@ There are three more toy pipelines, using the Lord of the Rings data, that reinf


```{r links, child="links.md"}
```
```