-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
39 lines (39 loc) · 942 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
Type: Package
Package: smoothr
Title: Smooth and Tidy Spatial Features
Version: 1.0.2
Authors@R:
person(given = "Matthew",
family = "Strimas-Mackey",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8929-7776"))
Description: Tools for smoothing and tidying spatial features
(i.e. lines and polygons) to make them more aesthetically pleasing.
Smooth curves, fill holes, and remove small fragments from lines and
polygons.
License: GPL-3
URL: https://strimas.com/smoothr/,
https://github.com/mstrimas/smoothr
BugReports: https://github.com/mstrimas/smoothr/issues
Depends:
R (>= 3.1.2)
Imports:
sf,
stats,
terra,
units
Suggests:
covr,
knitr,
lwgeom,
methods,
rmarkdown,
sp,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3