- maintainer changed to Thibaut Jombart
list_deps()
now only checks thereport_sources
andscripts
folders for package dependencies.list_deps()
no longer uses thecheckpoint
package so the dependency has been dropped.
- Fixed
list_deps()
, which was broken due to major changes in thecheckpoint
package, which the function relies on.
- 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.
- Fixes (#74) where files generated within the Rmd were not being copied over to the output folder.
- Following user feedback
compile_reports()
now takesreports
as a first argument andfactory
as the second (previously these were the other way round).
- Implements slightly less strict folder validation.
- Fix for CRAN. One additional test skipped on macs.
- 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.
- Initial release