Package: basetable
Title: Fast and Memory-Efficient Base R Table Manipulation
Version: 1.3.2
Authors@R: 
    person("Imad", "El Badisy", email = "elbadisyimad@gmail.com", role = c("aut", "cre"))
Description: A tabular data manipulation, exploration and validation toolkit
    with a base R-style interface (subset, transform, aggregate, merge, split)
    and no external computation dependency. Grouping, joins, ordering,
    filtering, reshaping and delimited-file reading run in a bundled 'C++'
    engine that uses multiple threads for the heavier operations. Grouped
    reducers accumulate in compiled code without materialising intermediate
    columns, so grouped aggregation and counting allocate close to nothing.
    Results are returned as an ordinary data frame with a light 'basetable'
    class.
License: MIT + file LICENSE
URL: https://github.com/ielbadisy/basetable
BugReports: https://github.com/ielbadisy/basetable/issues
Encoding: UTF-8
RoxygenNote: 7.3.3
Depends: R (>= 4.2.0)
Imports: parallel, stats, utils
Suggests: bench, data.table, dplyr, ggplot2, knitr, rmarkdown, scales,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
SystemRequirements: C++17
NeedsCompilation: yes
Packaged: 2026-09-01 22:12:12 UTC; imad-el-badisy
Author: Imad El Badisy [aut, cre]
Maintainer: Imad El Badisy <elbadisyimad@gmail.com>
Repository: CRAN
Date/Publication: 2026-09-12 12:20:02 UTC
