App presents demo dashboard for analysing user's dataset.
Preview available via https://mdubel.shinyapps.io/wines/
By default there is a wines file uploaded with the chemical analysis of different wines.
To use your own dataset upload text file with ; as a column separator into /data folder.
In order to reproduce the exact working environment use source("./setup.R") with this project as a working directory to restore the project dependencies.
To open app then run runApp("./src/app") with this project as a working directory.
Run source("./src/tests/testthat.R") in project working directory in order to run unit tests