-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·79 lines (79 loc) · 2 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
77
78
79
Package: prepr
Type: Package
Title: Automatic Repair of Spatial Polygons
Version: 0.3.0
Description:
Automatically repair broken spatial polygons using constrained
triangulation. The computational methodology is derived from
Ledoux et al. (2014) <doi:10.1016/j.cageo.2014.01.009>.
Authors@R:
c(
person(
'Ahmadou', 'Dicko',
email = '[email protected]',
role = c('aut')
),
person(
c('Jeffrey', 'O'), 'Hanson',
email = '[email protected]',
role = c('aut', 'cre'),
comment = c(ORCID = '0000-0002-4716-6134')
),
person(
'Edzer', 'Pebesma',
email = '[email protected]',
role = 'ctb',
comment = c(ORCID = '0000-0001-8049-7069')
),
person(
'Ken', 'Arroyo Ohori',
email = '[email protected]',
role = c('ctb', 'cph'),
comment = 'https://github.com/tudelft3d/prepair'
),
person(
'Hugo', 'Ledoux',
email = '[email protected]',
role = c('ctb', 'cph'),
comment = 'https://github.com/tudelft3d/prepair'
),
person(
'Martijn', 'Meijers',
email = '[email protected]',
role = c('ctb', 'cph'),
comment = 'https://github.com/tudelft3d/prepair'
)
)
Imports:
Rcpp (>= 1.0.12),
sf (>= 1.0.8)
Suggests:
testthat (>= 2.0.1),
knitr (>= 1.2.0),
roxygen2 (>= 6.1.1),
rmarkdown (>= 1.10),
Depends:
R (>= 4.2.0)
LinkingTo:
Rcpp (>= 1.0.12),
BH (>= 1.71.0.0),
sf (>= 1.0.8),
RcppCGAL (>= 5.6.2),
RcppEigen (>= 0.3.4.0.0)
SystemRequirements:
gmp (>= 4.2.3),
mpfr (>= 3.0.0)
gdal (>= 2.0.1)
License: GPL-3
Encoding: UTF-8
URL: https://github.com/prioritizr/prepr
BugReports: https://github.com/prioritizr/prepr/issues
VignetteBuilder: knitr
RoxygenNote: 7.3.1
Collate:
'RcppExports.R'
'package.R'
'utils.R'
'st_prepair.R'
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3