Skip to content
Merged
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
4 changes: 2 additions & 2 deletions ReproducibleResearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,8 @@ R-focused.
Organize, orchestrate, and monitor multiple pipelines in a single project. Use
tags to decorate functions with scheduling parameters and configuration.
- `r pkg("makeit")`: Run R scripts if needed, based on last modified
time. Implemented in base R with no additional software requirements,
organizational overhead, or structural requirements.
time. It comes with no package dependencies, organizational overhead,
or structural requirements.
- `r pkg("makepipe")`: A suite of tools for transforming
an existing workflow into a self-documenting pipeline with very
minimal upfront costs.
Expand Down