-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
24 lines (24 loc) · 985 Bytes
/
DESCRIPTION
File metadata and controls
24 lines (24 loc) · 985 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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