https://github.com/aviralg/instrumentr
Lightweight Tracer for R
https://github.com/aviralg/instrumentr
r tracing
Last synced: 3 months ago
JSON representation
Lightweight Tracer for R
- Host: GitHub
- URL: https://github.com/aviralg/instrumentr
- Owner: aviralg
- License: apache-2.0
- Created: 2020-05-20T01:59:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T17:50:34.000Z (about 6 years ago)
- Last Synced: 2025-07-07T12:05:39.544Z (about 1 year ago)
- Topics: r, tracing
- Language: C++
- Size: 431 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instrumentr
[](https://opensource.org/licenses/Apache-2.0)
[](https://travis-ci.com/PRL-PRG/instrumentr)
*instrumentr* is a lightweight framework for dynamic analysis of R.
# Administration
To install:
```sh
$ R CMD INSTALL instrumentr
```
To uninstall:
```sh
$ R -e "remove.packages('instrumentr')"
```