is not current version
Last Version 1.5.1

mdr 1.5.0

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

License

License

GroupId

GroupId

se.alipsa
ArtifactId

ArtifactId

mdr
Version

Version

1.5.0
Type

Type

jar
Description

Description

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

Project URL

https://github.com/perNyfelt/mdr2html
Source Code Management

Source Code Management

https://github.com/perNyfelt/mdr2html/tree/main

Download mdr 1.5.0

Filename Size
mdr-1.5.0.pom
mdr-1.5.0.jar 22 KB
Browse

<!-- https://jarcasting.com/artifacts/se.alipsa/mdr/ -->
<dependency>
    <groupId>se.alipsa</groupId>
    <artifactId>mdr</artifactId>
    <version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/mdr/
implementation 'se.alipsa:mdr:1.5.0'
// https://jarcasting.com/artifacts/se.alipsa/mdr/
implementation ("se.alipsa:mdr:1.5.0")
'se.alipsa:mdr:jar:1.5.0'
<dependency org="se.alipsa" name="mdr" rev="1.5.0">
  <artifact name="mdr" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='mdr', version='1.5.0')
)
libraryDependencies += "se.alipsa" % "mdr" % "1.5.0"
[se.alipsa/mdr "1.5.0"]

Dependencies

compile (1)

Group / Artifact Type Version
se.alipsa : r2md jar 1.0.3

provided (3)

Group / Artifact Type Version
org.renjin » renjin-script-engine jar 3.5-beta76
org.slf4j : slf4j-api jar 1.7.30
org.slf4j : slf4j-log4j12 jar 1.7.30

test (2)

Group / Artifact Type Version
org.renjin » hamcrest jar 3.5-beta76
org.renjin.cran » testthat jar 2.1.1-b2

Project Modules

There are no modules declared in this project.