Skip to content

An R function library to create scientific figures and markdown reports easily. Update v2.9.5

Compare
Choose a tag to compare
@vertesy vertesy released this 17 Oct 12:05
· 182 commits to master since this release

Major update of MarkdownReports

Major (mostly) backward compatible changes, fixes and updates

Among others, new / updated functions:

  • Default report sharing is now .pdf, that can be exported from markdown, thus .png link insertion is FALSE by default.
  • Can directly compress tabular (.tsv) files as written out.
  • Image links to the markdown file are handled globally, and in many functions automatically, given the context (i.e. always = F when plotting multiple plots into a .pdf by pdfA4plot_on ).
  • Quickly add legends by the wlegend function using color schemes generated by the new wcolorize function.
  • Terminology:
    • the any_print function is renamed to iprint for better auto-completion.
    • internal functions are consistently named as: md.functionality
    • background variables are consistently named as: b.variable_name
  • Table of contents mark can be added for using with Typora.