This repositories holds the RShiny app for the CoDa project. The app uses the Triply CoDa instance, hosted at data.cooperationdatabank.org. The data in this public instance is retrieved using one of the saved queries and used as the basis for all analyses.
To run the application you can use either RStudio or docker.
- To run the application in RStudio checkout this repository with RStudio (or point your working directory to it, if you already checked it out).
- Open either the
app/ui.Rorapp/server.Rfile. - Click the
Run Appbutton in the top right corner of the edit pane.
Prerequisites:
- Go to the
dockerdirectory. - Run
docker-compose buildto build the docker image (the first run will take ~15 minutes. Subsequent runs will be a lot faster). - Run
docker-compose upto run a docker container of the image. - Go to localhost:3838 to view the app.
By default, nightly.app.cooperationdatabank.org and app.cooperationdatabank.org are auto-updated by the CI.
To release a new stable version, run ./markStable.sh