-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
47 lines (47 loc) · 1.29 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
Package: tidyfast
Title: Fast Tidying of Data
Version: 0.4.0
Authors@R:
c(person(given = "Tyson",
family = "Barrett",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-2137-1391")),
person(given = "Mark",
family = "Fairbanks",
role = "ctb"),
person(given = "Ivan",
family = "Leung",
role = "ctb"),
person(given = "Indrajeet",
family = "Patil",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0003-1995-6531", Twitter = "@patilindrajeets")))
Description: Tidying functions built on 'data.table'
to provide quick and efficient data manipulation with
minimal overhead.
Depends:
R (>= 3.1)
Imports:
data.table (>= 1.13.4),
cpp11
Suggests:
covr,
dplyr,
magrittr,
remotes,
spelling,
testthat (>= 3.0.0),
tidyr,
knitr
LinkingTo:
cpp11 (>= 0.2.6)
Encoding: UTF-8
Language: en-US
License: GPL-3
RoxygenNote: 7.3.0
URL: https://tysonbarrett.com/tidyfast/, https://github.com/TysonStanley/tidyfast
BugReports: https://github.com/TysonStanley/tidyfast/issues
Config/testthat/edition: 3
Config/testthat/parallel: true