Skip to content

cooperationdatabank/rshiny-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoDa Shiny app

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.

Getting started

To run the application you can use either RStudio or docker.

RStudio

  1. To run the application in RStudio checkout this repository with RStudio (or point your working directory to it, if you already checked it out).
  2. Open either the app/ui.R or app/server.R file.
  3. Click the Run App button in the top right corner of the edit pane.

Docker

Prerequisites:

  1. Go to the docker directory.
  2. Run docker-compose build to build the docker image (the first run will take ~15 minutes. Subsequent runs will be a lot faster).
  3. Run docker-compose up to run a docker container of the image.
  4. Go to localhost:3838 to view the app.

Releasing

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

Releases

No releases published

Packages

No packages published

Languages