CRAN

dataRetrieval 2.7.5

Retrieval Functions for USGS and EPA Hydrologic and Water Quality Data

Released Jun 5, 2019 by Laura DeCicco

This package can be loaded by Renjin but 6 out 27 tests failed.

Dependencies

lubridate 1.7.4 readr 1.3.1 curl xml2 jsonlite 1.6 httr 1.4.0

Collection of functions to help retrieve U.S. Geological Survey (USGS) and U.S. Environmental Protection Agency (EPA) water quality and hydrology data from web services. USGS web services are discovered from National Water Information System (NWIS) and . Both EPA and USGS water quality data are obtained from the Water Quality Portal .

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>dataRetrieval</artifactId>
    <version>2.7.5-b1</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:dataRetrieval')

Test Results

This package was last tested against Renjin 0.9.2726 on Jul 13, 2019.