mdr2html
This is a Renjin extension (package) that converts mdr files (markdown with support for R code) into html. It is similar to rmd files with the difference that there is no knitting. The R syntax snippets should return markdown code, i.e. no "magic" conversions. This gives you better control of the output. The mdr file is converted to a html file.
Project URL: https://github.com/perNyfelt/mdr2html
This package is a Renjin-specific contribution.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>se.alipsa</groupId> <artifactId>mdr2html</artifactId> <version>1.3</version> </dependency> </dependencies>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('se.alipsa:mdr2html')