-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.21 KB
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.21 KB
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
Package: tidyfst
Title: Tidy Verbs for Fast Data Manipulation
Version: 1.8.4
Depends: R (>= 4.1.0)
Authors@R:
person(given = "Tian-Yuan",
family = "Huang",
role = c("aut", "cre"),
email = "huang.tian-yuan@qq.com",
comment = c(ORCID = "0000-0002-4151-3764"))
Description: A toolkit of tidy data manipulation verbs with 'data.table' as the backend.
Combining the merits of syntax elegance from 'dplyr' and computing performance from 'data.table',
'tidyfst' intends to provide users with state-of-the-art data manipulation tools with least pain.
This package is an extension of 'data.table'. While enjoying a tidy syntax,
it also wraps combinations of efficient functions to facilitate frequently-used data operations.
URL: https://github.com/hope-data-science/tidyfst, https://hope-data-science.github.io/tidyfst/
BugReports: https://github.com/hope-data-science/tidyfst/issues
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.3.3
Imports:
data.table (>= 1.15.0),
fst (>= 0.9.0),
stringr (>= 1.5.0),
pak
Suggests:
knitr,
rmarkdown,
nycflights13,
tidyr,
ggplot2,
dplyr,
bench,
testthat,
tidytext
VignetteBuilder: knitr