CRAN
lazyWeave 3.0.2
LaTeX Wrappers for R Users
Released Jan 25, 2018 by Benjamin Nutter
Dependencies
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>
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.
- ComparisonTable-examples
- is_significant.test_significance_at_0_05_E1
- is_significant.test_significance_at_0_05_E2
- lazy.citation-examples
- lazy.counter-examples
- lazy.file.end-examples
- lazy.file.start-examples
- lazy.footnote-examples
- lazy.landscape-examples
- lazy.link-examples
- lazy.page.number-examples
- lazy.ref-examples
- lazy.text.format-examples
- lazy.toc-examples
- mantel.test-examples
- testthat
- univ-examples
- write.univ-examples