=========
Linux | Windows | Test Coverage | USGS Status |
---|---|---|---|
Please consider reporting bugs and asking questions on the Issues page: https://github.com/USGS-R/Rainmaker/issues
We want to encourage a warm, welcoming, and safe environment for contributing to this project. See the code of conduct for more information.
This section should only need to be done once per computer.
The following link walks you through an installation of R and RStudio:
Useful links:
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)
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".