Package: simplifyNet
Type: Package
Title: Network Sparsification
Version: 0.0.1
Language: en-US
Authors@R: 
  c(person(given = "Andrew", 
  family = "Kramer", 
  role = c("aut"),
  email = "amkramer@usf.edu"),
  person(given = "Alexander",
  family = "Mercier",
  role = c("aut", "cre", "trl"),
  email = "amercier@g.harvard.edu"),
  person(given = "Shubhankar",
  family = "Tripathi",
  role = c("ctb"),
  email = "shubhankar1201@outlook.com"),
  person(given = "Tomlin",
  family = "Pulliam",
  role = c("ctb")),
  person(given = "John",
  family = "Drake",
  role = c("ctb"),
  email = "jdrake@uga.edu",
  comment = c(ORCID = "0000-0003-4646-1235")))
Maintainer: Alexander Mercier <amercier@g.harvard.edu>
Description: Network sparsification with a variety of novel and known network sparsification 
    techniques. All network sparsification techniques reduce the number of edges, not the number 
    of nodes. Network sparsification is sometimes referred to as network dimensionality reduction. 
    This package is based on the work of Spielman, D., Srivastava, N. (2009)<arXiv:0803.0929>.
    Koutis I., Levin, A., Peng, R. (2013)<arXiv:1209.5821>. Toivonen, H., Mahler, S., Zhou, F. 
    (2010)<doi:10.1007>. Foti, N., Hughes, J., Rockmore, D. (2011)<doi:10.1371>.
Depends: R (>= 3.4),
Imports: igraph (>= 1.3.1), sanic (>= 0.0.1), Matrix (>= 1.2-18),
        methods (>= 4.0.2), stats (>= 4.0.2), dplyr (>= 1.0.9)
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.1
NeedsCompilation: no
Packaged: 2022-11-07 18:41:16 UTC; henry
Author: Andrew Kramer [aut],
  Alexander Mercier [aut, cre, trl],
  Shubhankar Tripathi [ctb],
  Tomlin Pulliam [ctb],
  John Drake [ctb] (<https://orcid.org/0000-0003-4646-1235>)
Repository: CRAN
Date/Publication: 2022-11-15 16:30:02 UTC
Built: R 4.6.0; ; 2025-08-18 11:51:52 UTC; unix
