Package: RplotterPkg Type: Package Title: R Plotting Functions Using 'ggplot2' Version: 0.1.5 Authors@R: c( person( "Rick", "Dean", email = "deandevl@pm.me", 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 Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev libnode-dev Repository: https://deandevl.r-universe.dev Date/Publication: 2026-01-18 17:44:59 UTC RemoteUrl: https://github.com/deandevl/RplotterPkg RemoteRef: HEAD RemoteSha: d80e349b9b385878c07a6386d851d111ab43e6a2 NeedsCompilation: no Packaged: 2026-06-17 08:31:26 UTC; root Author: Rick Dean [aut, cre, cph] (ORCID: ) Maintainer: Rick Dean