Type: Package Package: infer Title: Tidy Statistical Inference Version: 1.1.0.9000 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), withr 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 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Config/pak/sysreqs: libicu-dev Repository: https://tidymodels.r-universe.dev Date/Publication: 2026-04-13 14:46:11 UTC RemoteUrl: https://github.com/tidymodels/infer RemoteRef: HEAD RemoteSha: 0b9c910e658a5d4ed9f6b13e4978b9c23a225cad NeedsCompilation: no Packaged: 2026-06-13 07:17:21 UTC; root Author: Andrew Bray [aut], Chester Ismay [aut] (ORCID: ), Evgeni Chasnovski [aut] (ORCID: ), Simon Couch [aut, cre] (ORCID: ), Ben Baumer [aut] (ORCID: ), Mine Cetinkaya-Rundel [aut] (ORCID: ), Ted Laderas [ctb] (ORCID: ), Nick Solomon [ctb], Johanna Hardin [ctb], Albert Y. Kim [ctb] (ORCID: ), Neal Fultz [ctb], Doug Friedman [ctb], Richie Cotton [ctb] (ORCID: ), Brian Fannin [ctb] Maintainer: Simon Couch