Package: ggrain Title: A Rainclouds Geom for 'ggplot2' Version: 0.1.2 Authors@R: c( person("Nicholas", "Judd", , "nickkjudd@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0196-9871")), person("Jordy", "van Langen", , "jordyvanlangen@gmail.com", role = c("aut"), comment = c(ORCID = "0000-0003-2504-2381")), person("Micah", "Allen", , "", role = c("ctb"), comment = c(ORCID = "0000-0001-9399-4179")), person("Rogier", "Kievit", , "", role = c("aut"), comment = c(ORCID = "0000-0003-0700-4568"))) Description: The 'geom_rain()' function adds different geoms together using 'ggplot2' to create raincloud plots. License: MIT + file LICENSE Encoding: UTF-8 Depends: ggplot2 (>= 4.0.0), R (>= 3.4.0) Imports: grid, ggpp (>= 0.5.6), rlang, vctrs (>= 0.5.0), cli Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/njudd/ggrain BugReports: https://github.com/njudd/ggrain/issues Suggests: knitr, rmarkdown VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev Repository: https://njudd.r-universe.dev Date/Publication: 2026-06-04 11:58:09 UTC RemoteUrl: https://github.com/njudd/ggrain RemoteRef: HEAD RemoteSha: 05bc97928b1b97dbb38d79aa2ca6c7bfdea64bab NeedsCompilation: no Packaged: 2026-07-04 09:09:00 UTC; root Author: Nicholas Judd [aut, cre] (ORCID: ), Jordy van Langen [aut] (ORCID: ), Micah Allen [ctb] (ORCID: ), Rogier Kievit [aut] (ORCID: ) Maintainer: Nicholas Judd