Package: simplevis
Type: Package
Title: Simple Visualisation with 'ggplot2' and 'leaflet' Wrappers
Version: 1.1.0
Authors@R: 
    c(person(given = "David", 
               family = "Hodge", 
               email = "davidhodge931@gmail.com", 
               role = c("aut", "cre"),
               comment = c(ORCID = "0000-0002-3868-7501")),
      person("Statistics New Zealand", 
             role = c("cph")))
Description: Provides 'ggplot2' and 'leaflet' wrapper functions designed to simplify the creation of high quality graph and map visualisations. These functions only require inputs of data, variables and titles to provide beautiful interactive or image visualisations. However they allow for more flexibility if required. The intent is that high quality well-designed graphs and maps can be made more consistently with less effort, code and expertise than would otherwise be required.
License: MIT + file LICENSE
URL: https://StatisticsNZ.github.io/simplevis,
        https://github.com/StatisticsNZ/simplevis
BugReports: https://github.com/StatisticsNZ/simplevis/issues
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.5.0)
Imports: dplyr (>= 0.8.0), DT, forcats, ggplot2 (>= 3.3.0), leaflet (>=
        2.0.0), leafpop, leaflet.extras, janitor, lubridate, magrittr,
        methods, plotly, readr, rgdal, rmarkdown, rlang (>= 0.4.0),
        scales, sf (>= 0.8.0), shiny, shinycssloaders, stars (>=
        0.4.0), stats, stringr (>= 1.4.0), tibble, tidyr (>= 1.0.0),
        viridis
Suggests: knitr
RoxygenNote: 6.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-22 02:44:19 UTC; dhodge
Author: David Hodge [aut, cre] (<https://orcid.org/0000-0002-3868-7501>),
  Statistics New Zealand [cph]
Maintainer: David Hodge <davidhodge931@gmail.com>
Repository: CRAN
Date/Publication: 2020-04-22 05:30:02 UTC
