Package: mason
Type: Package
Title: Build Data Structures for Common Statistical Analysis
Version: 0.2.4
Authors@R: person("Luke", "Johnston", email = "lwjohnst@gmail.com",
    role = c("aut", "cre"))
Description: Use a consistent syntax to create data structures of common
    statistical techniques that can be continued in a pipe chain.
    Design the analysis, add settings and variables, construct the results, and
    polish the final structure. Rinse and repeat for any number of statistical
    techniques.
License: MIT + file LICENSE
LazyData: TRUE
Depends: R (>= 3.1.0)
Imports: dplyr, tidyr, broom, assertive, magrittr, stats, utils,
        lazyeval, MASS
RoxygenNote: 5.0.1
Suggests: knitr, geepack, rmarkdown, testthat
VignetteBuilder: knitr
BugReports: https://github.com/lwjohnst86/mason/issues
URL: https://github.com/lwjohnst86/mason
NeedsCompilation: no
Packaged: 2016-07-15 21:40:30 UTC; luke
Author: Luke Johnston [aut, cre]
Maintainer: Luke Johnston <lwjohnst@gmail.com>
Repository: CRAN
Date/Publication: 2016-07-15 23:46:18
