-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
38 lines (38 loc) · 967 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
Package: tRiad
Title: Delaunay Triangulations in R
Version: 1.0.0
Authors@R:
c(
person(given = "Umang",
family = "Majumder",
email = "[email protected]",
role = c("aut","cre")),
person(given = "Harriet",
family = "Mason",
email = "[email protected]",
role = "aut"),
person(given = "Dianne",
family = "Cook",
email = "[email protected]",
role = "aut",
comment = c(ORCID = "0000-0002-3813-7155"))
)
Description: An implementation of the Delaunay Triangulation Algorithm as detailed in S.W.Sloan(1987) in R and C++.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends:
R (>= 2.10)
Imports:
graphics,
Rcpp (>= 1.0.9)
LinkingTo: Rcpp
LazyData: true
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
interp
Config/testthat/edition: 3
VignetteBuilder: knitr