=========

Rainmaker

Package Status

R build status codecov status|

Reporting bugs

Please consider reporting bugs and asking questions on the Issues page: https://github.com/USGS-R/Rainmaker/issues

Code of Conduct

We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the code of conduct for more information.

Installation of R and RStudio

This section should only need to be done once per computer.

The following link walks you through an installation of R and RStudio:

Installation Instructions

Useful links:

Installation of Rainmaker

Rainmaker is only available on Github. The code below shows how to install the package devtools, and then use devtools to install Rainmaker directly from Github. You do not need a Github account to install a package.

install.packages("devtools")
devtools::install_github("USGS-R/Rainmaker")
library(Rainmaker)

Disclaimer

This software is in the public domain because it contains materials that originally came from the United States Geological Survey, an agency of the United States Department of Interior. For more information, see the official USGS copyright policy at http://www.usgs.gov/visual-id/credit_usgs.html#copyright

Although this software program has been used by the U.S. Geological Survey (USGS), no warranty, expressed or implied, is made by the USGS or the U.S. Government as to the accuracy and functioning of the program and related program material nor shall the fact of distribution constitute any such warranty, and no responsibility is assumed by the USGS in connection therewith.

This software is provided "AS IS".



USGS-R/Rainmaker documentation built on Oct. 11, 2022, 6:05 a.m.