Package: ggallin
Type: Package
Maintainer: Steven E. Pav <shabbychef@gmail.com>
Authors@R: c(person(c("Steven", "E."), "Pav", 
    role=c("aut","cre"),
    email="shabbychef@gmail.com",
    comment = c(ORCID = "0000-0002-4197-6195")))
Version: 0.1.2
Date: 2025-11-18
License: LGPL-3
Title: Grab Bag of 'ggplot2' Functions
BugReports: https://github.com/shabbychef/ggallin/issues
Description: Extra geoms and scales for 'ggplot2', including geom_cloud(),
  a Normal density cloud replacement for errorbars;
  transforms ssqrt_trans and pseudolog10_trans, which are loglike but 
  appropriate for negative data; interp_trans() and warp_trans() which
  provide scale transforms based on interpolation;
  and an infix compose operator for scale transforms.
Depends: ggplot2 (>= 2.2.1)
Suggests: knitr, testthat
Imports: scales, grid
RoxygenNote: 7.3.2
URL: https://github.com/shabbychef/ggallin
Collate: 'geom_cloud.R' 'ggallin.R' 'transforms.R'
NeedsCompilation: no
Packaged: 2025-11-26 23:48:57 UTC; spav
Author: Steven E. Pav [aut, cre] (ORCID:
    <https://orcid.org/0000-0002-4197-6195>)
Repository: CRAN
Date/Publication: 2025-11-27 00:10:02 UTC
Built: R 4.4.3; ; 2025-12-08 03:36:46 UTC; windows
