Package: gg1d Title: Exploratory Data Analysis using Tiled One-Dimensional Graphics Version: 0.1.0.9000 Authors@R: c( person("Sam", "El-Kamand", , "sam.elkamand@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2270-8088")), person("Children's Cancer Institute Australia", role = c("cph")) ) Description: Streamlines exploratory data analysis by providing a turnkey approach to visualising n-dimensional data which graphically reveals correlative or associative relationships between 2 or more features. Represents all dataset features as distinct, vertically aligned bar or tile plots, with plot types auto-selected based on whether variables are categorical or numeric. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.2 URL: https://github.com/selkamand/gg1d, https://selkamand.github.io/gg1d/ BugReports: https://github.com/selkamand/gg1d/issues Imports: assertions (>= 0.2.0), cli, ggiraph (>= 0.8.11), ggplot2, ggtext, grDevices, patchwork (>= 1.3.0), rank (>= 0.1.1), rlang Suggests: covr, infotheo, knitr, rmarkdown, testthat (>= 3.0.0), TSP Config/Needs/website: uwot, datarium, palmerpenguins Config/testthat/edition: 3 Depends: R (>= 4.1.0) LazyData: true Config/pak/sysreqs: libcairo2-dev cmake libfontconfig1-dev libfreetype6-dev make libicu-dev libjpeg-dev libpng-dev libuv1-dev libxml2-dev libssl-dev Repository: https://selkamand.r-universe.dev Date/Publication: 2025-09-03 02:05:31 UTC RemoteUrl: https://github.com/selkamand/gg1d RemoteRef: HEAD RemoteSha: 877da215dcb4712a4a04e5bd0b243680b2cd128b NeedsCompilation: no Packaged: 2026-06-16 08:35:57 UTC; root Author: Sam El-Kamand [aut, cre] (ORCID: ), Children's Cancer Institute Australia [cph] Maintainer: Sam El-Kamand