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

Not really a remake issue, but when reading in a 4.418 GB file, I'm getting this error from digest, probably when it tries to make the hash: ``` Error in...

Is there a way to save the output of `diagram()`? Current, it creates a .html file which opens in my browser. Additionally, how do I redirect the output and name...

Hi Rich, In prepping for a tutorial on remake (https://github.com/traitecoevo/remake_baad_example), @johnbaums discovered that the `download` rule in remake was not working quite correctly on his windows machines. The issue was...

One of the example's on README file no longer works: [How much of the world is woody?](https://github.com/richfitz/remake/tree/1a3f8b667d6928a77a1ea38efab55e2d97bcdf2e/README.md#L136), points at https://github.com/richfitz/wood_remake which no longer works.

optionally, as a `remake_verbose()` argument, default `FALSE`, with duration. Useful for tracking which data are loaded when, and how long it takes.

This issue arose [here](https://github.com/traitecoevo/plant_paper/blob/77420fba21ff91188e38b3efb31756d1c7a64c10/remake.yml#L43), but I have seen similar behaviour elsewhere. A nice feature of remake is the ability to group targets, e.g. if I'm writing a paper I might...

The number of projects using remake is growing quickly. It would be good to have a location where real world examples could be accumulated. Currently there is a [short list...

Perhaps the .yml file name could be used in a clever way? Already mentioned in #110.

The only use of devtools is to install packages, and there are lighter weight alternatives to that now `remotes` and `ghit`. `remotes` is super lightweight and also comes with `remotes::parse_github_repo_spec`