remake icon indicating copy to clipboard operation
remake copied to clipboard

Make-like declarative workflows in R

Results 100 remake issues
Sort by recently updated
recently updated
newest added

This is something suggested by @cboettig, and which I immediately ran into on dfalster/tree-p#9 (private repo currently). We have a makerfile that includes targets like: ``` yaml output/leaf_traits.csv: depends: leaf_traits...

i know proper parallelisation is something that is a pretty big, longer-term challenge for remake. But I wonder about this as a relatively easily implementation for the use case of...

enhancement
major work

This is currently by design, but will need to be dealt with. Need to distinguish between cases where directories represent list targets (#8) to when they are something like an...

enhancement

Implement parts of the split/apply/merge pattern. Simplest to imagine for object -> object targets. Start with an object that has a length and apply a rule to each element in...

enhancement
interface

This is just to get the idea started here. A simple function that a use can call to add a `remake.yml` file to the current working directory. Fixes #54.

I added functions `example_remake()` and `list_examples_remake()` to generate and list examples for remake (`R/examples.R`). I also added `testthat` tests (`tests/testthat/test-examples.R`), all of which pass. A call to `covr::package_coverage()` says that...

to simplify active binding code somewhat. https://krlmlr.github.io/bindr/

The pkgdown package (ex staticdocs) is gaining traction, I have created a rendering of the current version of the documentation at http://richfitz.github.io/remake/. (Tried to add it to my fork, didn't...

As suggested by @aammd, generate a skeleton with some helpful starting points.