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

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

Awesome Lists containing this project

README

          

# instrumentr

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Build Status](https://travis-ci.com/PRL-PRG/instrumentr.svg?branch=master)](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')"
```