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 = "huang.tian-yuan@qq.com", 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 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 Config/pak/sysreqs: libicu-dev Repository: https://hope-data-science.r-universe.dev Date/Publication: 2024-09-23 05:05:11 UTC RemoteUrl: https://github.com/hope-data-science/tidyft RemoteRef: HEAD RemoteSha: 6cdfcd20c6cb6fd6f4f4750228d6e480e6a5bf60 NeedsCompilation: no Packaged: 2026-05-26 10:24:52 UTC; root Author: Tian-Yuan Huang [aut, cre] (ORCID: ) Maintainer: Tian-Yuan Huang