Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgabry/toronto
https://github.com/jgabry/toronto
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgabry/toronto
- Owner: jgabry
- Created: 2016-11-11T17:59:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-11T20:18:05.000Z (about 8 years ago)
- Last Synced: 2024-10-14T10:50:47.298Z (3 months ago)
- Language: R
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# installation instructions
```r
if (!require("devtools"))
install.packages("devtools")library("devtools")
install_github("hadley/ggplot2")
install_github("stan-dev/bayesplot", dependencies = TRUE, build_vignettes = TRUE)
```