CRAN

NMRS 1.0

NMR Spectroscopy

Released Oct 29, 2012 by Jose L. Izquierdo

This package can be loaded by Renjin but no tests could be found for the package.

Dependencies

tkrplot 0.0-23 Rwave 2.4-8 FTICRMS 0.8

NMRS has been developed to load directly the spectra in the Bruker spectroscopy format. This application displays the spectrum reference and manages basic operations such as setting the chemical shift of a certain compound (TSP or DSS) to 0 ppm,zero order and first order phase corrections, baseline adjustment and spectral area selection

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>NMRS</artifactId>
    <version>1.0-b31</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:NMRS')

Source

R

View GitHub Mirror

Release History