-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
29 lines (29 loc) · 997 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
Package: packcircles
Type: Package
Version: 0.3.7
Title: Circle Packing
Description: Algorithms to find arrangements of non-overlapping circles.
Date: 2024-11-21
Authors@R: c(
person("Michael", "Bedward", role = c("aut", "cre"), email = "[email protected]"),
person("David", "Eppstein", role = "aut", email = "[email protected]",
comment = "Author of Python code for graph-based circle packing ported to C++ for this package"),
person("Peter", "Menzel", role = "aut", email = "[email protected]",
comment = "Author of C code for progressive circle packing ported to C++ for this package")
)
URL: https://github.com/mbedward/packcircles
BugReports: https://github.com/mbedward/packcircles/issues
Depends: R (>= 3.2)
Imports: Rcpp (>= 1.0.0),
checkmate
Suggests: ggiraph (>= 0.8.4),
ggplot2,
knitr,
rmarkdown,
lpSolve
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 1.0.0)
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.3.2
Encoding: UTF-8