-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·61 lines (61 loc) · 1.71 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
Package: prepr
Type: Package
Title: Automatic Repair of Single Polygons
Version: 0.1.9000
Date: 2022-10-30
Authors@R: c(person(given = "Ahmadou",
family = "Dicko",
email = "[email protected]",
role = c("aut", "cre")),
person(given = "Edzer",
family = "Pebesma",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8049-7069")),
person(given = "Ken",
family = "Arroyo Ohori",
email = "[email protected]",
role = c("ctb", "cph"),
comment = "https://github.com/tudelft3d/prepair"),
person(given = "Hugo",
family = "Ledoux",
email = "[email protected]",
role = c("ctb", "cph"),
comment = " https://github.com/tudelft3d/prepair"),
person(given = "Martijn",
family = "Meijers",
email = "[email protected]",
role = c("ctb", "cph"),
comment = "https://github.com/tudelft3d/prepair"))
Description: Automatically repair broken GIS polygons using constrained triangulation and returns back a valid polygon.
Depends: R (>= 4.2.0)
License: GPL-3
Encoding: UTF-8
URL: https://gitlab.com/dickoa/prepr
BugReports: https://gitlab.com/dickoa/prepr/issues
NeedsCompilation: yes
SystemRequirements:
C++17,
gmp (>= 4.2.3),
mpfr (>= 3.0.0)
LinkingTo:
Rcpp,
BH (>= 1.71.0.0),
sf (>= 1.0.8),
cgalh
Imports:
Rcpp,
sf (>= 1.0.8)
Suggests:
roxygen2,
devtools,
knitr,
testthat,
bench,
lintr,
covr
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Remotes:
dickoa/cgalh