m

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.
https://github.com/perNyfelt/mdr2html
MIT License
Per Nyfelt
Files download
File Operation
mdr-1.5.2.jar download
mdr-1.5.2.pom download
Apache Maven
<dependency>
  <groupId>se.alipsa</groupId>
  <artifactId>mdr</artifactId>
  <version>1.5.2</version>
</dependency>
Gradle Groovy
implementation 'se.alipsa:mdr:1.5.2'
Gradle Kotlin
implementation("se.alipsa:mdr:1.5.2")
Scala SBT
libraryDependencies += "se.alipsa" % "mdr" % "1.5.2"
Groovy Grape
@Grapes(
  @Grab(group='se.alipsa', module='mdr', version='1.5.2')
)
Apache Ivy
<dependency org="se.alipsa" name="mdr" rev="1.5.2" />
Leiningen
[se.alipsa/mdr "1.5.2"]
Apache Buildr
'se.alipsa:mdr:jar:1.5.2'