-
Notifications
You must be signed in to change notification settings - Fork 80
/
DESCRIPTION
executable file
·72 lines (72 loc) · 2.44 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 1.0.7.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 (>= 3.5.0)
Imports:
broom,
cli,
dplyr (>= 0.7.0),
generics,
ggplot2,
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
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Config/testthat/edition: 3