Package: RplotterPkg
Type: Package
Title: R Plotting Functions Using 'ggplot2'
Version: 0.1.4
Authors@R: c(
    person(
      "Rick", "Dean",
      email = "deanr3@bardstown.com",
      role = c("aut", "cre", "cph"),
      comment = c(ORCID = "0009-0005-8086-8436")
    )
  )
Description: Makes it easy to produce everyday 'ggplot2' 
  charts in a functional way without an extensive "tree"
  implementation. The package includes over 15 functions
  for the production and arrangement of basic graphing.
License: MIT + file LICENSE
URL: https://github.com/deandevl/RplotterPkg
BugReports: https://github.com/deandevl/RplotterPkg/issues
Depends: R (>= 4.4.0)
Imports: ggplot2 (>= 3.5.1), data.table (>= 1.16.4), rlang (>= 1.1.4),
        gt (>= 0.11.1), gtable (>= 0.3.6), glue (>= 1.8.0), purrr (>=
        1.0.2), ggplotify (>= 0.1.2), aplpack (>= 1.3.5), methods
Suggests: knitr (>= 1.49), RColorBrewer (>= 1.1-3), rmarkdown (>=
        2.29), testthat (>= 3.0.0), vdiffr (>= 1.0.8), here (>= 1.0.1),
        socviz (>= 1.2), tsbox (>= 0.4.1), gapminder (>= 0.3.0),
        palmerpenguins (>= 0.1.1), spData (>= 2.3.3), sf (>= 1.0-19),
        raster (>= 3.6-30), elevatr (>= 0.99.0), maps (>= 3.4.1)
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.2
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-24 12:03:28 UTC; deanr
Author: Rick Dean [aut, cre, cph] (ORCID:
    <https://orcid.org/0009-0005-8086-8436>)
Maintainer: Rick Dean <deanr3@bardstown.com>
Repository: CRAN
Date/Publication: 2025-09-24 14:20:02 UTC
Built: R 4.5.2; ; 2025-11-01 03:02:41 UTC; windows
