/biebs

Data Filtering And Visualization

Primary LanguageRMIT LicenseMIT

Guided Data Analysis

http://newsie.net/biebs.png

Installation Instructions

Step 1: Clone this project

git clone https://github.com/djfunksalot/biebs.git

Step 2: Install MongoDB

https://webassets.mongodb.com/_com_assets/cms/mongodb_logo1-76twgcu2dm.png
Step 3: Install R libraries
install.packages(c('cognitoR','data.table','dplyr','DT','ggplot2','knitr','meta','metafor','metasens','mongolite','netmeta','rmarkdown','shiny','shinyBS','shinydashboard','shinyjs','shinyLP','xmeta'), repos='https://cloud.r-project.org/')

Step 4: Start R from the project directory and run it:

shiny::runApp()

Step 5: If you would like to enable authentication, you'll need to follow the configuration instructions for cognitoR. Otherwise, only the user 'test' will be available.

Docker Image

You can also run this project using docker-compose

cd docker && docker-compose build && docker-compose up