Package: ggblanket
Title: Simplify 'ggplot2' Visualisation
Version: 1.7.0
Authors@R: c(
    person("David", "Hodge", email = "davidhodge931@gmail.com", 
           role = c("aut", "cre"), comment = c(ORCID = "0000-0002-3868-7501")), 
    person("Nik", "Mitchell", role = "ctb", comment = c(ORCID = "0009-0002-8126-7745")),
    person("Rosie", "Percival", role = "ctb", comment = c(ORCID = "0009-0005-7696-162X"))
    )
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),
    hms,
    lubridate,
    magrittr,
    purrr,
    rlang,
    scales,
    snakecase,
    stringr,
    tidyr,
    tidyselect,
    viridis
Suggests: 
    colorspace,
    ggdensity,
    ggiraph,
    ggtext,
    hexbin,
    knitr,
    palmerpenguins,
    pals,
    patchwork,
    rmarkdown,
    sf,
    tibble
VignetteBuilder: knitr
