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 Repository: https://mbedward.r-universe.dev Date/Publication: 2024-11-21 08:02:23 UTC RemoteUrl: https://github.com/mbedward/packcircles RemoteRef: HEAD RemoteSha: 469f143bc3264622fcb3174c6be13201089b24fc NeedsCompilation: yes Packaged: 2026-06-17 07:21:12 UTC; root 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