Package: packcircles
Type: Package
Version: 0.3.6
Title: Circle Packing
Description: Algorithms to find arrangements of non-overlapping circles.
Date: 2023-09-05
Authors@R: c(
  person("Michael", "Bedward", role = c("aut", "cre"), email = "michael.bedward@gmail.com"),
  person("David", "Eppstein", role = "aut", email = "david.eppstein@gmail.com", 
         comment = "Author of Python code for graph-based circle packing ported to C++ for this package"),
  person("Peter", "Menzel", role = "aut", email = "pmenzel@gmail.com",
         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)
Suggests: ggiraph (>= 0.8.4), ggplot2, knitr, rmarkdown, lpSolve
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 1.0.0)
LazyData: true
License: MIT + file LICENSE
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2023-09-08 01:27:44 UTC; mbedward
Author: Michael Bedward [aut, cre],
  David Eppstein [aut] (Author of Python code for graph-based circle
    packing ported to C++ for this package),
  Peter Menzel [aut] (Author of C code for progressive circle packing
    ported to C++ for this package)
Maintainer: Michael Bedward <michael.bedward@gmail.com>
Repository: CRAN
Date/Publication: 2023-09-08 06:30:02 UTC
Built: R 4.2.0; aarch64-apple-darwin20; 2023-09-13 02:00:01 UTC; unix
Archs: packcircles.so.dSYM
