Package: ggmatplot
Title: Plot Columns of Two Matrices Against Each Other Using 'ggplot2'
Version: 0.1.2
Authors@R: c(
    person("Xuan", "Liang", 
            email = "xuan.liang@anu.edu.au",
            comment = c(ORCID = "0000-0002-0792-3751"),
            role = c("aut", "cre")),
    person("Francis K. C.", "Hui",
            email = "fhui28@gmail.com",
            comment = c(ORCID = "0000-0003-0765-3533"),
            role = c("aut")),
    person("Emi", "Tanaka",
            email = "dr.emi.tanaka@gmail.com",
            comment = c(ORCID = "0000-0002-1455-259X"),
            role = c("aut")),
    person("Dilinie", "Seimon",
            email = "dilinieseimon@gmail.com",
            comment = c(ORCID = "0000-0003-4431-6077"),
            role = c("aut")))
Description: A quick and easy way of plotting the columns of two matrices or 
    data frames against each other using 'ggplot2'. Although 'ggmatplot' doesn't 
    provide the same flexibility as 'ggplot2', it can be used as a workaround for 
    having to wrangle wide format data into long format for plotting with
    'ggplot2'.
URL: https://github.com/xuan-liang/ggmatplot,
        https://xuan-liang.github.io/ggmatplot/
BugReports: https://github.com/xuan-liang/ggmatplot/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Depends: R (>= 3.4.0), ggplot2
Imports: stats
Suggests: rmarkdown, knitr, testthat (>= 3.0.0), vdiffr, tibble, tidyr,
        dplyr, covr
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2022-05-17 01:27:13 UTC; taozou
Author: Xuan Liang [aut, cre] (<https://orcid.org/0000-0002-0792-3751>),
  Francis K. C. Hui [aut] (<https://orcid.org/0000-0003-0765-3533>),
  Emi Tanaka [aut] (<https://orcid.org/0000-0002-1455-259X>),
  Dilinie Seimon [aut] (<https://orcid.org/0000-0003-4431-6077>)
Maintainer: Xuan Liang <xuan.liang@anu.edu.au>
Repository: CRAN
Date/Publication: 2022-05-17 02:20:02 UTC
Built: R 4.6.0; ; 2025-10-14 02:23:00 UTC; windows
