Package: infer
Type: Package
Title: Tidy Statistical Inference
Version: 0.3.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"),
    person("Johanna", "Hardin", email = "Jo.Hardin@pomona.edu", role = "ctb"),
    person("Albert", "Kim", email = "albert.ys.kim@gmail.com", role = "ctb"),
    person("Neal", "Fultz", email = "nfultz@gmail.com", role = "ctb"),
    person("Doug", "Friedman", email = "doug.nhp@gmail.com", role = "ctb"),
    person("Richie", "Cotton", email = "richie@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 (>= 0.7.0), methods, tibble, rlang (>=
        0.2.0), ggplot2, magrittr
Depends: R (>= 3.1.2)
Suggests: broom, devtools (>= 1.12.0), 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-07-11 00:20:36 UTC; chester
Author: Andrew Bray [aut, cre],
  Chester Ismay [aut],
  Ben Baumer [aut],
  Mine Cetinkaya-Rundel [aut],
  Ted Laderas [ctb],
  Nick Solomon [ctb],
  Johanna Hardin [ctb],
  Albert Kim [ctb],
  Neal Fultz [ctb],
  Doug Friedman [ctb],
  Richie Cotton [ctb]
Maintainer: Andrew Bray <abray@reed.edu>
Repository: CRAN
Date/Publication: 2018-07-11 05:00:03 UTC
