Skip to content

Latest commit

 

History

History
101 lines (53 loc) · 3.27 KB

Release.notes.md

File metadata and controls

101 lines (53 loc) · 3.27 KB

cite via: DOI

News - MarkdownReports

News

Version 4.5.2

In a major work to form installable R-packages from all my function libraries, I reorganized the codebase as below:

R-package Tree

MarkdownReports v4.5.2 Relies on

... and provides functions for

Version 4.3.2 is released

In a major work to form installable R-packages from all my function libraries, I reorganized the codebase as below:

Package Reorganisation Diagram

MarkdownReports v4.3.2 Relies on

... and provides functions for

Version 4.1.0 is ready and installed by the default.

  1. See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
  2. See development version at: https://github.com/vertesy/MarkdownReportsDev

New features:

  • Formatted session info Sessioninfo
  • Updated dependencies
  • Many functions are more stable and versatile

In case you find a bug, please report. Try the development version or a legacy version. Old versions are under MarkdownReports.LEGACY.VERSION.X.X.X.

[3.1.1 is under legacy now]

Version 3.1.1 is ready and installed by the default.

  1. See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
  2. See development version at: https://github.com/vertesy/MarkdownReportsDev

New features

  • Function argument names now mirror the R base argument names (99%).

    • Think of xlb >>> xlab, or sub_ >>> sub
  • This however breaks the compatibility with earlier versions, so you might need to replace some function arguments

  • The package now can also work with png images.

    • You can save files in png, which can be displayed inside the markdown file on windows 7.

    • You need to set b.usepng=T in setup_MarkdownReports: setup_MarkdownReports(OutDir = "/Users/...blabla....", b.usepng=T)

  • The package contains multiple other bug fixes:

    • Self consistency: some missing functions moved from CodeAndRoll.R
    • Table writing functions md.tableWriter.DF.w.dimnames() and md.tableWriter.VEC.w.names()
  • Enhancements:

    • filter_HP(), filter_LP(), filter_MidPass() show histogram
    • whist() can invite the above filter functions.
  • Numerous other small fixes.

Old version is under MarkdownReports.LEGACY.VERSION.