Package: linkET
Type: Package
Title: Everything is Linkable
Version: 0.0.6.1
Author: Houyun Huang <houyunhuang@163.com>
Maintainer: Houyun Huang <houyunhuang@163.com>
Description: The 'linkET' package can be used to visualize simply and directly a
    matrix heatmap based on 'ggplot2'. It provides a solution for reordering the 
    correlation matrix, displaying the different significance level on the plot and 
    other details. The most important parts, it also provides a graphical display of 
    any correlation analysis and their combination (such as Mantel test, Partial 
    correlation analysis, and so on).
License: GPL-2
URL: https://github.com/Hy4m/linkET
BugReports: https://github.com/Hy4m/linkET/issues
LazyData: TRUE
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports: 
    digest,
    dplyr,
    ggplot2 (>= 3.0.0),
    glue,
    grDevices,
    grid,
    gtable,
    igraph,
    magrittr,
    rlang,
    purrr, 
    tibble, 
    tidygraph,
    scales,
    stats, 
    utils
Suggests: 
    testthat (>= 3.0.0),
    ade4,
    ambient,
    aplot,
    colorspace,
    FD,
    ggdendro,
    ggraph,
    ggtext,
    gridGraphics,
    Hmisc,
    knitr,
    latex2exp,
    patchwork,
    picante,
    psych,
    ragg,
    relaimpo,
    rfPermute,
    WGCNA
RoxygenNote: 7.2.1
Config/testthat/edition: 3
