mdr

Converts mdr files (markdown with support for R code) into markdown, html, or pdf. This Renjin extension (package) 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.

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>mdr</artifactId>
    <version>1.5.1</version>
  </dependency>
</dependencies>

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('se.alipsa:mdr')