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
- Host: GitHub
- URL: https://github.com/duncantl/CodeAnalysis
- Owner: duncantl
- License: other
- Created: 2014-07-02T23:58:21.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T21:00:50.000Z (8 months ago)
- Last Synced: 2024-08-24T22:19:02.663Z (8 months ago)
- Language: R
- Size: 696 KB
- Stars: 15
- Watchers: 8
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - duncantl/CodeAnalysis - Tools for static analysis of R code (R)
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
```