Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alkc/specalyzer
https://github.com/alkc/specalyzer
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alkc/specalyzer
- Owner: alkc
- License: mit
- Created: 2018-02-27T22:00:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T08:47:00.000Z (over 3 years ago)
- Last Synced: 2023-10-20T16:31:35.381Z (about 1 year ago)
- Language: R
- Homepage: http://specalyzer.org
- Size: 54.7 KB
- Stars: 3
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Specalyzer Shiny App
This is the main repository for the web application Specalyzer, currently hosted at http://specalyzer.org
## Installation
1. **Install the Specalyzer R package.** To do this, follow the instruction in the README file in the [specalyzer-pkg subdirectory](https://github.com/alkc/specalyzer/tree/master/specalyzer-pkg)
2. **Install the remaining dependencies:**
```{R}
install.packages("DT")
install.packages("readr")
install.packages("shiny")
install.packages("shinyjs")
install.packages("V8")
```
3. **Configure where Specalyzer should save user-uploaded data.**This is achieved by setting the `user_data_base` variable in the top of the `server.R` file to a desired path.
The Shiny app is ready to run now!
## Contact
Send feedback to [email protected] and [email protected]