Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 0.5.4
Authors@R: 
    c(person(given = "Andrew",
             family = "Bray",
             role = c("aut", "cre"),
             email = "abray@reed.edu"),
      person(given = "Chester",
             family = "Ismay",
             role = "aut",
             email = "chester.ismay@gmail.com",
             comment = c(ORCID = "0000-0003-2820-2547")),
      person(given = "Evgeni",
             family = "Chasnovski",
             role = "aut",
             email = "evgeni.chasnovski@gmail.com",
             comment = c(ORCID = "0000-0002-1617-4019")),
      person(given = "Ben",
             family = "Baumer",
             role = "aut",
             email = "ben.baumer@gmail.com",
             comment = c(ORCID = "0000-0002-3279-0516")),
      person(given = "Mine",
             family = "Cetinkaya-Rundel",
             role = "aut",
             email = "mine@stat.duke.edu",
             comment = c(ORCID = "0000-0001-6452-2420")),
      person(given = "Simon",
             family = "Couch",
             role = "ctb",
             email = "simonpatrickcouch@gmail.com"),
      person(given = "Ted",
             family = "Laderas",
             role = "ctb",
             email = "tedladeras@gmail.com",
             comment = c(ORCID = "0000-0002-6207-7068")),
      person(given = "Nick",
             family = "Solomon",
             role = "ctb",
             email = "nick.solomon@datacamp.com"),
      person(given = "Johanna",
             family = "Hardin",
             role = "ctb",
             email = "Jo.Hardin@pomona.edu"),
      person(given = "Albert Y.",
             family = "Kim",
             role = "ctb",
             email = "albert.ys.kim@gmail.com",
             comment = c(ORCID = "0000-0001-7824-306X")),
      person(given = "Neal",
             family = "Fultz",
             role = "ctb",
             email = "nfultz@gmail.com"),
      person(given = "Doug",
             family = "Friedman",
             role = "ctb",
             email = "doug.nhp@gmail.com"),
      person(given = "Richie",
             family = "Cotton",
             role = "ctb",
             email = "richie@datacamp.com",
             comment = c(ORCID = "0000-0003-2504-802X")),
      person(given = "Brian",
             family = "Fannin",
             role = "ctb",
             email = "captain@pirategrunt.com"))
Description: The objective of this package is to perform
    inference using an expressive statistical grammar that coheres with
    the tidy design framework.
License: CC0
URL: https://github.com/tidymodels/infer, https://infer.tidymodels.org/
BugReports: https://github.com/tidymodels/infer/issues
Depends: R (>= 3.5.0)
Imports: dplyr (>= 0.7.0), ggplot2, glue (>= 1.3.0), grDevices,
        magrittr, methods, purrr, rlang (>= 0.2.0), tibble
Suggests: broom, covr, devtools (>= 1.12.0), fs, knitr, nycflights13,
        rmarkdown, stringr, testthat, tidyr, vdiffr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
NeedsCompilation: no
Packaged: 2021-01-06 21:45:29 UTC; simonpcouch
Author: Andrew Bray [aut, cre],
  Chester Ismay [aut] (<https://orcid.org/0000-0003-2820-2547>),
  Evgeni Chasnovski [aut] (<https://orcid.org/0000-0002-1617-4019>),
  Ben Baumer [aut] (<https://orcid.org/0000-0002-3279-0516>),
  Mine Cetinkaya-Rundel [aut] (<https://orcid.org/0000-0001-6452-2420>),
  Simon Couch [ctb],
  Ted Laderas [ctb] (<https://orcid.org/0000-0002-6207-7068>),
  Nick Solomon [ctb],
  Johanna Hardin [ctb],
  Albert Y. Kim [ctb] (<https://orcid.org/0000-0001-7824-306X>),
  Neal Fultz [ctb],
  Doug Friedman [ctb],
  Richie Cotton [ctb] (<https://orcid.org/0000-0003-2504-802X>),
  Brian Fannin [ctb]
Maintainer: Andrew Bray <abray@reed.edu>
Repository: CRAN
Date/Publication: 2021-01-13 16:50:12 UTC
