Skip to content

Commit

Permalink
Add gif with demo shiny app
Browse files Browse the repository at this point in the history
  • Loading branch information
MrDomani committed Dec 15, 2023
1 parent 4f3208b commit 2ee21fb
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
^docs$
^cran-comments\.md$
^CRAN-SUBMISSION$
shiny-demo-v1.gif
13 changes: 13 additions & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,18 @@ You can install the development version of `csranks` from [GitHub](https://githu
remotes::install_github("danielwilhelm/R-CS-ranks")
```

## Demo

If you want to play around with the confidence sets for ranks, feel free
to try out [demo available here](https://dwilhelm.shinyapps.io/R-CS-ranks-demo/).

Here is a sneak peek:

<center>
<img src="https://github.com/danielwilhelm/R-CS-ranks/raw/master/inst/shiny-demo.v1.gif">
</center>





12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,15 @@ You can install the development version of `csranks` from
# install.packages("remotes")
remotes::install_github("danielwilhelm/R-CS-ranks")
```

## Demo

If you want to play around with the confidence sets for ranks, feel free
to try out [demo available
here](https://dwilhelm.shinyapps.io/R-CS-ranks-demo/).

Here is a sneak peek:

<center>
<img src="https://github.com/danielwilhelm/R-CS-ranks/raw/master/inst/shiny-demo.v1.gif">
</center>
Binary file added inst/shiny-demo-v1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2ee21fb

Please sign in to comment.