CRAN
LSDinterface 0.4.0
Reading LSD Results (.res) Files
Released Feb 9, 2018 by Marcelo C. Pereira
Dependencies
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>
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.
- info.details.lsd-examples
- info.dimensions.lsd-examples
- info.init.lsd-examples
- info.names.lsd-examples
- info.stats.lsd-examples
- name.check.lsd-examples
- name.clean.lsd-examples
- name.nice.lsd-examples
- name.var.lsd-examples
- read.3d.lsd-examples
- read.4d.lsd-examples
- read.list.lsd-examples
- read.multi.lsd-examples
- read.raw.lsd-examples
- read.single.lsd-examples
- select.colattrs.lsd-examples
- select.colnames.lsd-examples