Package: iGraphMatch
Type: Package
Title: Tools for Graph Matching
Version: 2.0.5
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: Versatile tools and data for graph matching analysis with various forms of prior information
    that supports working with 'igraph' objects, matrix objects, or lists of either.
URL: https://github.com/dpmcsuss/iGraphMatch, https://dpmcsuss.github.io/iGraphMatch/
Depends:
    R (>= 3.6.0)
Imports:
    clue (>= 0.3-54),
    Matrix (>= 1.6-2),
    igraph (>= 2.0.0),
    irlba,
    methods,
    Rcpp
Suggests:
    spelling,
    dplyr (>= 0.5.0),
    testthat (>= 2.0.0),
    knitr,
    rmarkdown,
    ggplot2,
    purrr,
    bookdown
VignetteBuilder: knitr
License: GPL (>= 2)
LazyData: TRUE
RoxygenNote: 7.3.1
Language: en-US
Encoding: UTF-8
LinkingTo:
    Rcpp
Config/testthat/edition: 3
BugReports: https://github.com/dpmcsuss/iGraphMatch/issues
