Package: netdiffuseR
Title: Analysis of Diffusion and Contagion Processes on Networks
Version: 1.18.0
Date: 2017-07-16
Authors@R: c(
  person("George", "Vega Yon", email="g.vegayon@gmail.com", role=c("aut", "cre"), comment="Rewrite functions with Rcpp, plus new features"),
  person("Stephanie", "Dyal", email="stepharp@usc.edu", role=c("aut"), comment="Package's first version"),
  person("Timothy", "Hayes", email="timothybhayes@gmail.com", role=c("aut"), comment="Package's first version"),
  person("Thomas", "Valente", email="tvalente@usc.edu", role=c("aut", "cph"), comment="R original code"))
Description: Empirical statistical analysis, visualization and simulation of
    diffusion and contagion processes on networks. The package implements algorithms
    for calculating network diffusion statistics such as transmission rate, hazard
    rates, exposure models, network threshold levels, infectiousness (contagion),
    and susceptibility. The package is inspired by work published in Valente,
    et al., (2015) <DOI:10.1016/j.socscimed.2015.10.001>; Valente (1995) <ISBN:
    9781881303213>, Myers (2000) <DOI:10.1086/303110>, Iyengar and others (2011)
    <DOI:10.1287/mksc.1100.0566>, Burt (1987) <DOI:10.1086/228667>; among others.
Depends: R (>= 3.1.1)
License: MIT + file LICENSE
LazyData: true
Imports: Rcpp (>= 0.12.1), sna, network, Matrix, MASS, MatchIt,
        SparseM, methods, grDevices, graphics, stats, utils, boot,
        igraph
Suggests: covr, testthat, knitr, ape, RSiena, survival
VignetteBuilder: knitr
LinkingTo: Rcpp, RcppArmadillo
RoxygenNote: 6.0.1
Encoding: UTF-8
URL: https://github.com/USCCANA/netdiffuseR
BugReports: https://github.com/USCCANA/netdiffuseR/issues
Classification/MSC: 90C35, 90B18, 91D30
Collate: 'RcppExports.R' 'imports.r' 'graph_data.r' 'adjmat.r' 'bass.r'
        'bootnet.r' 'data.r' 'diffnet-c.R' 'diffnet-class.R'
        'diffnet-indexing.r' 'diffnet-methods.r' 'egonets.R' 'igraph.R'
        'infect_suscept.r' 'mentor.r' 'misc.R' 'moran.r' 'netmatch.r'
        'options.R' 'package-doc.r' 'plot_diffnet2.R' 'rewire.r'
        'random_graph.R' 'rdiffnet.R' 'read_write_foreign.R'
        'select_egoalter.R' 'spatial.R' 'stats.R' 'struct_equiv.R'
        'struct_test.R' 'survey_to_diffnet.R'
NeedsCompilation: yes
Packaged: 2017-07-18 07:44:21 UTC; vegayon
Author: George Vega Yon [aut, cre] (Rewrite functions with Rcpp, plus new
    features),
  Stephanie Dyal [aut] (Package's first version),
  Timothy Hayes [aut] (Package's first version),
  Thomas Valente [aut, cph] (R original code)
Maintainer: George Vega Yon <g.vegayon@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-18 11:54:46 UTC
