Package: HiveR Type: Package Title: 2D and 3D Hive Plots for R Version: 0.4.0 Date: 2024-07-17 Authors@R: c( person("Bryan A.", "Hanson", role = c("aut", "cre"), email = "hanson@depauw.edu", comment = c(ORCID = "0000-0003-3536-8246")), person("Vesna", "Memisevic", role = "ctb"), person("Jonathan", "Chung", role = "ctb")) Description: Creates and plots 2D and 3D hive plots. Hive plots are a unique method of displaying networks of many types in which node properties are mapped to axes using meaningful properties rather than being arbitrarily positioned. The hive plot concept was invented by Martin Krzywinski at the Genome Science Center (www.hiveplot.net/). Keywords: networks, food webs, linnet, systems biology, bioinformatics. License: GPL-3 Imports: grid, plyr, jpeg, png, RColorBrewer, utils, stats, rgl, tcltk, xtable Suggests: bipartite URL: https://github.com/bryanhanson/HiveR ByteCompile: TRUE BugReports: https://github.com/bryanhanson/HiveR/issues Depends: R (>= 3.0) Encoding: UTF-8 RoxygenNote: 7.3.2 Config/pak/sysreqs: cmake libfreetype6-dev libglu1-mesa-dev make texlive libjpeg-dev libpng-dev libuv1-dev libgl1-mesa-dev zlib1g-dev Repository: https://bryanhanson.r-universe.dev Date/Publication: 2024-07-17 15:57:29 UTC RemoteUrl: https://github.com/bryanhanson/hiver RemoteRef: HEAD RemoteSha: d21c30b9aac03f3ae0672a61231850ce407378df NeedsCompilation: no Packaged: 2026-07-06 09:48:23 UTC; root Author: Bryan A. Hanson [aut, cre] (ORCID: ), Vesna Memisevic [ctb], Jonathan Chung [ctb] Maintainer: Bryan A. Hanson