Package: geomnet
Type: Package
Title: Network Visualization in the 'ggplot2' Framework
Version: 0.3.1
Date: 2020-11-25
Authors@R: c(
    person("Sam", "Tyner", email = "sctyner90@gmail.com", role = c("aut", "cre")),
    person("Heike", "Hofmann", email = "hofmann@iastate.edu", role = c("aut", "ctb")),
    person("Nicholas", "Tierney", email = "nicholas.tierney@gmail.com",  role = "ctb")
  )
Description: Network visualization in the 'ggplot2' framework. Network
    functionality is provided in a single 'ggplot2' layer by calling the geom 'net'.
    Layouts are calculated using the 'sna' package, example networks are included.
License: GPL (>= 2)
URL: https://github.com/sctyner/geomnet
BugReports: https://github.com/sctyner/geomnet/issues
LazyData: TRUE
Depends: R (>= 3.5), ggplot2 (>= 3.0.0)
Imports: sna, network, dplyr, tidyr, readr, plotly
Suggests: ggrepel, knitr, igraph, ggmap, spelling, rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-11-25 23:11:10 UTC; sctyner
Author: Sam Tyner [aut, cre],
  Heike Hofmann [aut, ctb],
  Nicholas Tierney [ctb]
Maintainer: Sam Tyner <sctyner90@gmail.com>
Repository: CRAN
Date/Publication: 2020-11-26 11:00:06 UTC
