<?xml version="1.0" encoding="UTF-8"?>
<oai_dc:dc xmlns:oai_dc="http://www.openarchives.org/OAI/2.0/oai_dc/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openarchives.org/OAI/2.0/oai_dc/ http://www.openarchives.org/OAI/2.0/oai_dc.xsd">
  <dc:title>Fast and Memory-Efficient Base R Table Manipulation</dc:title>
  <dc:title>R package basetable version 1.4.2</dc:title>
  <dc: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.</dc:description>
  <dc:type>Software</dc:type>
  <dc:relation>Depends: R (&gt;= 4.2.0)</dc:relation>
  <dc:relation>Imports: parallel, stats, utils</dc:relation>
  <dc:relation>Suggests: bench, data.table, dplyr, ggplot2, knitr, rmarkdown, scales,
testthat (&gt;= 3.0.0)</dc:relation>
  <dc:creator>Imad El Badisy &lt;elbadisyimad@gmail.com&gt;</dc:creator>
  <dc:publisher>Comprehensive R Archive Network (CRAN)</dc:publisher>
  <dc:contributor>Imad El Badisy [aut, cre]</dc:contributor>
  <dc:rights>MIT + file LICENSE (https://CRAN.R-project.org/package=basetable/LICENSE)</dc:rights>
  <dc:date>2026-09-18</dc:date>
  <dc:format>application/tgz</dc:format>
  <dc:identifier>https://CRAN.R-project.org/package=basetable</dc:identifier>
  <dc:identifier>doi:10.32614/CRAN.package.basetable</dc:identifier>
</oai_dc:dc>
