Package: tidyft
Title: Tidy Verbs for Fast Data Operations by Reference
Version: 0.4.5
Authors@R: 
    person(given = "Tian-Yuan",
           family = "Huang",
           role = c("aut", "cre"),
           email = "huang.tian-yuan@qq.com",
           comment = c(ORCID = "0000-0002-3591-4203"))
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.1.0
Imports: data.table (>= 1.12.8), stringr (>= 1.4.0), fst (>= 0.9.0)
Suggests: knitr, rmarkdown, profvis, dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-04-09 10:30:27 UTC; Hope
Author: Tian-Yuan Huang [aut, cre] (<https://orcid.org/0000-0002-3591-4203>)
Maintainer: Tian-Yuan Huang <huang.tian-yuan@qq.com>
Repository: CRAN
Date/Publication: 2020-04-10 10:20:02 UTC
Built: R 3.6.3; ; 2021-05-12 17:53:52 UTC; windows
