Package: ggasym
Type: Package
Title: Asymmetric Matrix Plotting in 'ggplot2'
Version: 0.1.6
Authors@R: person(c("Joshua", "H"), "Cook", email = "joshuacook0023@gmail.com",
    role = c("aut", "cre"),
    comment = c(ORCID = "0000-0001-9815-6879"))
URL: https://github.com/jhrcook/ggasym
        https://jhrcook.github.io/ggasym/
Description: Plots a symmetric matrix with three different fill
    aesthetics for the top-left and bottom-right triangles and along the
    diagonal. It operates within the Grammar of Graphics paradigm implemented
    in 'ggplot2'.
License: GPL-3
Encoding: UTF-8
Depends: R (>= 3.6.0)
Imports: dplyr (>= 0.8.0), ggplot2 (>= 3.1.0), magrittr (>= 1.5.0),
        purrr (>= 0.3.0), rlang (>= 0.3.0), scales (>= 1.0.0), stringr
        (>= 1.4.0), tibble (>= 2.0.0), tidyr (>= 0.8.0)
RoxygenNote: 7.1.1
Suggests: knitr, rmarkdown, testthat, spelling, covr, broom (>= 0.5.0),
        corrr (>= 0.3.0)
VignetteBuilder: knitr
Language: en-US
BugReports: https://github.com/jhrcook/ggasym/issues
Collate: 'asymmetrise.R' 'asymmetrise_stats.R' 'geom_asymmat.R'
        'ggasym.R' 'scale_continuous_asym.R' 'scale_fill_gradient.R'
        'utils.R'
NeedsCompilation: no
Packaged: 2021-05-15 19:53:56 UTC; admin
Author: Joshua H Cook [aut, cre] (<https://orcid.org/0000-0001-9815-6879>)
Maintainer: Joshua H Cook <joshuacook0023@gmail.com>
Repository: CRAN
Date/Publication: 2021-05-15 20:10:02 UTC
