Package: diffusr
Type: Package
Title: Network Diffusion Algorithms
Version: 0.1.1
Authors@R: person("Simon", "Dirmeier", email = "simon.dirmeier@gmx.de", role = c("aut", "cre"))
Maintainer: Simon Dirmeier <simon.dirmeier@gmx.de>
Description: Implementation of network diffusion algorithms such as insulated
  heat propagation or Markov random walks. Network diffusion algorithms generally
  spread information in the form of node weights along the edges of a graph to other nodes.
  These weights can for example be interpreted as temperature, an initial amount
  of water, the activation of neurons in the brain, or the location of a random
  surfer in the internet. The information (node weights) is iteratively propagated
  to other nodes until a equilibrium state or stop criterion occurs.
URL: https://github.com/dirmeier/diffusr
BugReports: https://github.com/dirmeier/diffusr/issues
License: GPL (>= 3)
LazyData: TRUE
LinkingTo: Rcpp, RcppEigen
Imports: Rcpp, igraph, methods
Suggests: knitr, rmarkdown, testthat, lintr
VignetteBuilder: knitr
RoxygenNote: 6.0.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2017-06-05 13:45:41 UTC; simondi
Author: Simon Dirmeier [aut, cre]
Repository: CRAN
Date/Publication: 2017-06-05 15:17:31 UTC
