Package: NetworkInference
Type: Package
Title: Inferring Latent Diffusion Networks
Version: 1.1.1
Date: 2017-07-18
Authors@R: c(person("Fridolin", "Linder", email = "fridolin.linder@gmail.com",
                  role = c("aut", "cre")),
             person("Bruce", "Desmarais", role = "ctb"))
Description: This is an R implementation of the netinf algorithm (Gomez Rodriguez, Leskovec, and Krause, 2010)<doi:10.1145/1835804.1835933>. Given a set of events that spread between a set of nodes the algorithm infers the most likely stable diffusion network that is underlying the diffusion process.
License: MIT + file LICENSE
Imports: Rcpp (>= 0.12.5), assertthat, checkmate, ggplot2, ggrepel,
        stats
LinkingTo: Rcpp
BugReports: https://github.com/desmarais-lab/NetworkInference/issues
Suggests: testthat, knitr, rmarkdown, pander, igraph, utils
RoxygenNote: 6.0.1
SystemRequirements: C++11
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2017-07-18 16:41:56 UTC; flinder
Author: Fridolin Linder [aut, cre],
  Bruce Desmarais [ctb]
Maintainer: Fridolin Linder <fridolin.linder@gmail.com>
Repository: CRAN
Date/Publication: 2017-07-18 17:36:40 UTC
