Package: netplot Title: Beautiful Graph Drawing Version: 0.3-0 Authors@R: c( person("George", "Vega Yon", email = "g.vegayon@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3171-0844")), person("Porter", "Bischoff", email = "portergbischoff@gmail.com", role = c("aut"), comment = c(ORCID = "0009-0004-6742-6281")) ) Description: A graph visualization engine that emphasizes on aesthetics at the same time providing default parameters that yield out-of-the-box-nice visualizations. The package is built on top of 'The Grid Graphics Package' and seamlessly work with 'igraph' and 'network' objects. Depends: R (>= 3.4.0), grid License: MIT + file LICENSE Encoding: UTF-8 RoxygenNote: 7.3.1 Roxygen: list(markdown = TRUE) Imports: graphics, grDevices, igraph, network, sna, stats Suggests: knitr, rmarkdown, markdown, igraphdata, intergraph, ggraph, gridGraphics, ggplot2, gridExtra, gridBase, magrittr, tinytest VignetteBuilder: knitr URL: https://github.com/USCCANA/netplot BugReports: https://github.com/USCCANA/netplot/issues Config/pak/sysreqs: libglpk-dev libxml2-dev Repository: https://usccana.r-universe.dev Date/Publication: 2024-11-15 15:39:39 UTC RemoteUrl: https://github.com/usccana/netplot RemoteRef: HEAD RemoteSha: b09aca15b44cbbd6d6adc529d43f5b619d61f370 NeedsCompilation: no Packaged: 2026-07-05 01:02:42 UTC; root Author: George Vega Yon [aut, cre] (ORCID: ), Porter Bischoff [aut] (ORCID: ) Maintainer: George Vega Yon