Package: apyramid Title: Visualize Population Pyramids Aggregated by Age Version: 0.1.3 Authors@R: c( person(given = "Zhian N.", family = "Kamvar", role = c("aut", "cre"), email = "zkamvar@gmail.com", comment = c(ORCID = "0000-0003-1458-7108")), person(given = "Alex", family = "Spina", role = c("ctb"))) Description: Provides a quick method for visualizing non-aggregated line-list or aggregated census data stratified by age and one or two categorical variables (e.g. gender and health status) with any number of values. It returns a 'ggplot' object, allowing the user to further customize the output. This package is part of the 'R4Epis' project . License: GPL-3 Depends: R (>= 3.2.0) URL: https://github.com/R4EPI/apyramid, https://r4epis.netlify.app/ BugReports: https://github.com/R4EPI/apyramid/issues Imports: ggplot2 (>= 3.0.0), tidyselect, rlang, forcats (>= 1.0.0), dplyr, scales, glue Suggests: testthat (>= 2.1.0), survey, srvyr, vdiffr, covr, outbreaks, knitr, rmarkdown Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 VignetteBuilder: knitr Repository: https://zkamvar.r-universe.dev Date/Publication: 2023-02-14 17:11:25 UTC RemoteUrl: https://github.com/r4epi/apyramid RemoteRef: HEAD RemoteSha: cb1450315c1ba2c6428ccc4d449b05b79de5c7a0 NeedsCompilation: no Packaged: 2026-06-21 07:40:15 UTC; root Author: Zhian N. Kamvar [aut, cre] (ORCID: ), Alex Spina [ctb] Maintainer: Zhian N. Kamvar