Package: astgrepr
Type: Package
Title: Parse and Manipulate R Code
Version: 0.1.1
Authors@R: 
    person(given = "Etienne",
           family = "Bacher",
           role = c("aut", "cre", "cph"),
           email = "etienne.bacher@protonmail.com")
Description: Parsing R code is key to build tools such as linters and stylers.
    This package provides a binding to the 'Rust' crate 'ast-grep' so that one
    can parse and explore R code.
License: MIT + file LICENSE
Encoding: UTF-8
Config/rextendr/version: 0.4.0.9000
RoxygenNote: 7.3.2
Depends: R (>= 4.2)
Imports: checkmate, rrapply, stats, yaml
Suggests: knitr, rmarkdown, rstudioapi, spelling, tinytest
URL: https://github.com/etiennebacher/astgrepr,
        https://astgrepr.etiennebacher.com/
BugReports: https://github.com/etiennebacher/astgrepr/issues
SystemRequirements: Cargo (Rust's package manager), rustc (>= 1.78.0)
VignetteBuilder: knitr
Language: en-US
NeedsCompilation: yes
Packaged: 2025-06-07 14:01:36 UTC; etienne
Author: Etienne Bacher [aut, cre, cph]
Maintainer: Etienne Bacher <etienne.bacher@protonmail.com>
Repository: CRAN
Date/Publication: 2025-06-07 23:30:13 UTC
Built: R 4.5.1; x86_64-w64-mingw32; 2025-10-06 01:00:17 UTC; windows
Archs: x64
