This repository has been archived by the owner on Oct 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathREADME.Rmd
59 lines (37 loc) · 2.5 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: Rainmaker
date: "`r Sys.Date()`"
output:
md_document:
variant: markdown_github
---
=========
# Rainmaker
## Package Status
[![R build status](https://github.com/USGS-R/Rainmaker/workflows/R-CMD-check/badge.svg)](https://github.com/USGS-R/Rainmaker/actions)
[![codecov](https://codecov.io/gh/USGS-R/Rainmaker/branch/main/graph/badge.svg)](https://codecov.io/gh/USGS-R/Rainmaker)
[![status](https://img.shields.io/badge/USGS-Research-blue.svg)](https://owi.usgs.gov/R/packages.html#research)|
### Reporting bugs
Please consider reporting bugs and asking questions on the Issues page:
[https://github.com/USGS-R/Rainmaker/issues](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](https://github.com/USGS-R/Rainmaker/blob/master/CONDUCT.md) 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](https://owi.usgs.gov/R/training-curriculum/intro-curriculum/Before/)
Useful links:
* [Download R Windows](https://cran.r-project.org/bin/windows/base/)
* [Download R Mac](https://cran.r-project.org/bin/macosx/)
* [Download RStudio](https://www.rstudio.com/products/rstudio/download/)
## 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.
```r
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](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".