-
Notifications
You must be signed in to change notification settings - Fork 8
/
README.Rmd
78 lines (62 loc) · 3.29 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
---
output: github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# :yellow_heart: door <img src="logo.png" width="120" align="right"/>
Shiny application to data analysis.
## :clipboard: Dependency
- [board](https://github.com/statgarten/board)
- [colorpen](https://github.com/statgarten/colorpen)
- [data.table](https://github.com/Rdatatable/data.table) - 1.14.2
- [datamods](https://github.com/dreamRs/datamods) - 1.3.4
- [datatoys](https://github.com/statgarten/datatoys)
- [dplyr](https://github.com/tidyverse/dplyr/) - 1.0.10
- [DT](https://github.com/rstudio/DT) - 0.25
- [esquisse](https://github.com/dreamRs/esquisse) - 1.1.2
- [flexdashboard](https://github.com/rstudio/flexdashboard) - 0.6.0
- [GGally](https://github.com/ggobi/ggally) - 2.1.2
- [golem](https://github.com/ThinkR-open/golem) - 0.3.3
- [haven](https://github.com/tidyverse/haven) - 2.5.1
- [htmlwidgets](https://github.com/ramnathv/htmlwidgets) - 1.5.4
- [jstable](https://github.com/jinseob2kim/jstable) - 1.0.7
- [phosphoricons](https://github.com/dreamRs/phosphoricons) - 0.1.2
- [plotly](https://github.com/plotly/plotly.R) - 4.10.0
- [reactable](https://github.com/glin/reactable) - 0.3.0
- [readr](https://github.com/tidyverse/readr) - 2.1.2
- [readxl](https://github.com/tidyverse/readxl) - 1.4.1
- [rmarkdown](https://github.com/rstudio/rmarkdown) - 2.16
- [scissor](https://github.com/statgarten/scissor)
- [shiny](https://github.com/rstudio/shiny) - 1.7.2
- [shiny.i18n](https://github.com/Appsilon/shiny.i18n) - 0.2.0
- [shinycssloaders](https://github.com/daattali/shinycssloaders) - 1.0.0.9000
- [shinydashboard](https://github.com/rstudio/shinydashboard) - 0.7.2
- [shinydashboardPlus](https://github.com/RinteRface/shinydashboardPlus) - 2.0.3
- [shinyglide](https://github.com/juba/shinyglide) - 0.1.3
- [shinyjs](https://github.com/daattali/shinyjs) - 2.1.0
- [shinyWidgets](https://github.com/dreamRs/shinyWidgets) - 0.7.3
- [soroban](https://github.com/statgarten/soroban)
- [stove](https://github.com/statgarten/stove)
- [tibble](https://github.com/tidyverse/tibble) - 3.1.8
- [tidyr](https://github.com/tidyverse/tidyr) - 1.2.1
## :wrench: Install
``` r
remotes::install_github('statgarten/door')
library(door)
run_app() # from door
```
## :blush: Authors
- :octocat: Jinhwan Kim [\@jhk0530](https://github.com/jhk0530)
- :octocat: Changwoo Lim [\@ChangwooLim](https://github.com/ChangwooLim)
## :memo: License
Copyright :copyright: 2022 Jinhwan Kim, Changwoo Lim. This project is [MIT](https://opensource.org/licenses/MIT) licensed
*This README was generated with :two_hearts: by [shinyReadme](http://github.com/jhk0530/shinyReadme)* <https://jhkim.shinyapps.io/shinyReadme/>
------------------------------------------------------------------------
What is special about using `README.Rmd` instead of just `README.md`? You can include R chunks like so:
You'll still need to render `README.Rmd` regularly, to keep `README.md` up-to-date. `devtools::build_readme()` is handy for this. You could also use GitHub Actions to re-render `README.Rmd` every time you push. An example workflow can be found here: <https://github.com/r-lib/actions/tree/v1/examples>.