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 
    <https://r4epis.netlify.app/>.
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
RoxygenNote: 7.2.3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-02-14 17:09:42 UTC; zhian
Author: Zhian N. Kamvar [aut, cre] (<https://orcid.org/0000-0003-1458-7108>),
  Alex Spina [ctb]
Maintainer: Zhian N. Kamvar <zkamvar@gmail.com>
Repository: CRAN
Date/Publication: 2023-02-14 17:30:02 UTC
Built: R 4.4.3; ; 2025-11-01 04:34:06 UTC; windows
