Changes in version 2023-08-19 - More maintenance work for CRAN Changes in version 2023-04-01 - Small maintenance work to keep the package on CRAN Changes in version 2016-12-19 - GitHub repository ownership transferred from ropenscilabs to ropensci Changes in version 2016-09-15 - GitHub repository ownership transferred from daattali to rOpenSciLabs Changes in version 2016-08-21 - added JOSS paper - revisions based on rOpenSci feedback, mostly modifications to README and other documentation Changes in version 2016-06-12 - added ... argument to ezspin that passes any additional arguments to knitr::spin (#6) - add param move_intermediate_file to ezspin that controls whether the intermediate Rmd file stays with the source R script or moves to the output folder (thanks @klmr) Changes in version 0.3.0 (2015-12-08) 2015-12-07 - add section about rmarkdown::render in vignette/readme Changes in version 0.2.0 2015-12-07 - add unit tests - documentation additions, getting ready for CRAN release Changes in version 0.1.0 2015-12-05 - add setup_ezknit_test function - add open_output_dir function Changes in version 0.0.0.9002 2015-11-06 - rename ezrender to ezknitr - many internal changes and code improvements - no longer need to delete an empty wrong figures folder because knitr fixed its bug #942 Changes in version 0.0.0.9001 2015-10-23 - ezspin() gains new arguments keepRmd (default: FALSE) and keepMd (default: TRUE) (#1) Changes in version 0.0.0.9000 - Import from rsalad package