-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
76 lines (76 loc) · 1.6 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Type: Package
Package: sfext
Title: Extra Functions for Simple Feature Data
Version: 0.1.1.9000
Authors@R:
person("Eli", "Pousson", , "[email protected]", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-8280-1706"))
Description: Extra functions with additional options for reading, writing,
and transforming spatial data. Includes a variety of utility functions
for working with tabular data with coordinates and distance and area
units.
License: MIT + file LICENSE
URL: https://github.com/elipousson/sfext,
https://elipousson.github.io/sfext/
BugReports: https://github.com/elipousson/sfext/issues
Depends:
R (>= 2.10)
Imports:
cli,
cliExtras (>= 0.1.0),
dplyr (>= 1.0.0),
feltr (>= 0.1.1.9005),
filenamr (>= 0.1.0.9002),
glue,
grDevices,
lifecycle,
purrr,
rlang (>= 1.1.0),
sf (>= 1.0-11),
tibble,
tidyselect,
units (>= 0.8-2),
vctrs
Suggests:
covr,
esri2sf (>= 0.1.1),
exiftoolr,
geosphere,
ggplot2,
gistr,
googlesheets4,
httr2,
janitor,
knitr,
leaflet,
leafpop,
lwgeom,
mapview,
naniar,
openxlsx,
osmdata,
rappdirs,
rdeck,
readr,
readxl,
rmarkdown,
spdep,
testthat (>= 3.0.0),
tidygeocoder,
tidyr,
withr
VignetteBuilder:
knitr
Remotes:
elipousson/cliExtras,
elipousson/esri2sf,
elipousson/feltr,
elipousson/filenamr,
qfes/rdeck
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Language: en-US