-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.09 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
Package: tidyft
Title: Fast and Memory Efficient Data Operations in Tidy Syntax
Version: 0.9.20
Authors@R:
person(given = "Tian-Yuan",
family = "Huang",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4151-3764"))
Description: Tidy syntax for 'data.table', using modification by reference whenever possible.
This toolkit is designed for big data analysis in high-performance desktop or laptop computers.
The syntax of the package is similar or identical to 'tidyverse'.
It is user friendly, memory efficient and time saving. For more information,
check its ancestor package 'tidyfst'.
URL: https://github.com/hope-data-science/tidyft, https://hope-data-science.github.io/tidyft/
BugReports: https://github.com/hope-data-science/tidyft/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
data.table (>= 1.12.8),
stringr (>= 1.4.0),
fst (>= 0.9.0)
Suggests:
knitr,
rmarkdown,
bench,
dplyr,
dtplyr
VignetteBuilder: knitr