forked from USGS-R/SampleSplitting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
26 lines (26 loc) · 780 Bytes
/
DESCRIPTION
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
Package: SampleSplitting
Type: Package
Title: Assists users in loading site data and preparing splitting volumes for
the lab
Version: 1.0.3
Date: 2016-02-17
Authors@R: c( person("Laura", "Hubbard", role = c("aut"),
email = "[email protected]"),
person("Jessica","Thompson", role = c("aut")),
person("Laura", "DeCicco", role = c("cre"),
email = "[email protected]"))
Depends:
R (>= 3.0)
Imports:
dataRetrieval (>= 2.4.0),
googleVis
Suggests:
knitr
Description: Uses USGS NWISWeb web services to fetch data for the user's
desired USGS NWIS stations; calculates sample bottle volumes for provided
storm events; and returns this data in a text output file.
License: CC0
LazyLoad: yes
LazyData: yes
VignetteBuilder: knitr
RoxygenNote: 5.0.1