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) Roxygen: list(markdown = TRUE) VignetteBuilder: knitr Language: en-US Config/pak/sysreqs: libclang-dev Repository: https://etiennebacher.r-universe.dev Date/Publication: 2025-06-24 12:23:20 UTC RemoteUrl: https://github.com/etiennebacher/astgrepr RemoteRef: HEAD RemoteSha: 41d20ade4263c9f26fb5b073308d1150fb943a71 NeedsCompilation: yes Packaged: 2026-06-24 05:14:29 UTC; root Author: Etienne Bacher [aut, cre, cph] Maintainer: Etienne Bacher