remake
remake copied to clipboard
Make-like declarative workflows in R
It seems I can only use `target_name` in a command if it's the first argument. I would like to be able to use that variable anywhere in a command. this...
A couple of times I've generated a large target and got the message ``Repacking large object``. Afterwards, I get the error ``Error: hash '7589699895aede1878253021f5f97690' not found`` and I have to...
Manual instructions to install missing packages are not working right now because it returns multiple strings instead of a string vector. ```r remake:::install_packages_cran(c("test1", "test2"), instructions = TRUE) ``` I'm not...
I can try and fix this in storr or here, but not sure which. New storr will go to cran in a couple of months I think
Currently, any warnings generated during the build process are gathered and displayed at the end. However (and especially when using remake for complex projects with many targets), it can be...
I'm working a project where I have to compile series of reports. While I intended to have one report for each day, and I need incremental intraday reports as well....
For datasets from streaming services, it would be useful to have a flag that allows the command for the target to be always run, or alternatively updated by the user,...
Hi Rich, I was wondering how easy it would be to add a function that allows one to rewrite the remake database (and remake.yml) by substituting the name of a...
I'm not sure I'm doing things correctly so correct me if I'm wrong. Remake wants you to store all of remake files in your project root directory. having `./.remake.yml` that...
Hi, I have a project that is shared across my personal machines via dropbox - I am the single user. However, when I build the project, each machine seems to...