forked from tidyverse/dplyr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
114 lines (114 loc) · 2.14 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
Package: dplyr
Type: Package
Version: 0.4.1.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", , "hadley@rstudio.com", c("aut", "cre")),
person("Romain", "Francois", , "romain@r-enthusiasts.com", role = "aut"),
person("RStudio", role = "cph")
)
URL: https://github.com/hadley/dplyr
BugReports: https://github.com/hadley/dplyr/issues
Depends:
R (>= 3.1.2)
Imports:
assertthat,
utils,
R6,
Rcpp,
magrittr,
lazyeval (>= 0.1.10),
DBI (>= 0.3)
Suggests:
RSQLite (>= 1.0.0),
RMySQL,
RPostgreSQL,
data.table,
testthat,
knitr,
microbenchmark,
ggplot2,
mgcv,
Lahman (>= 3.0-1),
nycflights13,
methods
VignetteBuilder: knitr
LazyData: yes
LinkingTo: Rcpp (>= 0.11.5),
BH (>= 1.51.0-2)
License: MIT + file LICENSE
Collate:
'RcppExports.R'
'all-equal.r'
'bench-compare.r'
'chain.r'
'cluster.R'
'colwise.R'
'compute-collect.r'
'copy-to.r'
'data-lahman.r'
'data-nasa.r'
'data-nycflights13.r'
'data-temp.r'
'data.r'
'dataframe.R'
'dbi-s3.r'
'desc.r'
'distinct.R'
'do.r'
'dplyr.r'
'explain.r'
'failwith.r'
'funs.R'
'glimpse.R'
'group-by.r'
'group-indices.R'
'group-size.r'
'grouped-df.r'
'grouped-dt.r'
'id.r'
'inline.r'
'join.r'
'lead-lag.R'
'location.R'
'manip.r'
'nth-value.R'
'order-by.R'
'over.R'
'partial-eval.r'
'progress.R'
'query.r'
'rank.R'
'rbind.r'
'rowwise.r'
'sample.R'
'select-utils.R'
'select-vars.R'
'sets.r'
'sql-escape.r'
'sql-star.r'
'src-local.r'
'src-mysql.r'
'src-postgres.r'
'src-sql.r'
'src-sqlite.r'
'src.r'
'tally.R'
'tbl-cube.r'
'tbl-df.r'
'tbl-dt.r'
'tbl-sql.r'
'tbl.r'
'top-n.R'
'translate-sql-helpers.r'
'translate-sql-base.r'
'translate-sql-window.r'
'translate-sql.r'
'type-sum.r'
'utils-dt.R'
'utils-format.r'
'utils.r'
'view.r'
'zzz.r'