Type: Package Package: ggtrace Title: Trace and Highlight Groups of Data Points Version: 0.2.0.9000 Authors@R: c(person(given = "Ryan", family = "Sheridan", role = c("aut", "cre"), email = "ryan.sheridan@cuanschutz.edu", comment = c(ORCID = "0000-0003-4012-3147")), person(given = "Rui", family = "Fu", role = "ctb", email = "raysinensis@gmail.com", comment = c(ORCID = "0000-0001-8183-4549")), person(given = "Jay", family = "Hesselberth", role = "ctb", email = "jay.hesselberth@gmail.com", comment = c(ORCID = "0000-0002-6299-179X")), person(given = "RNA Bioscience Initiative", role = c("fnd", "cph"))) Description: Provides 'ggplot2' geoms that allow groups of data points to be outlined or highlighted for emphasis. This is particularly useful when working with dense datasets that are prone to overplotting. License: MIT + file LICENSE URL: https://github.com/rnabioco/ggtrace BugReports: https://github.com/rnabioco/ggtrace/issues Depends: R (>= 4.0.0) Imports: ggplot2, grid, rlang Suggests: covr, knitr, rmarkdown, tidyr, tibble, dplyr, testthat (>= 3.0.0), vdiffr (>= 1.0.0) VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 LazyData: true RoxygenNote: 7.2.3 SystemRequirements: pandoc Collate: 'a-legend-draw.R' 'data.R' 'geom-path-trace.R' 'geom-point-trace.R' 'ggtrace-package.R' 'grouping.R' 'utilities-ggplot2.R' Config/Needs/website: pkgdown, rnabioco/rbitemplate Repository: https://rnabioco.r-universe.dev Date/Publication: 2023-11-24 03:29:31 UTC RemoteUrl: https://github.com/rnabioco/ggtrace RemoteRef: HEAD RemoteSha: 7fbf0740b4c21fa099cbd813bf3a053e8a592a8f NeedsCompilation: no Packaged: 2026-06-19 11:06:15 UTC; root Author: Ryan Sheridan [aut, cre] (ORCID: ), Rui Fu [ctb] (ORCID: ), Jay Hesselberth [ctb] (ORCID: ), RNA Bioscience Initiative [fnd, cph] Maintainer: Ryan Sheridan