Skip to content

Releases: vertesy/MarkdownReports

MarkdownReports 4.8.0 - periodic update

24 Oct 14:02
Compare
Choose a tag to compare

Bug Fixes, Consistency, Documentation

Full Changelog: v4.5.9...v4.8.0

v4.5.9

12 Oct 11:31
Compare
Choose a tag to compare

Maintenance update: some new features, few bug fixes.

Full Changelog: v4.5.3...v4.5.9

MarkdownReports v4.5.3

31 Jan 18:08
Compare
Choose a tag to compare

Various bug fixes and compatibility with other @vertesy packages.

MarkdownReports 4.3.2

31 Oct 14:08
Compare
Choose a tag to compare
  1. The Development repo "MarkdownReportsDev" is now discontinued.

Further development will be implemented here, in MarkdownReports.
MarkdownReportsDev was made when big changes were happening. The development reached its main goals.

  1. Changes
    The last release was more than a year ago.
  • Many bugifxes and
  • Many new Auxiliary Functions (some will be later part of StringParser).

Individual code changes can be tracked in MarkdownReportsDev.

Full Changelog: v4.1.0...v4.3.2

MarkdownReports v4.1.0 with consistent function, option, and variable names

24 Mar 09:53
Compare
Choose a tag to compare

Version 4.1.0 is a major consistency update

  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.

What is MarkdownReports?

MarkdownReports is a set of R functions that allows you to generate precise figures easily, and create clean reports in markdown language about what you just discovered with your analysis script. It helps you to:

  1. Create scientifically accurate figures and save them automatically as vector graphic (.pdf), that you can use from presentation to posters anywhere.
  2. Note down your findings easily in a clear and nicely formatted way, parsed from your variables into english sentences.
  • Link & display your figures automatically inside your report, right there where they are needed.
  • Version your findings, annotating which parameters were used to reach certain results.
  • Share your report with others via email, Github or a personal website.

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

17 Oct 12:05
Compare
Choose a tag to compare

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.

Refined Raccoon

11 Sep 11:11
Compare
Choose a tag to compare

Major update of MarkdownReports

Major (mostly) backward compatible changes, fixes and updates

Among others, new / updated functions:

  • substrRight
  • setup_MarkdownReports
  • md.LogSettingsFromList
  • log_settings_MarkDown
  • llwrite_list
  • wlegend
  • wLinRegression
  • wscatter.fill

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

11 Mar 13:21
Compare
Choose a tag to compare

What is _MarkdownReports_?

MarkdownReports is a set of R functions that allows you to generate precise figures easily, and create clean reports about what you just discovered with your analysis script. It helps you to:

  1. Create scientifically accurate figures and save them automatically as vector graphic (.pdf), that you can use from presentation to posters anywhere.
  2. Note down your findings easily in a clear and nicely formatted way, parsed from your variables into english sentences.
  3. Link & display your figures automatically inside your report, right there where they are needed.
  4. Version your findings, annotating which parameters were used to reach certain results.
  5. Share your report with others via email, Github or a personal website.

Why did I make it & why you might like it too?

I do exploratory data analysis as a daily routine, and I have constant interaction with all sorts of people: supervisors, collaborators, colleagues, etc.

I often have to...

  1. ...write emails summarizing the results (text & figures) of the last few days.
  2. ...find results from a couple of month back, with all tiny details (parameters used, etc).
  3. ...assemble each step I did that day into a logical story line, that others can understand at first glimpse, e.g.: I observed X; I controlled for Y; Hypothesized explanation A; Falsified it; Came up with explanation B; Tested & proven it...

For all of the above, my solution is MarkdownReports. I think its better than other solutions I found. Many of those like to combine source code with results, and many are too complex to use. Most of people I interact with are not interested in the source code, but are very keen on seeing my results from all possible angles and are asking detailed questions about the analysis.

Where does _MarkdownReports_ stand out?

  • Pure markdown output, simple and elegant layout.
  • Handy integration of text with figures (linked to an external file & displayed: makes manual tailoring easy)
  • Easy generation of precise figures (axis labels, etc) that are saved as a vector graphic (pdf), making it scalable for presentations, posters, etc
  • The report file is automatically named after the R-script, so that it is linked to the source code that generated it.
  • A timestamped subdirectory is created that you can backup once satisfied with your results.
  • The generated report is easy to share on a GitHub wiki.
  • It natively exports tables from R to Markdown
  • It is all achieved in ~ 400 lines of well commented code.



Installation

Install directly from GitHub via devtools with one R command:

devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")

...then simply load the package:

require("MarkdownReports")

Alternatively, you simply source it from the web.
This way function help will not work, and you will have no local copy of the code on your hard drive.

source("https://raw.githubusercontent.com/vertesy/MarkdownReports/master/MarkdownReports/R/MarkdownReports.R")



Discover 4 Yourself!

Learn about the markdown format

  • See the power and simplicity of markdown format explained on Github
  • Checkout some cool markdown editors, like MOU, or markdownpad.
  • See how these markdown reports are rendered:

SNP filter and code.png



Cite it via its Digital Object Identifier (DOI):

DOI


**MarkdownReports** is a project of @vertesy.

MarkdownReports cleaned, fixed, annotated & packaged!

26 Feb 13:11
Compare
Choose a tag to compare

What is _MarkdownReports_?

MarkdownReports is a set of R functions that allows you to generate precise figures easily, and create clean reports about what you just discovered with your analysis script. It helps you to:

  1. Create scientifically accurate figures and save them automatically as vector graphic (.pdf), that you can use from presentation to posters anywhere.
  2. Note down your findings easily in a clear and nicely formatted way, parsed from your variables into english sentences.
  3. Link & display your figures automatically inside your report, right there where they are needed.
  4. Version your findings, annotating which parameters were used to reach certain results.
  5. Share your report with others via email, Github or a personal website.

Why did I make it & why might you like it?

I do exploratory data analysis as a daily routine, and I have constant interaction with all sorts of people: supervisors, collaborators, colleagues, etc.

I often have to...

  1. ...write emails summarizing the results (text & figures) of the last few days.
  2. ...find back results a couple of month back, with all tiny details (parameters used, etc).
  3. ...assemble each step I did that day into a logical story line, that others can understand at first glimpse, e.g.: I observed X; I controlled for Y; Hypothesized explanation A; Falsified it; Came up with explanation B; Tested & proven it...

For all of the above, my solution is MarkdownReports. I think its better than other solutions I found. Many of those like to combine source code with results, and many are too complex to use. Most of people I interact with are not interested in the source code, but are very keen on seeing my results from all possible angles and are asking detailed questions about the analysis.

Where does _MarkdownReports_ stand out?

  • Pure markdown output, simple and elegant layout.
  • Handy integration of text with figures (linked to an external file & displayed: makes manual tailoring easy)
  • Easy generation of precise figures (axis labels, etc) that are saved as a vector graphic (pdf), making it scalable for presentations, posters, etc
  • The report file is automatically named after the R-script, so that it is linked to the source code that generated it.
  • A timestamped subdirectory is created that you can backup once satisfied with your results.
  • The generated report is easy to share on a GitHub wiki.
  • It natively exports tables from R to Markdown
  • It is all achieved in ~ 400 lines of well commented code.



Installation

Install directly from GitHub via devtools with one R command:

devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")

...then simply load the package:

require("MarkdownReports")

Alternatively, you simply source it from the web.
This way function help will not work, and you will have no local copy of the code on your hard drive.

source("https://raw.githubusercontent.com/vertesy/MarkdownReports/master/MarkdownReports/R/MarkdownReports.R")



Discover 4 Yourself!

Learn about the markdown format


**MarkdownReports** is a project of @vertesy.

MarkdownReports cleaned, packaged, fixed & annotated!

26 Feb 13:03
Compare
Choose a tag to compare

What is _MarkdownReports_?

MarkdownReports is a set of R functions that allows you to generate precise figures easily, and create clean reports about what you just discovered with your analysis script. It helps you to:

  1. Create scientifically accurate figures and save them automatically as vector graphic (.pdf), that you can use from presentation to posters anywhere.
  2. Note down your findings easily in a clear and nicely formatted way, parsed from your variables into english sentences.
  3. Link & display your figures automatically inside your report, right there where they are needed.
  4. Version your findings, annotating which parameters were used to reach certain results.
  5. Share your report with others via email, Github or a personal website.

Why did I make it & why might you like it?

I do exploratory data analysis as a daily routine, and I have constant interaction with all sorts of people: supervisors, collaborators, colleagues, etc.

I often have to...

  1. ...write emails summarizing the results (text & figures) of the last few days.
  2. ...find back results a couple of month back, with all tiny details (parameters used, etc).
  3. ...assemble each step I did that day into a logical story line, that others can understand at first glimpse, e.g.: I observed X; I controlled for Y; Hypothesized explanation A; Falsified it; Came up with explanation B; Tested & proven it...

For all of the above, my solution is MarkdownReports. I think its better than other solutions I found. Many of those like to combine source code with results, and many are too complex to use. Most of people I interact with are not interested in the source code, but are very keen on seeing my results from all possible angles and are asking detailed questions about the analysis.

Where does _MarkdownReports_ stand out?

  • Pure markdown output, simple and elegant layout.
  • Handy integration of text with figures (linked to an external file & displayed: makes manual tailoring easy)
  • Easy generation of precise figures (axis labels, etc) that are saved as a vector graphic (pdf), making it scalable for presentations, posters, etc
  • The report file is automatically named after the R-script, so that it is linked to the source code that generated it.
  • A timestamped subdirectory is created that you can backup once satisfied with your results.
  • The generated report is easy to share on a GitHub wiki.
  • It natively exports tables from R to Markdown
  • It is all achieved in ~ 400 lines of well commented code.



Installation

Install directly from GitHub via devtools with one R command:

devtools::install_github(repo = "vertesy/MarkdownReports/MarkdownReports")

...then simply load the package:

require("MarkdownReports")

Alternatively, you simply source it from the web.
This way function help will not work, and you will have no local copy of the code on your hard drive.

source("https://raw.githubusercontent.com/vertesy/MarkdownReports/master/MarkdownReports/R/MarkdownReports.R")



Discover 4 Yourself!

Learn about the markdown format


**MarkdownReports** is a project of @vertesy.