Package: ggnetwork
Type: Package
Title: Geometries to Plot Networks with 'ggplot2'
Description: Geometries to plot network objects with 'ggplot2'.
Version: 0.5.12
Date: 2023-03-06
Maintainer: François Briatte <f.briatte@gmail.com>
Authors@R: c(
  person("François", "Briatte", email = "f.briatte@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-6494-9774")),
  person("Michał", "Bojanowski", role = "ctb", comment = c(ORCID = "0000-0001-7503-852X")),
  person("Mickaël", "Canouil", role = "ctb", comment = c(ORCID = "0000-0002-3396-4549")),
  person("Zachary", "Charlop-Powers", role = "ctb", comment = c(ORCID = "0000-0001-8816-4680")),
  person("Jacob C.", "Fisher", role = "ctb", comment = c(ORCID = "0000-0003-0299-0346")),
  person("Kipp", "Johnson", role = "ctb", comment = c(ORCID = "0000-0002-5102-741X")),
  person("Tyler", "Rinker", role = "ctb")
  )
License: GPL-3
URL: https://github.com/briatte/ggnetwork
BugReports: https://github.com/briatte/ggnetwork/issues
Depends:
    R (>= 3.5),
    ggplot2 (>= 2.0.0)
Imports:
    ggrepel (>= 0.5),
    network,
    igraph,
    sna,
    utils
Suggests:
    knitr,
    rmarkdown,
    testthat
Collate:
    'utilities.R'
    'fortify-igraph.R'
    'fortify-network.R'
    'geom-nodes.R'
    'geom-edges.R'
    'ggnetwork.R'
VignetteBuilder: knitr
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
NeedsCompilation: no
