-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1013 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: NetworkInference
Type: Package
Title: Inferring Latent Diffusion Networks
Version: 1.2.4.9000
Date: 2019-02-27
Authors@R: c(person("Fridolin", "Linder", email = "[email protected]",
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.1.1
SystemRequirements: C++11
LazyData: true
VignetteBuilder: knitr