CRAN

lazyWeave 3.0.2

LaTeX Wrappers for R Users

Released Jan 25, 2018 by Benjamin Nutter

This package can be loaded by Renjin but 3 out 18 tests failed.

Dependencies

labelVector 0.0.1 Hmisc 4.1-1

Provides the functionality to write LaTeX code from within R without having to learn LaTeX. Functionality also exists to create HTML and Markdown code. While the functionality still exists to write complete documents with lazyWeave, it is generally easier to do so with with markdown and knitr. lazyWeave's main strength now is the ability to design custom and complex tables for reporting results.

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>lazyWeave</artifactId>
    <version>3.0.2-b1</version>
  </dependency>
</dependencies>
<repositories>
  <repository>
    <id>bedatadriven</id>
    <name>bedatadriven public repo</name>
    <url>https://nexus.bedatadriven.com/content/groups/public/</url>
  </repository>
</repositories>

View build log

Renjin CLI

If you're using Renjin from the command line, you load this library by invoking:

library('org.renjin.cran:lazyWeave')

Test Results

This package was last tested against Renjin 0.9.2592 on Jan 27, 2018.