Package: saber
Type: Package
Title: Code Analysis and Project Context for R
Version: 0.3.0
Authors@R: person("Troy", "Hernandez", role = c("aut", "cre"),
    email = "troy@cornball.ai",
    comment = c(ORCID = "0009-0005-4248-604X"))
Description: Parses R source files into Abstract Syntax Tree (AST) symbol indices, traces function
    callers across projects, discovers project dependency graphs, generates
    project briefings, and provides package introspection tools. Designed
    for AI coding agents that need structured code understanding.
License: Apache License (>= 2)
URL: https://github.com/cornball-ai/saber
BugReports: https://github.com/cornball-ai/saber/issues
Suggests: tinytest
Encoding: UTF-8
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2026-04-04 15:58:27 UTC; troy
Author: Troy Hernandez [aut, cre] (ORCID:
    <https://orcid.org/0009-0005-4248-604X>)
Maintainer: Troy Hernandez <troy@cornball.ai>
Repository: CRAN
Date/Publication: 2026-04-05 07:00:02 UTC
