Package: iGraphMatch
Type: Package
Title: Tools Graph Matching
Version: 1.0.0
Authors@R: c(person("Daniel", "Sussman", role = c("aut", "cre"), email = "sussman@bu.edu"),
             person("Zihuan", "Qiao", role = c("aut"), email = "zhqiao@bu.edu"),
             person("Joshua", "Agterberg", role = "ctb"),
             person("Lujia", "Wang", role = "ctb"),
             person("Vince", "Lyzinski", role = "ctb"))
Description: Graph matching methods and analysis. The package
  works for both 'igraph' objects and matrix objects. You provide the adjacency
  matrices of two graphs and some other information you might know, choose the
  graph matching method, and it returns the graph matching results. 'iGraphMatch'
  also provides a bunch of useful functions you might need related to graph
  matching.
Depends: R (>= 3.3.1)
Imports: clue (>= 0.3-54), Matrix (>= 1.2-11), igraph (>= 1.1.2),
        irlba, methods, Rcpp
Suggests: dplyr (>= 0.5.0), testthat (>= 2.0.0), knitr, rmarkdown
VignetteBuilder: knitr
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 7.1.1
Encoding: UTF-8
LinkingTo: Rcpp
NeedsCompilation: yes
Packaged: 2021-01-21 21:32:40 UTC; dsussman
Author: Daniel Sussman [aut, cre],
  Zihuan Qiao [aut],
  Joshua Agterberg [ctb],
  Lujia Wang [ctb],
  Vince Lyzinski [ctb]
Maintainer: Daniel Sussman <sussman@bu.edu>
Repository: CRAN
Date/Publication: 2021-01-25 08:40:07 UTC
