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", , "hhofmann4@unl.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 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), plotly Depends: R (>= 4.1.0) Encoding: UTF-8 LazyData: true RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, purrr, testthat, GGally URL: https://github.com/heike/ggpcp, https://heike.github.io/ggpcp/ BugReports: https://github.com/heike/ggpcp/issues Roxygen: list(markdown = TRUE) Config/pak/sysreqs: cmake make libicu-dev libuv1-dev libssl-dev Repository: https://heike.r-universe.dev Date/Publication: 2025-07-31 19:51:24 UTC RemoteUrl: https://github.com/heike/ggpcp RemoteRef: HEAD RemoteSha: 9a0d2f4f466a9589b41d0d2f3a8e6a5b5a1d29c3 NeedsCompilation: no Packaged: 2026-06-12 08:23:53 UTC; root Author: Heike Hofmann [aut, cre] (ORCID: ), Susan VanderPlas [aut] (ORCID: ), Yawei Ge [aut]