CRAN
nasadata 0.9.0
Interface to Various NASA API's
Released May 7, 2016 by Eduardo Flores
This package can be loaded by Renjin but no tests could be found for the package.
Dependencies
dplyr 0.4.3 jsonlite 0.9.19 png 0.1-7 plyr 1.8.3
Provides functions to access NASA's Earth Imagery and Assets API and the Earth Observatory Natural Event Tracker (EONET) webservice.
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>nasadata</artifactId> <version>0.9.0-b16</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:nasadata')