CRAN

antiword 1.3

Extract Text from Microsoft Word Documents

Released Nov 9, 2018 by Jeroen Ooms

This package can be loaded by Renjin but all tests failed.

Dependencies

sys 3.0

Wraps the 'AntiWord' utility to extract text from Microsoft Word documents. The utility only supports the old 'doc' format, not the new xml based 'docx' format. Use the 'xml2' package to read the latter.

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>antiword</artifactId>
    <version>1.3-b6</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:antiword')

Test Results

This package was last tested against Renjin 0.9.2724 on Mar 2, 2019.

Source

R
C

View GitHub Mirror

Release History