Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 1.0.9
Authors@R: c(
    person("Andrew", "Bray", , "abray@reed.edu", role = "aut"),
    person("Chester", "Ismay", , "chester.ismay@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0003-2820-2547")),
    person("Evgeni", "Chasnovski", , "evgeni.chasnovski@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-1617-4019")),
    person("Simon", "Couch", , "simon.couch@posit.co", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-5676-5107")),
    person("Ben", "Baumer", , "ben.baumer@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-3279-0516")),
    person("Mine", "Cetinkaya-Rundel", , "mine@stat.duke.edu", role = "aut",
           comment = c(ORCID = "0000-0001-6452-2420")),
    person("Ted", "Laderas", , "tedladeras@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0002-6207-7068")),
    person("Nick", "Solomon", , "nick.solomon@datacamp.com", role = "ctb"),
    person("Johanna", "Hardin", , "Jo.Hardin@pomona.edu", role = "ctb"),
    person("Albert Y.", "Kim", , "albert.ys.kim@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0001-7824-306X")),
    person("Neal", "Fultz", , "nfultz@gmail.com", role = "ctb"),
    person("Doug", "Friedman", , "doug.nhp@gmail.com", role = "ctb"),
    person("Richie", "Cotton", , "richie@datacamp.com", role = "ctb",
           comment = c(ORCID = "0000-0003-2504-802X")),
    person("Brian", "Fannin", , "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: MIT + file LICENSE
URL: https://github.com/tidymodels/infer, https://infer.tidymodels.org/
BugReports: https://github.com/tidymodels/infer/issues
Depends: R (>= 4.1)
Imports: broom, cli, dplyr (>= 0.7.0), generics, ggplot2 (>= 3.5.2),
        glue (>= 1.3.0), grDevices, lifecycle, magrittr, methods,
        patchwork, purrr, rlang (>= 0.2.0), tibble, tidyr, vctrs (>=
        0.6.5)
Suggests: covr, devtools (>= 1.12.0), fs, knitr, nycflights13, parsnip,
        rmarkdown, stringr, testthat (>= 3.0.0), vdiffr (>= 1.0.0)
VignetteBuilder: knitr
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Config/usethis/last-upkeep: 2025-04-25
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-06-26 17:29:50 UTC; simoncouch
Author: Andrew Bray [aut],
  Chester Ismay [aut] (ORCID: <https://orcid.org/0000-0003-2820-2547>),
  Evgeni Chasnovski [aut] (ORCID:
    <https://orcid.org/0000-0002-1617-4019>),
  Simon Couch [aut, cre] (ORCID: <https://orcid.org/0000-0001-5676-5107>),
  Ben Baumer [aut] (ORCID: <https://orcid.org/0000-0002-3279-0516>),
  Mine Cetinkaya-Rundel [aut] (ORCID:
    <https://orcid.org/0000-0001-6452-2420>),
  Ted Laderas [ctb] (ORCID: <https://orcid.org/0000-0002-6207-7068>),
  Nick Solomon [ctb],
  Johanna Hardin [ctb],
  Albert Y. Kim [ctb] (ORCID: <https://orcid.org/0000-0001-7824-306X>),
  Neal Fultz [ctb],
  Doug Friedman [ctb],
  Richie Cotton [ctb] (ORCID: <https://orcid.org/0000-0003-2504-802X>),
  Brian Fannin [ctb]
Maintainer: Simon Couch <simon.couch@posit.co>
Repository: CRAN
Date/Publication: 2025-06-26 17:50:02 UTC
