Package: infer
Type: Package
Title: Tidy Statistical Inference
Version: 0.1.0
Authors@R: c(
    person("Andrew", "Bray", email = "abray@reed.edu", role = c("aut", "cre")),
    person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
    person("Ben", "Baumer", email = "ben.baumer@gmail.com", role = "aut"),
    person("Mine", "Cetinkaya-Rundel", email = "mine@stat.duke.edu", role = "aut"),
    person("Ted", "Laderas", email = "tedladeras@gmail.com", role = "ctb"),
    person("Nick", "Solomon", email = "nick.solomon@datacamp.com", role = "ctb"))
Description: The objective of this package is to perform inference using an expressive statistical grammar that coheres with the tidy design framework. 
License: CC0
Encoding: UTF-8
LazyData: true
Imports: assertive, dplyr, methods, tibble, rlang, ggplot2, magrittr
Depends: R (>= 2.10)
Suggests: broom, knitr, rmarkdown, nycflights13, stringr, testthat,
        covr
URL: https://github.com/andrewpbray/infer
BugReports: https://github.com/andrewpbray/infer/issues
RoxygenNote: 6.0.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-01-05 21:56:44 UTC; abray
Author: Andrew Bray [aut, cre],
  Chester Ismay [aut],
  Ben Baumer [aut],
  Mine Cetinkaya-Rundel [aut],
  Ted Laderas [ctb],
  Nick Solomon [ctb]
Maintainer: Andrew Bray <abray@reed.edu>
Repository: CRAN
Date/Publication: 2018-01-08 12:49:21 UTC
