-
Notifications
You must be signed in to change notification settings - Fork 12
/
index.Rmd
96 lines (73 loc) · 2.77 KB
/
index.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
output: github_document
always_allow_html: true
---
```{r setup, include=FALSE}
library(bslib)
```
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# tablerDash <img src="https://rinterface.com/inst/images/tablerDash.svg" width=200 align="right" />
<!-- badges: start -->
[![R build status](https://github.com/RinteRface/tablerDash/workflows/R-CMD-check/badge.svg)](https://github.com/RinteRface/tablerDash/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/tablerDash)](https://cran.r-project.org/package=tablerDash)
[![lifecycle](https://img.shields.io/badge/lifecycle-maturing-ff69b4.svg)](https://www.tidyverse.org/lifecycle/#maturing)
[![cranlogs](https://cranlogs.r-pkg.org/badges/tablerDash)](https://cran.r-project.org/package=tablerDash)
[![total](https://cranlogs.r-pkg.org/badges/grand-total/tablerDash)](https://www.rpackages.io/package/tablerDash)
<!-- badges: end -->
> Tabler dashboard template for shiny with Bootstrap 4
See [https://tabler.io](https://tabler.io) for the original template.
## Installation
This package is on CRAN:
```r
# latest devel version
devtools::install_github("RinteRface/tablerDash")
# CRAN version
install.packages("tablerDash")
```
## Demo
```{r dashboard-code, eval=TRUE, echo=FALSE}
card(
tablerDash:::create_app_link(tablerDash:::shinylive_links["inst/examples/shinylive/dashboard"], header = FALSE),
full_screen = TRUE,
style = "margin: 0 auto; float: none;"
)
```
<p class="text-center mt-2">
<a
class="btn btn-primary"
data-bs-toggle="collapse"
href="#demo-code"
role="button"
aria-expanded="false"
aria-controls="demo-code">
Toggle code
</a>
</p>
<div class="collapse" id="demo-code">
```{r, results="asis", echo=FALSE, warning=FALSE, comment = ""}
tablerDash:::print_r_code("dashboard")
```
</div>
<div class="row">
<div class="card">
<a href="https://community.rstudio.com/t/shiny-contest-submission-gotta-catch-em-almost-all/25284" target="_blank"><img src="https://community.rstudio.com/uploads/default/optimized/2X/6/626cbb941e2c3dfe543abde05f7e4097186811c6_2_690x431.png"></a>
</div>
</div>
<br>
<div class="row">
<div class="card">
<a href="https://community.rstudio.com/t/shiny-contest-submission-gotta-catch-em-almost-all/25284" target="_blank"><img src="https://community.rstudio.com/uploads/default/optimized/2X/3/33061a47390f6fa1515302d7f05e05c1b6f3e458_2_690x431.jpeg"></a>
</div>
</div>
<br>
## Issues
Issues are listed [here](https://github.com/RinteRface/tablerDash/issues).
## Code of Conduct
Please note that the tablerDash project is released with a [Contributor Code of Conduct](https://contributor-covenant.org/version/2/0/CODE_OF_CONDUCT.html). By contributing to this project, you agree to abide by its terms.