Package: pivottabler
Type: Package
Title: Create Pivot Tables in R
Version: 0.2.0
Authors@R: person("Christopher", "Bailiss", email = "cbailiss@gmail.com",
  role = c("aut", "cre"))
Description: Create regular pivot tables with just a few lines of R.  
    More complex pivot tables can also be created, e.g. pivot tables
    with irregular layouts, multiple calculations and/or derived 
    calculations based on multiple data frames.
Depends: R (>= 3.2.0)
Imports: R6 (>= 2.2.0), dplyr (>= 0.5.0), jsonlite (>= 1.1),
        htmltools(>= 0.3.5), htmlwidgets (>= 0.8)
Suggests: lubridate (>= 1.5.0), listviewer (>= 1.4.0), shiny, knitr,
        rmarkdown, testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/cbailiss/pivottabler
BugReports: https://github.com/cbailiss/pivottabler/issues
VignetteBuilder: knitr
RoxygenNote: 6.0.1
NeedsCompilation: no
Packaged: 2017-04-28 20:02:02 UTC; Chris
Author: Christopher Bailiss [aut, cre]
Maintainer: Christopher Bailiss <cbailiss@gmail.com>
Repository: CRAN
Date/Publication: 2017-04-28 22:23:02 UTC
