Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBeeley committed Mar 17, 2021
1 parent 8e088b0 commit 5f89617
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
13 changes: 11 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ knitr::opts_chunk$set(
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->

The goal of `experiencesdashboard` is to ...

## Installation

The development version is available from GitHub with:
Expand All @@ -30,6 +28,17 @@ The development version is available from GitHub with:
# devtools::install_github("CDU-data-science-team/experiencesdashboard")
```

## Running

Run with:

```{r, eval=FALSE}
library(experiencesdashboard)
run_app()
```


## Code of Conduct

Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://www.tidyverse.org/lifecycle/#experimental)
<!-- badges: end -->

The goal of `experiencesdashboard` is to …

## Installation

The development version is available from GitHub with:
Expand All @@ -20,6 +18,15 @@ The development version is available from GitHub with:
# devtools::install_github("CDU-data-science-team/experiencesdashboard")
```

## Running

Run with:

``` r
library(experiencesdashboard)
run_app()
```

## Code of Conduct

Please note that the experiencesdashboard project is released with a
Expand Down

0 comments on commit 5f89617

Please sign in to comment.