Source: r-cran-data.table Standards-Version: 4.7.4 Maintainer: Debian R Packages Maintainers Uploaders: Andreas Tille , Section: gnu-r Testsuite: autopkgtest-pkg-r Build-Depends: debhelper-compat (= 13), dh-r, r-base-dev, pkgconf, Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-data.table Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-data.table.git Homepage: https://cran.r-project.org/package=data.table Package: r-cran-data.table Architecture: any Depends: ${R:Depends}, ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 4.6.0), Recommends: ${R:Recommends}, Suggests: ${R:Suggests}, Description: Extension of `data.frame` Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, friendly and fast character-separated-value read/write. Offers a natural and flexible syntax, for faster development.