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

Related to #26, have an option for targets to print only on error. Perhaps that's the same thing? This now exists in callr for system calls, but as we move...

Similar in some ways to make's `.PHONY` targets, some commands might want to always run (but after establishing that the dependencies are met).

Make the functions that corral things into place for knitr more obvious and exported so it's not such a pain to keep up to date. See - #41 - #14...

Maybe I'm not thinking about this correctly, but It seems that it would be useful to support dependencies "aliases" in the knitr targets to avoid repetition. See `processed_data` in the...

`diagram()` function is awesome but currently only makes plot for all targets. Would it be hard to modify this to plot for specified target?

enhancement

In the case where an object is not current, allow reporting of _why_ is not current.

Would address concerns brought up by @aammd [here](https://github.com/aammd/CoffeeCoop/issues/3#issuecomment-73016485) and by @dfalster [here](https://github.com/richfitz/maker/issues/14#issuecomment-73145085)

Needs adding or the `.remake` directory gets kind of large.

interface

I would like to define a map-like dependency so that the map function is only called on new input. As an example, say we have code to get some tabular...

enhancement
major work