diff --git a/ReproducibleResearch.md b/ReproducibleResearch.md index 4ef219b..1f08fe9 100644 --- a/ReproducibleResearch.md +++ b/ReproducibleResearch.md @@ -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.