Package: apyramid
Title: Visualize Population Pyramids Aggregated by Age
Version: 0.1.2
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.com>.
License: GPL-3
Depends: R (>= 3.2.0)
URL: https://github.com/R4EPI/apyramid, https://r4epis.netlify.com
BugReports: https://github.com/R4EPI/apyramid/issues
Imports: ggplot2 (>= 3.0.0), tidyselect, rlang, forcats, dplyr, scales,
        glue
Suggests: testthat (>= 2.1.0), survey, srvyr, vdiffr, covr, outbreaks,
        knitr, rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-08 00:44:11 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: 2020-05-08 09:50:03 UTC
Built: R 4.0.2; ; 2020-07-17 05:42:36 UTC; unix
