https://github.com/doi-usgs/mda.streams
backend tools for powstreams
https://github.com/doi-usgs/mda.streams
Last synced: about 1 month ago
JSON representation
backend tools for powstreams
- Host: GitHub
- URL: https://github.com/doi-usgs/mda.streams
- Owner: DOI-USGS
- License: cc0-1.0
- Created: 2014-12-08T18:40:49.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-05-22T23:04:55.000Z (almost 2 years ago)
- Last Synced: 2024-02-03T03:50:15.242Z (over 1 year ago)
- Language: R
- Size: 1.35 MB
- Stars: 3
- Watchers: 5
- Forks: 8
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# mda.streams
Backend tools for data and model management for the USGS Powell Center working group on Continental Patterns of Stream Metabolism
## Package Status
| Branch | Linux | Windows | Test Coverage | USGS Status |
|--------|-------|---------|---------------|-------------|
| master | [](https://travis-ci.org/USGS-R/mda.streams/branches) | [](https://ci.appveyor.com/project/jread-usgs/mda.streams/branch/master) | [](https://coveralls.io/github/USGS-R/mda.streams?branch=master) | [](https://owi.usgs.gov/R/packages.html#support)|
| develop| [](https://travis-ci.org/USGS-R/mda.streams/branches) | [](https://ci.appveyor.com/project/jread-usgs/mda.streams/branch/develop) | [](https://coveralls.io/github/USGS-R/mda.streams?branch=develop) | |## Reporting bugs
Please consider reporting bugs and asking questions on the Issues page:
[https://github.com/USGS-R/mda.streams/issues](https://github.com/USGS-R/mda.streams/issues)Follow `@USGS_R` on Twitter for updates on USGS R packages:
[](https://twitter.com/USGS_R)
## Package Support
`mda.streams` was developed 2015-2017 with support from the USGS Powell Center (through a working group on Continental Patterns of Stream Metabolism), the USGS NAWQA program, and the USGS Office of Water Information. Ongoing package maintenance is unsupported and therefore minimal.

## Installation
```r
install.packages("mda.streams", dependencies = TRUE,
repos = c("https://owi.usgs.gov/R","https://cran.rstudio.com"))
```## 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](http://www.usgs.gov/visual-id/credit_usgs.html#copyright/ "official USGS copyright policy")
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."