https://github.com/aviralg/rastr
R AST Analyzer
https://github.com/aviralg/rastr
ast grammar parser r syntax
Last synced: about 1 month ago
JSON representation
R AST Analyzer
- Host: GitHub
- URL: https://github.com/aviralg/rastr
- Owner: aviralg
- License: mit
- Created: 2021-11-12T23:21:42.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-04T22:38:47.000Z (about 3 years ago)
- Last Synced: 2025-01-28T03:28:57.681Z (over 1 year ago)
- Topics: ast, grammar, parser, r, syntax
- Language: C
- Homepage: http://aviral.io/rastr/
- Size: 3.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
rastr is a library for manipulating R code.
## Installation
rastr is under active development. You have to install it directly from GitHub.
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("aviralg/rastr")
```
## Issues and Feature Requests
If you encounter an issue or have a feature request please open an issue on [GitHub](https://github.com/aviralg/rastr/issues).
