Package: networkLite
Version: 1.0.5
Date: 2023-03-10
Title: An Simplified Implementation of the 'network' Package
        Functionality
Description: An implementation of some of the core 'network' package functionality based on a 
    simplified data structure that is faster in many research applications. This package is designed 
    for back-end use in the 'statnet' family of packages, including 'EpiModel'. Support is provided for
    binary and weighted, directed and undirected, bipartite and unipartite networks; no current 
    support for multigraphs, hypergraphs, or loops.
Maintainer: Samuel Jenness <samuel.m.jenness@emory.edu>
Authors@R: c(person("Samuel", "Jenness",
    role=c("cre","aut"), email="samuel.m.jenness@emory.edu"),
    person("Steven M.","Goodreau",
    role=c("aut"), email="goodreau@uw.edu"),
    person("Martina", "Morris",
    role=c("aut"), email="morrism@uw.edu"),
    person("Adrien", "Le Guillou",
    role=c("aut"), email="contact@aleguillou.org"),
    person("Chad", "Klumb",
    role=c("aut"), email="cklumb@gmail.com"),
    person("Skye", "Bender-deMoll",
    role=c("ctb"), email="skyebend@uw.edu"))
License: GPL-3
URL: https://github.com/EpiModel/networkLite/
BugReports: https://github.com/EpiModel/networkLite/issues
Depends: R (>= 3.5), network (>= 1.18.1)
Imports: statnet.common (>= 4.8.0), tibble, dplyr
Suggests: testthat
RoxygenNote: 7.2.3
Encoding: UTF-8
NeedsCompilation: no
Packaged: 2023-03-10 14:35:45 UTC; sjennes
Author: Samuel Jenness [cre, aut],
  Steven M. Goodreau [aut],
  Martina Morris [aut],
  Adrien Le Guillou [aut],
  Chad Klumb [aut],
  Skye Bender-deMoll [ctb]
Repository: CRAN
Date/Publication: 2023-03-10 16:20:02 UTC
Built: R 4.1.2; ; 2023-03-11 12:47:46 UTC; unix
