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.

Лицензия

Лицензия

Группа

Группа

se.alipsa
Идентификатор

Идентификатор

mdr2html
Последняя версия

Последняя версия

1.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.
Ссылка на сайт

Ссылка на сайт

https://github.com/perNyfelt/mdr2html
Система контроля версий

Система контроля версий

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

Скачать mdr2html

Имя Файла Размер
mdr2html-1.4.0.pom
mdr2html-1.4.0.jar 6 KB
Обзор

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
se.alipsa : r2md jar 1.0.1

provided (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.renjin » hamcrest jar 3.5-beta76
org.renjin.cran » testthat jar 2.1.1-b2

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.4.0
1.3
1.2
1.1
1.0