Skip to contents

R port of morie.stat_commands. Maintains a flat registry of R-callable statistical command entries plus aliases, allowing downstream tooling (the Go TIDE bridge, headless workers, REPL frontends) to enumerate, resolve, and dispatch operations from a single namespace.

Details

Entries are stored in the package-level environment .morie_stat_commands so that the registry is shared across sessions within a single R process and can be appended by extension packages.

Functions