generated from tidylab/template.package
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
49 lines (36 loc) · 1.74 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
---
output: github_document
link-citations: yes
editor_options:
canonical: true
markdown:
wrap: 80
references:
location: section
---
```{r setup, echo = FALSE, results = 'hide', message = FALSE, warning = FALSE}
source(file.path(usethis::proj_get(), "vignettes", "_common.R"))
```
# `template.dashboard` <img src="https://raw.githubusercontent.com/tidylab/template.dashboard/master/pkgdown/favicon/apple-touch-icon-180x180.png" align="right" style="float:right; height:75px"/>
<!-- badges: start -->
[![R-CMD-check](https://github.com/tidylab/template.dashboard/workflows/R-CMD-check/badge.svg)](https://github.com/tidylab/template.dashboard/actions)
[![Codecov test
coverage](https://codecov.io/gh/tidylab/template.dashboard/branch/master/graph/badge.svg)](https://codecov.io/gh/tidylab/template.dashboard?branch=master)
[![Shiny Dashboard](https://img.shields.io/badge/Shiny%20Dashboard-Click--Here-ff8c69.svg)](https://tidylab.shinyapps.io/template-dashboard/)
[![Package Website](https://img.shields.io/badge/Package%20Website-Click--Here-9cf.svg)](https://tidylab.github.io/template.dashboard/)
<!-- badges: end -->
## Overview
Preconfigured dashboard that supports continuous development and deployment of a
Shiny application. Committing to master branch triggers:
- Dashboard deployment to <https://www.shinyapps.io/> (via `rsconnect`); and
- Package website deployment (via `pkgdown`).
## Installation
You can install `template.dashboard` by using:
```{r, eval=FALSE, echo=TRUE}
install.packages("remotes")
remotes::install_github("tidylab/template.dashboard")
```
## Tab Gallary
```{r, echo = FALSE, out.width = "100%"}
knitr::include_graphics("https://i.imgur.com/K37dI8n.png")
```