Package: packcircles
Type: Package
Title: Circle Packing
Version: 0.1.1
Date: 2015-07-22
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 = "Original author of Python code for graph-based circle packing ported to C++ for this package"))
Description: Simple algorithm to arrange non-overlapping circles within a rectangle.
License: MIT + file LICENSE
URL: https://github.com/mbedward/packcircles
Imports: Rcpp (>= 0.11.5)
Suggests: ggplot2, gridExtra, knitr
LinkingTo: Rcpp
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2015-07-26 03:49:55 UTC; mbedward
Author: Michael Bedward [aut, cre],
  David Eppstein [aut] (Original author of Python code for graph-based
    circle packing ported to C++ for this package)
Maintainer: Michael Bedward <michael.bedward@gmail.com>
Repository: CRAN
Date/Publication: 2015-07-26 09:11:33
