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

https://github.com/aviralg/riot-2019-dynamic-tracing

RIOT 2019 - A Dynamic Tracing Framework for R
https://github.com/aviralg/riot-2019-dynamic-tracing

Last synced: over 1 year ago
JSON representation

RIOT 2019 - A Dynamic Tracing Framework for R

Awesome Lists containing this project

README

          

# A Dynamic Tracing Framework for R

Submission for [RIOT-2019](https://riotworkshop.github.io/ "RIOT-2019").

## Build

To generate the `pdf` execute the following command:

```shell
$ make build
```

## Clean

To clean the intermediate build artifacts execute the following command:

```shell
$ make clean
```