CRAN

table1xls 0.4.0

Exports Reproducible Summary Tables to Multi-Tab Spreadsheet Files (.xls or .xlsx)

Released Jul 26, 2017 by Assaf P. Oron

This package can be loaded by Renjin but 1 out 9 tests failed.

Dependencies

XLConnect 0.2-15

A collection of time-saving wrappers for reproducible export of summary tables commonly used in scientific articles, to .xls/.xlsx multi-tab spreadsheets, while controlling spreadsheet layout. Powered by 'XLConnect'/'rJava' utilities.

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>table1xls</artifactId>
    <version>0.4.0-b12</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:table1xls')

Test Results

This package was last tested against Renjin 0.9.2635 on Apr 26, 2018.

Source

R

View GitHub Mirror

Release History