Changes in version 1.2.3 - released: ??? - added pythonRule() Changes in version 1.2.2 (2026-01-08) - released: 2026-01-08 - fixed buggy behavior if a rule had really long command lines - added tests for the presence of GNU Make - added hasGnuMake() function - improved vignettes Changes in version 1.2.1 (2025-11-12) - released: 2025-11-12 - added arguments .stdout, .stderr, and .stdin to make() - removed dependency on pryr package Changes in version 1.2.0 (2025-08-26) - released: 2025-11-12 - 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() - added depRule() - enabled the depends argument of makefile() that allows the makefile generator to depend on other files - fixed evaluation of %>>% in a function - fixed handling of filenames with spaces in them Changes in version 1.1.0 (2018-08-30) - released: 2018-08-30 - added %>>% pipes - added support for rule templates - added print() for list of rules - added graphical visualization of dependencies Changes in version 1.0.1 (2018-08-02) - released: 2018-08-02 - fixed unit tests for Solaris - fixed documentation - added make clean rules to generated Makefiles Changes in version 1.0.0 (2018-03-22) - released: 2018-03-29 - initial version supporting rules for R script, R Markdown and offline rules