Changes in version 0.4.1 - maintainer changed to Thibaut Jombart Changes in version 0.4.0 (2021-08-09) - list_deps() now only checks the report_sources and scripts folders for package dependencies. - list_deps() no longer uses the checkpoint package so the dependency has been dropped. Changes in version 0.3.1 (2021-06-16) - Fixed list_deps(), which was broken due to major changes in the checkpoint package, which the function relies on. Changes in version 0.3.0 (2021-04-26) - Option added to create an RStudio project file whilst creating a new factory. - list_reports() now looks for both extension .Rmd and .rmd. - Added parameter to compile_reports() to allow case insensitive report matching. Changes in version 0.2.0 (2021-03-11) Bug fixes - Fixes (#74) where files generated within the Rmd were not being copied over to the output folder. Breaking changes - Following user feedback compile_reports() now takes reports as a first argument and factory as the second (previously these were the other way round). Changes in version 0.1.3 (2021-02-16) - Implements slightly less strict folder validation. - Fix for CRAN. One additional test skipped on macs. Changes in version 0.1.2 (2021-01-24) - Fixes for CRAN. Pandoc now listed as a System Requirement and code will error if not installed. Check requiring Pandoc have also now been skipped. Changes in version 0.1.1 (2021-01-21) - Initial release