Skip to content

RCAS pre-release v0.99.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@borauyar borauyar released this 11 Oct 17:15
· 325 commits to master since this release

New features:

  • DT::datatables in the report now contain buttons to export data tables to CSV, Excel, PDF, or
    print or copy the data.
  • with a new option in runReport function 'printProcessedTables', when set to TRUE, the raw data generated to make all tables and figures can be printed to text files in the working directory.
  • A new table is added at the beginning of the runReport output, that shows the input settings
    used to run the document
  • A sessionInfo() is added to the end of the runReport output
  • Added 'quiet' option to runReport function to optionally suppress progress bars and messages during report generation.
  • Added 'self_contained' option to runReport -> render -> html_document function so that the rendering can either create a standalone html file with no external dependencies (default mode) or print dependencies in the same directory as a separate folder.

Bug fixes

  • With the new plotly version release, the download button for plotly generated figures in the
    report html works.