This is the main repository for the web application Specalyzer, currently hosted at https://specalyzer.org
-
Install the Specalyzer R package. To do this, follow the instruction in the README file in the specalyzer-pkg subdirectory
-
Install the remaining dependencies:
install.packages("DT")
install.packages("readr")
install.packages("shiny")
install.packages("shinyjs")
install.packages("V8")
- 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!
Send feedback to [email protected] and [email protected]