Package: diffusr
Type: Package
Title: Network Diffusion Algorithms
Version: 0.1.4
Date: 2018-04-20
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
  heat diffusion 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)
Depends: R (>= 3.4)
LazyData: TRUE
LinkingTo: Rcpp, RcppEigen
Imports: Rcpp, igraph, methods
Suggests: knitr, rmarkdown, testthat, lintr, Matrix
VignetteBuilder: knitr
RoxygenNote: 6.0.1
SystemRequirements: C++11
NeedsCompilation: yes
Packaged: 2018-05-17 20:40:50 UTC; simondi
Author: Simon Dirmeier [aut, cre]
Repository: CRAN
Date/Publication: 2018-05-17 21:01:21 UTC
Built: R 4.1.0; x86_64-apple-darwin17.0; 2021-05-26 20:27:52 UTC; unix
Archs: diffusr.so.dSYM
