Releases: reconverse/reportfactory
Releases · reconverse/reportfactory
reportfactory 0.4.0
reportfactory 0.3.1
patch release to fix fixed list_deps()
, which was broken due to changes in the upstream checkpoint package.
reportfactory 0.3.0
- 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.
reportfactory 0.2.0
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 takesreports
as a first
argument andfactory
as the second (previously these were the other way
round).
reportfactory 0.1.3
- Implements slighlty less strict folder validation.
- Fix for CRAN. One additional test skipped on macs.
reportfactory 0.1.2
- Minor release adding pandoc system requirement and fixing some tests on Solaris.
reportfactory 0.1.1
- Initial CRAN release
Old version used in production
This version of the package is compatible with data pipelines set up for Ebola in Eastern DRC, or COVID-19 in CMMID / LSHTM. It uses dated reports and provides an implementation of compilation logs, with some shipping capacity.
0.0.2
First functional and tested version!