Package: TNC
Type: Package
Title: Temporal Network Centrality (TNC) Measures
Version: 0.1.0
Authors@R: person("Moritz", "Hanke", email = "hanke@leibniz-bips.de",
  role = c("aut", "cre"))
Description: Node centrality measures for temporal networks. Available measures are temporal degree centrality, temporal closeness centrality and temporal betweenness centrality defined by Kim and Anderson (2012) <doi:10.1103/PhysRevE.85.026107>. Applying the REN algorithm by Hanke and Foraita (2017) <doi:10.1186/s12859-017-1677-x> when calculating the centrality measures keeps the computational running time linear in the number of graph snapshots. Further, all methods can run in parallel up to the number of nodes in the network.
Depends: R (>= 3.4.1)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests: igraph (>= 1.1.2), parallel (>= 3.4.1), testthat (>= 1.0.2)
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-09-06 12:50:23 UTC; momo
Author: Moritz Hanke [aut, cre]
Maintainer: Moritz Hanke <hanke@leibniz-bips.de>
Repository: CRAN
Date/Publication: 2017-09-06 13:06:13 UTC
Built: R 4.3.0; ; 2023-04-12 06:15:44 UTC; unix
