Skip to content

Releases: reconverse/reportfactory

reportfactory 0.4.0

09 Aug 13:17
8127f49
Compare
Choose a tag to compare
  • 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.

reportfactory 0.3.1

16 Jun 20:14
Compare
Choose a tag to compare

patch release to fix fixed list_deps(), which was broken due to changes in the upstream checkpoint package.

reportfactory 0.3.0

26 Apr 13:47
Compare
Choose a tag to compare
  • 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

11 Mar 12:08
Compare
Choose a tag to compare

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).

reportfactory 0.1.3

01 Mar 08:13
Compare
Choose a tag to compare
  • Implements slighlty less strict folder validation.
  • Fix for CRAN. One additional test skipped on macs.

reportfactory 0.1.2

25 Jan 21:08
Compare
Choose a tag to compare
  • Minor release adding pandoc system requirement and fixing some tests on Solaris.

reportfactory 0.1.1

21 Jan 10:26
Compare
Choose a tag to compare
  • Initial CRAN release

Old version used in production

19 Nov 09:32
Compare
Choose a tag to compare

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

20 Jun 13:12
Compare
Choose a tag to compare

First functional and tested version!