License |
License |
---|---|
GroupId | GroupIdse.alipsa |
ArtifactId | ArtifactIdr2md |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRenjin markdown content creator
Renjin R package to create markdown from R objects and functions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
r2md-1.0.3.pom | |
r2md-1.0.3.jar | 44 KB |
r2md-1.0.3-sources.jar | 4 KB |
r2md-1.0.3-javadoc.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.alipsa/r2md/ -->
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>r2md</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/se.alipsa/r2md/
implementation 'se.alipsa:r2md:1.0.3'
// https://jarcasting.com/artifacts/se.alipsa/r2md/
implementation ("se.alipsa:r2md:1.0.3")
'se.alipsa:r2md:jar:1.0.3'
<dependency org="se.alipsa" name="r2md" rev="1.0.3">
<artifact name="r2md" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.alipsa', module='r2md', version='1.0.3')
)
libraryDependencies += "se.alipsa" % "r2md" % "1.0.3"
[se.alipsa/r2md "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
com.vladsch.flexmark : flexmark-all | jar | 0.62.2 |
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 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | |
org.renjin » hamcrest | jar | 3.5-beta76 |
org.renjin.cran » testthat | jar | 2.1.1-b2 |