CRAN
ascii 2.1
Export R objects to several markup languages
Released Sep 29, 2011 by David Hajage
This package can be loaded by Renjin but all tests failed.
Coerce R object to asciidoc, txt2tags, restructuredText, org, textile or pandoc syntax. Package comes with a set of drivers for Sweave.
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>org.renjin.cran</groupId> <artifactId>ascii</artifactId> <version>2.1-b250</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:ascii')
Test Results
This package was last tested against Renjin 0.9.2689 on Aug 26, 2018.