forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
79 lines (79 loc) · 1.81 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
Type: Package
Package: dplyr
Title: A Grammar of Data Manipulation
Version: 1.0.7.9000
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4757-117X")),
person(given = "Romain",
family = "François",
role = "aut",
comment = c(ORCID = "0000-0002-2444-4226")),
person(given = "Lionel",
family = "Henry",
role = "aut"),
person(given = "Kirill",
family = "Müller",
role = "aut",
comment = c(ORCID = "0000-0002-1416-3412")),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: A fast, consistent tool for working with data frame
like objects, both in memory and out of memory.
License: MIT + file LICENSE
URL: https://dplyr.tidyverse.org,
https://github.com/tidyverse/dplyr
BugReports: https://github.com/tidyverse/dplyr/issues
Depends:
R (>= 3.4.0)
Imports:
generics,
glue (>= 1.3.2),
lifecycle (>= 1.0.1),
magrittr (>= 1.5),
methods,
R6,
rlang (>= 0.99.0.9003),
tibble (>= 2.1.3),
tidyselect (>= 1.1.1),
utils,
vctrs (>= 0.3.5),
pillar (>= 1.5.1)
Suggests:
bench,
broom,
callr,
covr,
DBI,
dbplyr (>= 1.4.3),
ggplot2,
knitr,
Lahman,
lobstr,
microbenchmark,
nycflights13,
purrr,
rmarkdown,
RMySQL,
RPostgreSQL,
RSQLite,
testthat (>= 3.1.1),
tidyr,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Config/testthat/edition: 3
Config/Needs/website:
tidyverse,
shiny,
r-lib/pkgdown,
tidyverse/tidytemplate
Remotes:
r-lib/rlang