Package: ggprism Title: A 'ggplot2' Extension Inspired by 'GraphPad Prism' Version: 1.0.7.9000 Authors@R: person(given = "Charlotte", family = "Dawson", role = c("aut", "cre"), email = "csdaw@outlook.com", comment = c(ORCID = "0000-0002-7151-5971")) Description: Provides various themes, palettes, and other functions that are used to customise ggplots to look like they were made in 'GraphPad Prism'. The 'Prism'-look is achieved with theme_prism() and scale_fill|colour_prism(), axes can be changed with custom guides like guide_prism_minor(), and significance indicators added with add_pvalue(). License: GPL (>= 3.0) URL: https://csdaw.github.io/ggprism/, https://github.com/csdaw/ggprism BugReports: https://github.com/csdaw/ggprism/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 3.2) Imports: digest, ggplot2 (>= 3.4.0), glue, grid, gtable (>= 0.1.1), rlang (>= 0.3.0), scales (>= 0.5.0), stats, tibble, utils Suggests: covr, dplyr, ggbeeswarm, ggnewscale, knitr, magrittr, patchwork, rmarkdown, rstatix, rsvg, svglite, tidyr, tinysnapshot, tinytest VignetteBuilder: knitr Repository: https://csdaw.r-universe.dev Date/Publication: 2026-01-01 08:59:13 UTC RemoteUrl: https://github.com/csdaw/ggprism RemoteRef: HEAD RemoteSha: a2bc406a5655dfa2c96f2501634f89c3a3a700e1 NeedsCompilation: no Packaged: 2026-07-04 02:05:30 UTC; root Author: Charlotte Dawson [aut, cre] (ORCID: ) Maintainer: Charlotte Dawson