-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.88 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
Package: libgeos
Title: Open Source Geometry Engine ('GEOS') C API
Version: 3.11.1-2
Authors@R:
c(
person(given = "Dewey",
family = "Dunnington",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-9415-4582")),
person("GEOS authors", role = "aut"),
person("Martin", "Davis", role = c("ctb", "cph")),
person("Benjamin", "Campbell", role = c("ctb", "cph")),
person("Tomasz", "Sowa", role = c("ctb", "cph")),
person("Christian", "Kaiser", role = c("ctb", "cph")),
person("David", "Skea", role = c("ctb", "cph")),
person("Daniel", "Baston", role = c("ctb", "cph")),
person("Sandro", "Santilli", role = c("ctb", "cph")),
person("Mateusz", "Loskot", role = c("ctb", "cph")),
person("Paul", "Ramsey", role = c("ctb", "cph")),
person("Olivier", "Devillers", role = c("ctb", "cph")),
person("Sean", "Gillies", role = c("ctb", "cph")),
person("Mika", "Heiskanen", role = c("ctb", "cph")),
person("Safe Software Inc.", role = "cph"),
person("Refractions Research Inc.", role = "cph"),
person("Vivid Solutions Inc.", role = "cph")
)
Description: Provides the Open Source Geometry Engine ('GEOS') as a
C API that can be used to write high-performance C and C++
geometry operations using R as an interface. Headers are provided
to make linking to and using these functions from C++ code as
easy and as safe as possible. This package contains an internal
copy of the 'GEOS' library to guarantee the best possible
consistency on multiple platforms.
License: LGPL (>= 2.1)
Copyright: file COPYRIGHTS
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
URL: https://paleolimbot.github.io/libgeos/, https://github.com/paleolimbot/libgeos
BugReports: https://github.com/paleolimbot/libgeos/issues
Suggests:
testthat