Package: tidyft
Title: Fast and Memory Efficient Data Operations in Tidy Syntax
Version: 0.5.7
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
RoxygenNote: 7.2.1
Imports: data.table (>= 1.12.8), stringr (>= 1.4.0), fst (>= 0.9.0)
Suggests: knitr, rmarkdown, profvis, dplyr, dtplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2023-01-06 14:16:51 UTC; DELL
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: 2023-01-08 14:40:01 UTC
Built: R 4.2.0; ; 2023-01-11 03:24:29 UTC; unix
