Package: ggpcp
Type: Package
Title: Parallel Coordinate Plots in the 'ggplot2' Framework
Version: 0.2.0
Date: 2022-11-22
Authors@R: c(
    person("Heike", "Hofmann", , "hofmann@iastate.edu",
      role = c("aut","cre"), comment = c(ORCID = "0000-0001-6216-5183")),
    person("Susan", "VanderPlas", , "susan.vanderplas@unl.edu", c("aut"),
      comment = c(ORCID = "0000-0002-3803-0972")),
    person("Yawei", "Ge", , "yaweige@iastate.edu", c("aut"))
    )
Maintainer: Heike Hofmann <hofmann@iastate.edu>
Description: Modern Parallel Coordinate Plots have been introduced in the 1980s as 
    a way to visualize arbitrarily many numeric variables. This Grammar of Graphics implementation
    also incorporates categorical variables into the plots in a principled manner. 
    By separating the data managing part from the visual rendering, we give full access
    to the users while keeping the number of parameters manageably low.  
License: GPL-3
Imports: assertthat (>= 0.2.1), dplyr (>= 1.0.7), ggplot2 (>= 3.3.5),
        rlang (>= 0.4.11), tibble (>= 3.1.4), tidyselect (>= 1.1.1),
        tidyr (>= 1.1.3)
Depends: R (>= 4.1.0)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Suggests: knitr, rmarkdown, purrr, testthat, GGally
URL: https://github.com/heike/ggpcp
BugReports: https://github.com/heike/ggpcp/issues
NeedsCompilation: no
Packaged: 2022-11-25 16:11:33 UTC; hofmann
Author: Heike Hofmann [aut, cre] (<https://orcid.org/0000-0001-6216-5183>),
  Susan VanderPlas [aut] (<https://orcid.org/0000-0002-3803-0972>),
  Yawei Ge [aut]
Repository: CRAN
Date/Publication: 2022-11-28 09:30:08 UTC
Built: R 4.3.0; ; 2023-07-10 05:27:25 UTC; unix
