Package: wdnet
Title: Weighted and Directed Networks
Version: 1.0.0
Date: 2023-01-19
Authors@R: c(
    person("Yelie", "Yuan", email = "yelie.yuan@uconn.edu",
           role = c("aut", "cre")),
    person("Tiandong", "Wang", email = "td_wang@fudan.edu.cn ",
           role = "aut"),
    person("Jun", "Yan", email = "jun.yan@uconn.edu",
           role = c("aut")),
    person("Panpan", "Zhang", email = "panpan.zhang@vumc.org",
           role = "aut"))
Description: Implementations of network analysis including
    (1) assortativity coefficient of weighted and directed networks, 
    Yuan, Yan and Zhang (2021) <doi:10.1093/comnet/cnab017>,
    (2) centrality measures for weighted and directed networks,
    Opsahl, Agneessens and Skvoretz (2010) <doi:10.1016/j.socnet.2010.03.006>,
    Zhang, Wang and Yan (2022) <doi:10.1016/j.physa.2021.126438>,
    (3) clustering coefficient of weighted and directed networks, 
    Fagiolo (2007) <doi:10.1103/PhysRevE.76.026107> and 
    Clemente and Grassi (2018) <doi:10.1016/j.chaos.2017.12.007>,
    (4) rewiring networks with given assortativity coefficients,
    Wang, Yan, Yuan and Zhang (2022) <doi:10.1007/s11222-022-10161-8>,
    (5) preferential attachment network generation.
Depends: R (>= 4.1.0)
License: GPL (>= 3.0)
Encoding: UTF-8
Imports: CVXR, igraph, Matrix, rARPACK, Rcpp, RcppXPtrUtils, stats, wdm
LinkingTo: Rcpp, RcppArmadillo
BugReports: https://gitlab.com/wdnetwork/wdnet/-/issues
URL: https://gitlab.com/wdnetwork/wdnet
RoxygenNote: 7.2.3
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: yes
Packaged: 2023-01-19 18:25:44 UTC; Yelie
Author: Yelie Yuan [aut, cre],
  Tiandong Wang [aut],
  Jun Yan [aut],
  Panpan Zhang [aut]
Maintainer: Yelie Yuan <yelie.yuan@uconn.edu>
Repository: CRAN
Date/Publication: 2023-01-19 19:40:02 UTC
