-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
32 lines (24 loc) · 1018 Bytes
/
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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# djprshiny
<!-- badges: start -->
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![R-CMD-check](https://github.com/djpr-data/djprshiny/workflows/R-CMD-check/badge.svg)](https://github.com/djpr-data/djprshiny/actions)
<!-- badges: end -->
The Data + Analytics team in DJPR Strategy + Priority Projects will make many Shiny apps. The `djprshiny` package is a place to house code to be re-used across multiple apps. This includes custom CSS and visual components, as well as commonly-used modules.
## Installation
Install from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("djpr-data/djprshiny")
```