Package: ggloop
Type: Package
Title: Create 'ggplot2' Plots in a Loop
Version: 0.1.0
Authors@R: person("Luke", "Smith", email = "luke@protocolvital.info",
    role = c("aut", "cre"))
URL: https://github.com/seasmith/ggloop
BugReports: https://github.com/seasmith/ggloop/issues
Description: Pass a data frame and mapping aesthetics to ggloop() in order
    to create a list of 'ggplot2' plots. The way x-y and dots are paired together
    is controlled by the remapping arguments. Geoms, themes, facets, and other
    features can be added with the special %L+% (L-plus) operator.
License: GPL-2
LazyData: TRUE
Imports: plyr, ggplot2, magrittr, lazyeval, assertthat
RoxygenNote: 5.0.1
Suggests: testthat, knitr, rmarkdown
VignetteBuilder: knitr
Collate: 'utilities.R' 'aes.remap.R' 'utilities.eval2.R'
        'utilities.eval.R' 'aes.wrangle.R' 'aes.loop.R' 'aes.map.R'
        'aes.rename.R' 'ggloop.R' 'lplus.main.R' 'lplus.utilities.R'
NeedsCompilation: no
Packaged: 2016-10-19 17:00:29 UTC; Luke
Author: Luke Smith [aut, cre]
Maintainer: Luke Smith <luke@protocolvital.info>
Repository: CRAN
Date/Publication: 2016-10-20 01:58:31
