forked from richierocks/infer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·47 lines (47 loc) · 1.74 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
Package: infer
Type: Package
Title: Tidy Statistical Inference
Version: 0.4.0
Authors@R: c(
person("Andrew", "Bray", email = "abray@reed.edu", role = c("aut", "cre")),
person("Chester", "Ismay", email = "chester.ismay@gmail.com", role = "aut"),
person("Ben", "Baumer", email = "ben.baumer@gmail.com", role = "aut"),
person("Mine", "Cetinkaya-Rundel", email = "mine@stat.duke.edu", role = "aut"),
person("Evgeni", "Chasnovski", email = "evgeni.chasnovski@gmail.com", role = "ctb"),
person("Ted", "Laderas", email = "tedladeras@gmail.com", role = "ctb"),
person("Nick", "Solomon", email = "nick.solomon@datacamp.com", role = "ctb"),
person("Johanna", "Hardin", email = "Jo.Hardin@pomona.edu", role = "ctb"),
person("Albert Y.", "Kim", email = "albert.ys.kim@gmail.com", role = "ctb"),
person("Neal", "Fultz", email = "nfultz@gmail.com", role = "ctb"),
person("Doug", "Friedman", email = "doug.nhp@gmail.com", role = "ctb"),
person("Richie", "Cotton", email = "richie@datacamp.com", role = "ctb"),
person("Brian", "Fannin", email = "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: CC0
Encoding: UTF-8
LazyData: true
Imports:
dplyr (>= 0.7.0),
methods,
tibble,
rlang (>= 0.2.0),
ggplot2,
magrittr,
glue (>= 1.3.0),
grDevices
Depends:
R (>= 3.1.2)
Suggests:
broom,
devtools (>= 1.12.0),
knitr,
rmarkdown,
nycflights13,
stringr,
testthat,
covr
URL: https://github.com/tidymodels/infer
BugReports: https://github.com/tidymodels/infer/issues
Roxygen: list(markdown = TRUE)
RoxygenNote: 6.1.1
VignetteBuilder: knitr