Package: voronoiTreemap Type: Package Title: Voronoi Treemaps with Added Interactivity by Shiny Version: 0.2.1 Authors@R: c( person("Alexander", "Kowarik", email = "alexander.kowarik@statistik.gv.at", role = c("aut","cre"), comment=c(ORCID="0000-0001-8598-4130")), person("Bernhard", "Meindl", email = "bernhard.meindl@statistik.gv.at", role = c("aut")), person("Malaver", "Vojvodic", email = "mmala027@uottawa.ca", role = c("aut")), person("Mike", "Bostock", role = c("aut", "cph"), comment = "d3.js library, http://d3js.org"), person("Franck", "Lebeau", role = c("aut", "cph"), comment = "d3-voronoi-treemap library, https://github.com/Kcnarf/d3-voronoi-treemap")) Description: The d3.js framework with the plugins d3-voronoi-map, d3-voronoi-treemap and d3-weighted-voronoi are used to generate Voronoi treemaps in R and in a shiny application. The computation of the Voronoi treemaps are based on Nocaj and Brandes (2012) . URL: https://github.com/uRosConf/voronoiTreemap License: GPL-3 Imports: data.tree,rlang,htmlwidgets,shiny,shinyjs,DT Encoding: UTF-8 LazyData: true RoxygenNote: 6.1.1 Suggests: rmarkdown, scales, testthat Config/pak/sysreqs: cmake make libicu-dev libuv1-dev zlib1g-dev Repository: https://urosconf.r-universe.dev Date/Publication: 2019-07-02 15:19:35 UTC RemoteUrl: https://github.com/urosconf/voronoitreemap RemoteRef: HEAD RemoteSha: 69708642a2d0848dc803e2cc0ec837ea6ff594db NeedsCompilation: no Packaged: 2026-06-11 08:42:12 UTC; root Author: Alexander Kowarik [aut, cre] (ORCID: ), Bernhard Meindl [aut], Malaver Vojvodic [aut], Mike Bostock [aut, cph] (d3.js library, http://d3js.org), Franck Lebeau [aut, cph] (d3-voronoi-treemap library, https://github.com/Kcnarf/d3-voronoi-treemap) Maintainer: Alexander Kowarik