To get the analysis web application running you have two options:
1) Download the open-source software R and run the application on your own PC
2) Ask radio-tracking.eu to host it for you (paid service)
Since option two is boring and not challenging at all:
- Download and install R: https://www.r-project.org/
- Open R – don't be afraid, you really don't have to program
- Now while you are connected to the internet type:
install.packages('shiny') and press enter – wait while it is installing all the packages - library('shiny') and press enter
- runGitHub('radiotrackingeu/logger_app') and press enter – this may also take a while
- done – the browser should open and show you the web application – the next time you want to start the web app, just run the last command: runGitHub('radiotrackingeu/logger_app')
If you want to use the app offline, please follow the instructions as stated above at least one time and follow the next steps:
- Download the web app: GitHub
- Unzip the file
- Open R
- library('shiny') and press enter
- runApp(file.choose()) press enter and choose app.R in the unzipped folder
- TaDaaa