This repository was archived by the owner on Apr 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREADME.Rmd
More file actions
37 lines (24 loc) · 1.63 KB
/
README.Rmd
File metadata and controls
37 lines (24 loc) · 1.63 KB
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
---
title: "README"
author: "Bryan McCloskey"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
md_document:
variant: markdown_github
---
#`CSI`
Calculate the monthly Coastal Salinity Index (CSI) for monthly, daily, or interval salinity or specific conductance data for suites of gages.
## Installation instructions
To install the CSI package, you must be using R 3.0 or greater and run the following command:
```{r, eval=FALSE}
devtools::install_github("USGS-EDEN/CSI")
```
##Reporting bugs
Please consider reporting bugs and sending questions to bmccloskey@usgs.gov.
[](https://coveralls.io/github/USGS-R/CSI?branch=master)
[](https://travis-ci.org/USGS-R/CSI)
##Disclaimer
This software is in the public domain because it contains materials that originally came from the U.S. Geological Survey, an agency of the United States Department of Interior. For more information, see the [official USGS copyright policy](https://www2.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."
[](http://creativecommons.org/publicdomain/zero/1.0/)