CRAN

RSMET 1.3.8

Get Real-Time Meteorological Data in SMET Format

Released Apr 24, 2018 by Emanuele Cordano

This package can be loaded by Renjin but 15 out 18 tests failed.

Dependencies

stringr 1.3.1 reshape2 1.4.3

It manages snow and weather local time series as provided by MeteoIO (, , ). MeteoIO is a C/C++ Open Source library which has been designed to settle both the needs of carefully crafted simulations for a specific purpose/study and for the needs of operational simulations that run automatically and unattended". It is integrated in physical spatially-distributed models and tackles several issues with weather input/ output data. Here a SMET S4 class object is defined and can be imported from/ exported to a SMET ini files of MeteoIO , allowing interoperability from R to MeteoIO and other SMET-compliant software.

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>RSMET</artifactId>
    <version>1.3.8-b3</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:RSMET')

Test Results

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

Source

R

View GitHub Mirror

Release History