Package: NetworkInference
Type: Package
Title: Inferring Latent Diffusion Networks
Version: 1.2.1
Date: 2018-06-06
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, RcppProgress
BugReports: https://github.com/desmarais-lab/NetworkInference/issues
Suggests: testthat, knitr, rmarkdown, pander, igraph, utils, dplyr
RoxygenNote: 6.0.1
SystemRequirements: C++11
LazyData: true
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2018-06-06 18:17:51 UTC; flinder
Author: Fridolin Linder [aut, cre],
  Bruce Desmarais [ctb]
Maintainer: Fridolin Linder <fridolin.linder@gmail.com>
Repository: CRAN
Date/Publication: 2018-06-07 16:19:09 UTC
