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 = "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), 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
NeedsCompilation: yes
Packaged: 2024-11-21 08:25:39 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: 2024-11-21 08:50:01 UTC
Built: R 4.4.3; x86_64-w64-mingw32; 2025-11-01 02:14:34 UTC; windows
Archs: x64
