CRAN

LSDinterface 0.4.0

Reading LSD Results (.res) Files

Released Feb 9, 2018 by Marcelo C. Pereira

This package can be loaded by Renjin but 14 out 17 tests failed. An older version of this package is more compatible with Renjin.

Dependencies

abind 1.4-3

Interfaces R with LSD. Reads object-oriented data in results files (.res) produced by LSD and creates appropriate multi-dimensional arrays in R. Supports multiple core parallelization of multi-file data reading for increased performance. Also provides functions to extract basic information and statistics from data files. LSD (Laboratory for Simulation Development) is free software developed by Marco Valente (documentation and downloads available at ).

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>LSDinterface</artifactId>
    <version>0.4.0-b4</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:LSDinterface')

Test Results

This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.