forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
58 lines (58 loc) · 1.27 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
Type: Package
Package: dplyr
Version: 0.5.0.9002
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("RStudio", role = c("cph", "fnd"))
)
URL: http://dplyr.tidyverse.org, https://github.com/tidyverse/dplyr
BugReports: https://github.com/hadley/tidyverse/issues
Depends:
R (>= 3.1.2)
Imports:
assertthat,
bindrcpp,
glue,
magrittr,
methods,
pkgconfig,
rlang (>= 0.0.0.9016),
R6,
Rcpp (>= 0.12.6),
tibble (>= 1.2),
utils
Suggests:
covr,
dbplyr,
DBI,
RMySQL,
RPostgreSQL,
RSQLite,
testthat,
knitr,
microbenchmark,
ggplot2,
mgcv,
Lahman (>= 3.0-1),
nycflights13,
rmarkdown,
dtplyr,
bit64,
hms
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"))
Remotes:
hadley/rlang@5f4e960,
hadley/dbplyr,
tidyverse/glue