-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
32 lines (32 loc) · 871 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
32
Package: HydroData
Type: Package
Title: HydroData
Description: A set of functions to find, process, export and visualize land surface, infrastructural and station based datasets relevant to geography, hydrology, and earth system science.
Version: 0.0.7
Authors@R: person(given = "Mike", family = "Johnson", role = c("aut", "cre"), email = "jmj00ucsb.edu", comment = c(ORCID = "0000-0002-5288-8350"))
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/mikejohnson51/HydroData/issues
URL: https://github.com/mikejohnson51/HydroData
Depends:
R(>= 3.3.0),
AOI,
leaflet
Imports:
crayon,
dams,
foreach,
htmlwidgets,
httr,
jsonlite,
magrittr,
sf,
sp,
utils,
raster,
xml2
Remotes: mikejohnson51/AOI
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.0
Suggests: testthat