Package: ggstance
Title: Horizontal 'ggplot2' Components
Version: 0.3.6
Authors@R: c(
    person("Lionel", "Henry", , "lionel@rstudio.com", role = c("aut", "cre")),
    person("Hadley", "Wickham", , "hadley@rstudio.com", "aut"),
    person("Winston", "Chang", , "winston@rstudio.com", "aut"),
    person("RStudio", role = "cph")
    )
Description: A 'ggplot2' extension that provides flipped components:
    horizontal versions of 'Stats' and 'Geoms', and vertical versions
    of 'Positions'. This package is now superseded by 'ggplot2' itself
    which now has full native support for horizontal layouts. It
    remains available for backward compatibility.
Depends:
    R (>= 3.6.0)
Imports:
    cli (>= 3.4.1),
    ggplot2 (>= 3.4.0),
    plyr,
    rlang,
    withr (>= 2.0.0)
Suggests:
    covr,
    Hmisc,
    testthat,
    vdiffr (>= 1.0.4)
URL: https://github.com/lionel-/ggstance
BugReports: https://github.com/lionel-/ggstance/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Collate:
    'flip-aes.R'
    'geom-barh.R'
    'legend-draw.R'
    'geom-boxploth.R'
    'geom-colh.R'
    'geom-crossbarh.R'
    'geom-errorbarh.R'
    'geom-histogramh.R'
    'geom-linerangeh.R'
    'geom-pointrangeh.R'
    'geom-violinh.R'
    'ggstance.R'
    'position-dodgev.R'
    'position-dodge2v.R'
    'position-jitterdodgev.R'
    'position-stackv.R'
    'position.R'
    'stat-binh.R'
    'stat-boxploth.R'
    'stat-counth.R'
    'stat-summaryh.R'
    'stat-xdensity.R'
