https://github.com/ijlyttle/accdegtestshiny
Shiny interface to accDegTest R package
https://github.com/ijlyttle/accdegtestshiny
Last synced: about 1 month ago
JSON representation
Shiny interface to accDegTest R package
- Host: GitHub
- URL: https://github.com/ijlyttle/accdegtestshiny
- Owner: ijlyttle
- License: mit
- Created: 2014-10-13T11:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-10T06:20:08.000Z (over 11 years ago)
- Last Synced: 2025-02-15T11:48:11.096Z (over 1 year ago)
- Language: R
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# accDegTestShiny
This repository is for a shiny app to demonstrate the capabilities of the accDegTest package.
## Installation
```R
install.packages("shiny")
# if devtools not installed:
# install.packages("devtools")
devtools::install_github("ebailey78/shinyBS")
devtools::install_github("rcqls/accDegTest")
devtools::install_github("ijlyttle/accDegTestShiny")
```
## Authors
* Rémy Drouilhet
* Alex Shum
* Ian Lyttle