-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.05 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: euclid
Title: Exact Computation Geometry Framework Based on 'CGAL'
Version: 0.0.0.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-5147-4711")))
Description: Provides a rich framework for doing computation geometry by
interfacing with the 'CGAL' library. The 'euclid' package provides new
vector types for standard geometric objects and supports exact computations
on them.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
LinkingTo:
cpp11 (>= 0.2.3),
cgalh,
BH
SystemRequirements:
C++14,
gmp,
mpfr
Imports:
rlang,
utils,
grid,
graphics,
grDevices,
cli,
generics
URL: https://r-euclid.com, https://github.com/thomasp85/euclid
BugReports: https://github.com/thomasp85/euclid/issues
Suggests:
knitr,
covr,
testthat,
rmarkdown
VignetteBuilder: knitr
Remotes:
dickoa/cgalh