-
Notifications
You must be signed in to change notification settings - Fork 80
/
Copy pathDESCRIPTION
executable file
·108 lines (108 loc) · 3.18 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
Type: Package
Package: infer
Title: Tidy Statistical Inference
Version: 1.0.1
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 = "Simon",
family = "Couch",
role = "aut",
email = "scouch2@jhu.edu",
comment = c(ORCID = "0000-0001-5676-5107")),
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 = "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: 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:
dplyr (>= 0.7.0),
ggplot2,
glue (>= 1.3.0),
grDevices,
magrittr,
methods,
purrr,
rlang (>= 0.2.0),
tibble,
broom,
tidyr,
generics,
patchwork
Suggests:
covr,
devtools (>= 1.12.0),
fs,
knitr,
nycflights13,
rmarkdown,
stringr,
testthat,
vdiffr (>= 1.0.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1