Package: m61r
Type: Package
Version: 0.1.0
Authors@R: c(person("Jean-Marie","Lepioufle", , "pv71u98h1@gmail.com", c("aut","cre")))
Title: Package About Data Manipulation in Pure Base R
Description: A lightweight, dependency-free data engine for R that provides 
    a grammar for tabular and time-series manipulation. Built entirely on 
    Base R, 'm61r' offers a fluent, chainable API inspired by modern data 
    tools while prioritizing memory efficiency and speed. It includes 
    optimized versions of common data verbs such as filtering, mutation, 
    grouped aggregation, and approximate temporal joins, making it an 
    ideal choice for environments where external dependencies are 
    restricted or where performance in pure R is required.
Depends: R (>= 4.2.0)
License: MIT + file LICENSE
URL: https://github.com/pv71u98h1/m61r/
BugReports: https://github.com/pv71u98h1/m61r/issues/
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.3
VignetteBuilder: knitr
Suggests: knitr, rmarkdown
NeedsCompilation: no
Packaged: 2026-01-12 22:26:49 UTC; jean-marie
Author: Jean-Marie Lepioufle [aut, cre]
Maintainer: Jean-Marie Lepioufle <pv71u98h1@gmail.com>
Repository: CRAN
Date/Publication: 2026-01-13 00:50:28 UTC
Built: R 4.4.3; ; 2026-01-31 03:30:00 UTC; windows
