Package: infer
Type: Package
Title: Tidy Statistical Inference
Version: 0.5.3
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("Evgeni", "Chasnovski", email = "evgeni.chasnovski@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("Simon", "Couch", email = "simonpatrickcouch@gmail.com", role = "ctb"),
    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 Y.", "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"),
    person("Brian", "Fannin", email = "captain@pirategrunt.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: dplyr (>= 0.7.0), methods, tibble, rlang (>= 0.2.0), ggplot2,
        magrittr, glue (>= 1.3.0), grDevices, purrr
Depends: R (>= 3.5.0)
Suggests: broom, devtools (>= 1.12.0), knitr, tidyr, rmarkdown,
        nycflights13, stringr, testthat, covr, vdiffr, fs
URL: https://github.com/tidymodels/infer, https://infer.netlify.com/
BugReports: https://github.com/tidymodels/infer/issues
RoxygenNote: 7.1.1
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-07-07 16:43:23 UTC; simonpcouch
Author: Andrew Bray [aut, cre],
  Chester Ismay [aut],
  Evgeni Chasnovski [aut],
  Ben Baumer [aut],
  Mine Cetinkaya-Rundel [aut],
  Simon Couch [ctb],
  Ted Laderas [ctb],
  Nick Solomon [ctb],
  Johanna Hardin [ctb],
  Albert Y. Kim [ctb],
  Neal Fultz [ctb],
  Doug Friedman [ctb],
  Richie Cotton [ctb],
  Brian Fannin [ctb]
Maintainer: Andrew Bray <abray@reed.edu>
Repository: CRAN
Date/Publication: 2020-07-14 14:00:03 UTC
Built: R 3.6.3; ; 2020-08-05 06:41:07 UTC; windows
