-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.11 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Package: hfsubsetR
Type: Package
Title: Hydrofabric Subsetter
Description: Subset Hydrofabric Data in R.
Version: 0.3.2
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Justin", family = "Singh-Mohudpur",
role = c("aut")))
Maintainer: Mike Johnson <[email protected]>
BugReports: https://github.com/lynker-spatial/hfsubsetR
URL: https://github.com/lynker-spatial/hfsubsetR
Depends:
R (>= 4.2)
Imports:
arrow,
DBI,
dplyr,
dbplyr,
glue,
httr,
jsonlite,
nhdplusTools,
sf,
methods
Suggests:
testthat
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate:
'OGRSQLConnection.R'
'OGRSQLDriver.R'
'OGRSQLResult.R'
'find_origin.R'
'get_subset.R'
'hfsubsetR-package.R'
'query.R'
'query_source.R'
'query_source_arrow.R'
'query_source_sf.R'
'query_subset.R'
'sf_arrow.R'
'sf_ogr.R'
'utils.R'
'zzz.R'