forked from USGS-R/Rainmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.13 KB
/
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
27
Package: Rainmaker
Type: Package
Title: Rainfall event processing
Version: 1.0.2
Authors@R: c(
person("Steve", "Corsi", role = c("aut", "cre"),
email = "[email protected]"),
person("Rebecca","Carvin", role = c("aut"),
email = "[email protected]"))
Description: Rainmaker is a collection of functions used to process instantaneous
rainfall data to define event rainfall depths, rainfall intensities, rainfall
erosivity and antecedent rainfall values. Event definition can be determined
solely within rainmaker using the instantaneous rainfall data or can be
focused directly on dates and times of interest (for example, using specific
water quality sampling periods).
License: file LICENSE
Copyright: 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
Depends:
R (>= 3.0)
LazyLoad: yes
LazyData: yes
RoxygenNote: 6.1.0
Suggests: testthat