forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.35 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
Type: Package
Package: dplyr
Version: 0.7.4.9000
Title: A Grammar of Data Manipulation
Description: A fast, consistent tool for working with data frame like objects,
both in memory and out of memory.
Authors@R: c(
person("Hadley", "Wickham", , "[email protected]", c("aut", "cre")),
person("Romain", "Francois", , "[email protected]", role = "aut"),
person("Lionel", "Henry", role = "aut"),
person("Kirill", "Müller", role = "aut"),
person("RStudio", role = c("cph", "fnd"))
)
URL: http://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr
BugReports: https://github.com/tidyverse/dplyr/issues
Encoding: UTF-8
Depends:
R (>= 3.1.2)
Imports:
assertthat,
bindrcpp (>= 0.2),
glue (>= 1.1.1),
magrittr,
methods,
pkgconfig,
rlang (>= 0.1.6),
R6,
Rcpp (>= 0.12.7),
tibble (>= 1.3.1),
tidyselect (>= 0.2.3),
utils
Suggests:
bit64,
covr,
dbplyr,
dtplyr,
DBI,
ggplot2,
hms,
knitr,
Lahman (>= 3.0-1),
mgcv,
microbenchmark,
nycflights13,
rmarkdown,
RMySQL,
RPostgreSQL,
RSQLite,
testthat,
withr
VignetteBuilder: knitr
LinkingTo: Rcpp (>= 0.12.0),
BH (>= 1.58.0-1),
bindrcpp,
plogr
LazyData: yes
License: MIT + file LICENSE
RoxygenNote: 6.0.1
Roxygen: list(markdown = TRUE, roclets = c("rd", "namespace", "collate"))