-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
59 lines (59 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
59 lines (59 loc) · 1.17 KB
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
53
54
55
56
57
58
59
Package: hfutils
Type: Package
Title: hfutils
Description: Core hydrofabric access, cleaning, and summary utilities.
Version: 0.3.3
Authors@R:
c(person(given = "Mike",
family = "Johnson",
role = c("aut", "cre"),
email = "mjohnson@lynker.com"),
person(given = "Justin", family = "Singh-Mohudpur",
role = c("aut")))
Maintainer: Mike Johnson <mjohnson@lynker.com>
BugReports: https://github.com/lynker-spatial/hfutils
URL: https://github.com/lynker-spatial/hfutils
Depends:
R (>= 4.2)
Imports:
arrow,
cli,
DBI,
dbplyr,
dplyr,
duckdb,
glue,
httr2,
igraph,
jsonlite,
lwgeom,
methods,
rlang,
rmapshaper,
RSQLite,
sf,
terra,
units,
utils,
yyjsonr
License: Apache License (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate:
'OGRSQL.R'
'OGRSQLConnection.R'
'OGRSQLDriver.R'
'OGRSQLResult.R'
'auth.R'
'duckdb.R'
'geom.R'
'hfio.R'
'hfutils-package.R'
'network_properties.R'
'sf_arrow.R'
'sf_ogr.R'
'utils.R'
'zzz.R'