-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
43 lines (43 loc) · 971 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
33
34
35
36
37
38
39
40
41
42
43
Package: hfsubsetR
Type: Package
Title: Hydrofabric Subsetter
Description: Subset Hydrofabric Data in R
Version: 0.2.0
Authors@R:
c(person(given = "Mike",
family = "Johnson", role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Justin", family = "Singh-Mohudpur", role = c("ctb")))
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,
jsonlite,
nhdplusTools,
sf,
methods
Suggests:
testthat
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Collate:
'OGRSQLConnection.R'
'OGRSQLDriver.R'
'OGRSQLResult.R'
'find_origin.R'
'find_origin_gpkg.R'
'get_subset.R'
'hfsubsetR-package.R'
'sf_arrow.R'
'sf_ogr.R'
'zzz.R'