Package: ggblanket
Title: Simplify 'ggplot2' Visualisation
Version: 4.0.0
Authors@R: c(
    person("David", "Hodge", email = "davidhodge931@gmail.com", 
           role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0002-3868-7501")), 
    person("Nik", "Mitchell", role = "ctb", comment = c(ORCID = "0009-0002-8126-7745"))
    )
Description: Simplify 'ggplot2' visualisation with 'ggblanket' wrapper functions. 
License: MIT + file LICENSE
URL: https://davidhodge931.github.io/ggblanket/,
    https://github.com/davidhodge931/ggblanket/
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: 
    dplyr,
    forcats,
    ggplot2 (>= 3.4.0),
    grid,
    hms,
    lubridate,
    magrittr,
    purrr,
    rlang,
    scales,
    snakecase,
    stringr,
    tidyr,
    tidyselect,
    viridis
Suggests: 
    gapminder,
    hexbin,
    knitr,
    palmerpenguins,
    patchwork,
    RColorBrewer,
    rmarkdown,
    sf,
    stars,
    tibble
Config/Needs/website: 
    distributional,
    glue,
    pkgdown,
    ggblend,
    ggbeeswarm,
    ggdensity,
    ggdist,
    ggeasy,
    ggh4x,
    gghighlight,
    ggiraph,
    ggpattern,
    ggrepel,
    ggridges,
    ggtext,
    plotly,
    showtext,
    sf,
    sysfonts
VignetteBuilder: knitr
