forked from markfairbanks/tidytable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.04 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
Package: tidytable
Title: Tidy Interface to 'data.table'
Version: 0.9.0.9
Authors@R: c(
person("Mark", "Fairbanks", role = c("aut", "cre"), email = "[email protected]"),
person("Abdessabour", "Moutik", role = "ctb"),
person("Matt", "Carlson", role = "ctb"),
person("Ivan", "Leung", role = "ctb"),
person("Ross", "Kennedy", role = "ctb"),
person("Robert", "On", role = "ctb"),
person("Alexander", "Sevostianov", role = "ctb")
)
Description: A tidy interface to 'data.table',
giving users the speed of 'data.table' while using tidyverse-like syntax.
License: MIT + file LICENSE
Encoding: UTF-8
Imports:
data.table (>= 1.14.0),
glue (>= 1.4.0),
magrittr (>= 2.0.3),
pillar (>= 1.8.0),
rlang (>= 1.0.5),
tidyselect (>= 1.1.0),
vctrs (>= 0.4.1)
RoxygenNote: 7.2.1
Roxygen: list(markdown = TRUE)
Config/testthat/edition: 3
URL: https://github.com/markfairbanks/tidytable
BugReports: https://github.com/markfairbanks/tidytable/issues
Suggests:
testthat (>= 2.1.0),
bit64,
knitr,
rmarkdown,
crayon