Package: ggalt
Title: Extra Coordinate Systems, 'Geoms', Statistical Transformations, Scales
    and Fonts for 'ggplot2'
Version: 0.4.0
Maintainer: Bob Rudis <bob@rud.is>
Authors@R: c(
      person("Bob", "Rudis", email = "bob@rud.is", role = c("aut", "cre")),
      person("Ben", "Bolker", comment="Encircling & additional splines", role = c("aut", "ctb")),
      person("Ben", "Marwick", comment="General codebase cleanup", role = c("ctb")),
      person("Jan", "Schulz", comment="Annotations", role = c("aut", "ctb")),
      person("Rosen", "Matev", role="ctb", comment="Original annotate_textp implementation on stackoverflow"),
      person("ProPublica", role="dtc", comment="StateFace font")
    )
Description: A compendium of new geometries, coordinate systems, statistical 
    transformations, scales and fonts for 'ggplot2', including splines, 1d and 2d densities, 
    univariate average shifted histograms, a new map coordinate system based on the 
    'PROJ.4'-library along with geom_cartogram() that mimics the original functionality of 
    geom_map(), formatters for "bytes", a stat_stepribbon() function, increased 'plotly'
    compatibility and the 'StateFace' open source font 'ProPublica'. Further new 
    functionality includes lollipop charts, dumbbell charts, the ability to encircle
    points and coordinate-system-based text annotations.
License: AGPL + file LICENSE
LazyData: true
URL: https://github.com/hrbrmstr/ggalt
BugReports: https://github.com/hrbrmstr/ggalt/issues
Encoding: UTF-8
Depends:
    R (>= 3.2.0),
    ggplot2 (>= 2.2.1)
Suggests:
    testthat,
    gridExtra,
    knitr,
    rmarkdown,
    ggthemes,
    reshape2
Imports:
    utils,
    graphics,
    grDevices,
    dplyr,
    RColorBrewer,
    KernSmooth,
    proj4,
    scales,
    grid,
    gtable,
    ash,
    maps,
    MASS,
    extrafont,
    tibble,
    plotly (>= 3.4.1)
RoxygenNote: 6.0.0
VignetteBuilder: knitr
Collate:
    'annotate_textp.r'
    'coord_proj.r'
    'formatters.r'
    'fortify.r'
    'geom2plotly.r'
    'geom_ash.r'
    'geom_bkde.r'
    'geom_bkde2d.r'
    'geom_dumbbell.R'
    'geom_cartogram.r'
    'geom_encircle.r'
    'geom_lollipop.r'
    'geom_table.r'
    'geom_twoway_bar.r'
    'geom_xspline.r'
    'geom_xspline2.r'
    'stat-stepribbon.r'
    'ggalt-package.r'
    'grob_absolute.r'
    'guide_axis.r'
    'stateface.r'
    'utils.r'
    'zzz.r'
