An open API service indexing awesome lists of open source software.

https://github.com/duncantl/CodeAnalysis

Tools for static analysis of R code
https://github.com/duncantl/CodeAnalysis

Last synced: 4 months ago
JSON representation

Tools for static analysis of R code

Awesome Lists containing this project

README

        

# CodeAnalysis

Static and dynamic code analysis can be very helpful for understanding R code.
This package provides some functionality to perform static code analysis.

See also

+ [CodeDepends](https://github.com/duncan/CodeDepends)
+ [rstatic](https://github.com/nick-ulle/rstatic)

+ [CallCounter](https://github.com/duncantl/CallCounter)

+ [RLLVMCompile](https://github.com/duncan/RLLVMCompile)
+ [Rllvm](https://github.com/duncan/Rllvm)

# Install

You can use
```
remotes::install_github("duncantl/CodeAnalysis")
```
or clone the repository and use
```
R CMD INSTALL CodeAnalysis
```