-
Notifications
You must be signed in to change notification settings - Fork 65
/
DESCRIPTION
34 lines (34 loc) · 914 Bytes
/
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
Package: modelr
Title: Modelling Functions that Work with the Pipe
Version: 0.1.11.9000
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", role = c("aut", "cre")),
person("Posit Software, PBC", role = c("cph", "fnd"))
)
Description: Functions for modelling that help you seamlessly integrate
modelling into a pipeline of data manipulation and visualisation.
License: GPL-3
URL: https://modelr.tidyverse.org, https://github.com/tidyverse/modelr
BugReports: https://github.com/tidyverse/modelr/issues
Depends:
R (>= 3.6)
Imports:
broom,
magrittr,
purrr (>= 0.2.2),
rlang (>= 1.0.6),
tibble,
tidyr (>= 0.8.0),
tidyselect,
vctrs
Suggests:
compiler,
covr,
ggplot2,
testthat (>= 3.0.0)
Config/Needs/website: tidyverse/tidytemplate
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3