Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batpigandme/gov1005
Some R packages, tools, and resources for the 2019 students of GOV 1005.
https://github.com/batpigandme/gov1005
Last synced: 7 days ago
JSON representation
Some R packages, tools, and resources for the 2019 students of GOV 1005.
- Host: GitHub
- URL: https://github.com/batpigandme/gov1005
- Owner: batpigandme
- Created: 2019-04-11T10:27:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-19T14:28:08.000Z (over 5 years ago)
- Last Synced: 2024-11-09T21:43:30.956Z (2 months ago)
- Language: HTML
- Homepage: https://rstd.io/gov1005
- Size: 14.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
README
---
title: "GOV 1005"
output: github_document
---```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```img {
max-width: 600px;
}
p.caption {
display: none;
}## `r emo::ji("warning")`
Much prettier version of this page [here](https://connect.rstudioservices.com/content/282/gov1005.html).
## Personal faves `r emo::ji("heart")`
### [reprex](https://reprex.tidyverse.org/)
![reprex](https://i.imgur.com/kqhw14i.gif)### [skimr](https://github.com/ropensci/skimr)
A reprex with skimr!
![reprex with skimr](https://i.imgur.com/eoxxnE3.gif)
### [distill](https://github.com/rstudio/distill)
A [distill page](https://inspiring-babbage-762512.netlify.com/storytelling) with a bunch of gt tables (and other ggplot2 extension faves).
![distill gt hrbrthemes](https://i.imgur.com/ST3kg8e.png)### [gt](https://github.com/rstudio/gt)
![gt of NBA top offensive box plus-minus](https://i.imgur.com/2VkYy8v.png)## Shiny resources `r emo::ji("sparkle")`
* [__Shiny contest submissions__](https://community.rstudio.com/tags/shiny-contest)
* [__Winners of the first shiny contest__](https://blog.rstudio.com/2019/04/05/first-shiny-contest-winners/)
* [__awesome-rshiny__](https://github.com/grabear/awesome-rshiny)
* [__awesome-shiny-extensions__](https://github.com/nanxstats/awesome-shiny-extensions)
* [__rintrojs__](https://carlganz.github.io/rintrojs/)## ggplot2 and beyond... `r emo::ji("graph")`
* [__hrbrthemes__](https://github.com/hrbrmstr/hrbrthemes)
* [__gganimate__](https://gganimate.com/)
* [__learngganimate__](https://github.com/ropenscilabs/learngganimate)
* [__gghighlight__](https://github.com/yutannihilation/gghighlight)
* [__ggrepel__](https://github.com/slowkow/ggrepel)
* [__ggforce__](https://github.com/thomasp85/ggforce)
* [__ggthemes__](https://yutannihilation.github.io/allYourFigureAreBelongToUs/ggthemes/)
* [__highcharter__](https://github.com/jbkunst/highcharter)
## Add-ins `r emo::ji("mouse")`
### [gglabeller](https://github.com/AliciaSchep/gglabeller)
![gglabeller](https://i.imgur.com/UNlD4Gh.gif)### [esquisse](https://github.com/dreamRs/esquisse)
![esquisse](https://i.imgur.com/67ltRlm.gif)### [regexplain](https://github.com/gadenbuie/regexplain)
![regexplain](https://i.imgur.com/IUQq3XA.gif)### [datapasta](https://github.com/MilesMcBain/datapasta)
![datapasta](https://i.imgur.com/0IWYtqT.gif)## Slide-related `r emo::ji("projector")`
### [xaringnan](https://github.com/yihui/xaringan) (with [infinite moon reader](https://yihui.name/en/2019/02/ultimate-inf-mr/))
![xaringan with inifinite moon reader](https://i.imgur.com/7XXnzd4.gif)### [xaringanthemer](https://www.garrickadenbuie.com/project/xaringanthemer/)
![xaringanthemer](https://i.imgur.com/XGnUkB7.gif)### [xaringan ninja-theme](https://github.com/emitanaka/ninja-theme)
![xaringan ninja theme](https://i.imgur.com/N0qto2D.gif)### [reprex venue RTF](https://reprex.tidyverse.org/articles/articles/rtf.html)
![reprex venue RTF](https://i.imgur.com/jXZJHUP.gif)## Tada `r emo::ji("tada")`
There's lots more cool stuff, so feel free to hit me up on twitter ([`@dataandme`](https://twitter.com/dataandme)), or swing by [community.rstudio.com](https://community.rstudio.com/) with any questions you might have.