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
- Host: GitHub
- URL: https://github.com/aviralg/riot-2019-dynamic-tracing
- Owner: aviralg
- Created: 2019-05-26T16:48:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T17:39:01.000Z (about 7 years ago)
- Last Synced: 2025-01-28T03:28:58.620Z (over 1 year ago)
- Language: TeX
- Size: 43.9 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```