CRAN
dbhydroR 0.2-7
'DBHYDRO' Hydrologic and Water Quality Data
Released Feb 15, 2019 by Joseph Stachelek
This package can be loaded by Renjin but 2 out 15 tests failed.
Dependencies
httr 1.4.0 reshape2 1.4.3 XML 3.98-1.17
Client for programmatic access to the South Florida Water Management District's 'DBHYDRO' database 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>dbhydroR</artifactId> <version>0.2-7-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>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:dbhydroR')
Test Results
This package was last tested against Renjin 0.9.2724 on Feb 17, 2019.
- clean_wq-examples
- get_dbkey.get_dbkey_fails_well
- get_dbkey.get_dbkey_works
- get_hydro.get_hydro_fails_well
- get_hydro.get_hydro_retrieves_dbkeys_on-the-fly
- get_hydro.get_hydro_works
- get_hydro.non-character_dates_are_handled
- get_wq-examples
- get_wq.get_wq_fails_well
- get_wq.get_wq_works
- get_wq.mdl_handling_inputs_are_sane
- get_wq.mdl_handling_occurs_when_get_wq_raw_is_TRUE
- get_wq.multiple_stations_return_correct_num_of_columns
- get_wq.non-character_dates_are_handled
- testthat