-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
31 lines (31 loc) · 919 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
27
28
29
30
31
Package: USGSwsDataRetrieval
Type: Package
Title: Functions to retrieve USGS data
Version: 0.1.1
Date: 2014-09-30
Author: David Lorenz and Laura De Cicco
Maintainer: David Lorenz <[email protected]>, Laura De Cicco
Description: This package has data import and export functions for specialized
formats used within the U.S. Geological Survey.
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)
Imports:
lubridate,
XML,
RCurl,
reshape2,
plyr
Suggests:
xtable,
knitr
VignetteBuilder: knitr
BuildVignettes: true
LazyLoad: yes
LazyData: yes