In a major work to form installable R-packages from all my function libraries, I reorganized the codebase as below:
MarkdownReports v4.5.2 Relies on
... and provides functions for
In a major work to form installable R-packages from all my function libraries, I reorganized the codebase as below:
MarkdownReports v4.3.2 Relies on
... and provides functions for
- See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
- See development version at: https://github.com/vertesy/MarkdownReportsDev
- 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]
- See legacy/old version at: https://github.com/vertesy/MarkdownReports.v2.9.5
- See development version at: https://github.com/vertesy/MarkdownReportsDev
-
Function argument names now mirror the
R base
argument names (99%).- Think of
xlb >>> xlab
, orsub_ >>> sub
- Think of
-
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
insetup_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()
andmd.tableWriter.VEC.w.names()
- Self consistency: some missing functions moved from
-
Enhancements:
filter_HP(), filter_LP(), filter_MidPass()
show histogramwhist()
can invite the above filter functions.
-
Numerous other small fixes.
Old version is under MarkdownReports.LEGACY.VERSION
.