https://github.com/mitchelloharawild/tidyverse-dev-day
Shiny app for tracking tidyverse developer day issues
https://github.com/mitchelloharawild/tidyverse-dev-day
Last synced: 4 months ago
JSON representation
Shiny app for tracking tidyverse developer day issues
- Host: GitHub
- URL: https://github.com/mitchelloharawild/tidyverse-dev-day
- Owner: mitchelloharawild
- Archived: true
- Created: 2019-07-01T23:22:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-08T12:48:10.000Z (almost 6 years ago)
- Last Synced: 2024-08-13T07:14:14.912Z (8 months ago)
- Language: R
- Size: 59.6 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - mitchelloharawild/tidyverse-dev-day - Shiny app for tracking tidyverse developer day issues (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
```
# tidyverse dev day tracker---
Inspired by [@gadenbuie](https://github.com/gadenbuie)'s twitter tracker for [rstudio::conf](https://github.com/gadenbuie/tweet-conf-dash).