NEWS
rmake 1.2.0
- expandTemplate() now allows character vectors as templates
- added introductory vignette
- added subdirRule() for compilation of subdirectories
- added knitrRule() for compilation of Rnw files with knitr:knit()
- enabled the depends argument of makefile() that allows the makefile generator to depend on onther files
- fixed evaluation of %>>% in a function
rmake 1.1.0 (2018-08-30)
- added %>>% pipes
- added support for rule templates
- added print() for list of rules
- added graphical visualization of dependencies
rmake 1.0.1 (2018-08-02)
- fixed unit tests for Solaris
- fixed documentation
- added make clean rules to generated Makefiles
rmake 1.0.0 (2018-03-22)
- initial version supporting rules for R script, R Markdown and offline rules