Package: DynComm
Type: Package
Title: Dynamic Network Communities Detection and Generation
Version: 2020.1.6
Authors@R: 
  c(person(given = "Rui P.",
           family = "Sarmento",
           role = c("aut", "cre"),
           email = "email@ruisarmento.com",
           comment = c(ORCID = "0000-0003-1891-5295")),
    person(given = "Luís",
           family = "Lemos",
           role = c("aut")),
    person(given = "Mário",
           family = "Cordeiro",
           role = c("ctb")),
	person(given = "Giulio",
           family = "Rossetti",
           role = c("ctb")))
Maintainer: Rui P. Sarmento <email@ruisarmento.com>
Description: Used for evolving network analysis regarding 
  community detection. Implements several algorithms that calculate communities 
  for graphs whose nodes and edges change over time.
  Edges, which can have new nodes, can be added or deleted. Changes in the 
  communities are calculated without recalculating communities for the entire 
  graph.
  REFERENCE: M. Cordeiro et al. (2016) <DOI:10.1007/s13278-016-0325-1>
	G. Rossetti et al. (2017) <DOI:10.1007/s10994-016-5582-8>
	G. Rossetti (2017) <DOI:10.1093/comnet/cnx016>
	R. Sarmento (2019) <arXiv:1904.12593>.
License: GPL-2
Encoding: UTF-8
LazyData: false
Imports: Rcpp (>= 0.12.15), Rdpack, methods
Depends: igraph
LinkingTo: Rcpp
RcppModules: DynCommRcpp
RdMacros: Rdpack
SystemRequirements: C++11
Suggests: devtools
RoxygenNote: 7.1.1
StagedInstall: yes
NeedsCompilation: yes
Packaged: 2020-10-07 15:19:14 UTC; rms
Author: Rui P. Sarmento [aut, cre] (<https://orcid.org/0000-0003-1891-5295>),
  Luís Lemos [aut],
  Mário Cordeiro [ctb],
  Giulio Rossetti [ctb]
Repository: CRAN
Date/Publication: 2020-10-07 17:10:02 UTC
Built: R 4.0.2; x86_64-apple-darwin17.0; 2020-10-08 10:39:58 UTC; unix
Archs: DynComm.so.dSYM
