-
Notifications
You must be signed in to change notification settings - Fork 57
/
DESCRIPTION
52 lines (52 loc) · 1.34 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
Package: dtplyr
Title: Data Table Back-End for 'dplyr'
Version: 1.2.0
Authors@R:
c(person(given = "Hadley",
family = "Wickham",
role = c("cre", "aut"),
email = "hadley@rstudio.com"),
person(given = "Maximilian",
family = "Girlich",
role = "aut"),
person(given = "Mark",
family = "Fairbanks",
role = "aut"),
person(given = "Ryan",
family = "Dickerson",
role = "aut"),
person(given = "RStudio",
role = "cph"))
Description: Provides a data.table backend for 'dplyr'. The goal
of 'dtplyr' is to allow you to write 'dplyr' code that is
automatically translated to the equivalent, but usually much faster,
data.table code.
License: MIT + file LICENSE
URL: https://dtplyr.tidyverse.org, https://github.com/tidyverse/dtplyr
BugReports: https://github.com/tidyverse/dtplyr/issues
Depends:
R (>= 3.3)
Imports:
crayon,
data.table (>= 1.13.0),
dplyr (>= 1.0.3),
ellipsis,
glue,
lifecycle,
rlang,
tibble,
tidyselect,
vctrs
Suggests:
bench,
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0),
tidyr (>= 1.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: {library(tidyr); list(markdown = TRUE)}
RoxygenNote: 7.1.2
Config/testthat/edition: 3