Skip to content

Commit

Permalink
Add R dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Neverlord committed Dec 11, 2018
1 parent 5d74f15 commit 3d6d152
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions brocon18/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,5 +264,13 @@ cd evaluation
./visualize.R throughput/imac-18-3-mojave.csv
```

To install dependencies of the script, open the R shell and run:

```shell
install.packages("dplyr")
install.packages("ggplot2")
install.packages("tidyr")
```

[caf]: https://github.com/actor-framework/actor-framework
[brocon18]: https://www.brocon2018.com

0 comments on commit 3d6d152

Please sign in to comment.