Skip to content

lvtffuk/mat-twitter-score-analyzer

Repository files navigation

mat-twitter-score-analyzer

The visualization of affinity data from mat-twitter-downloader. It's based on shiny app.

Development

Requirements

  • R (Rscript)

Ubuntu

  • libglu1
  • libxml2
  • libbglpk-dev

Installation & test run

git clone git@github.com:lvtffuk/mat-twitter-score-analyzer.git
cd mat-twitter-score-analyzer
Rscript -e "install.packages(c('shiny', 'shinythemes', 'ade4', 'vegan', 'vegan3d', 'polycor', 'psych', 'BayesLCA', 'igraph))"
Rscript main.R

The app will be accessible on http://localhost:8080.

Dockerfile

Make sure all new packages are installed in Dockerfile with RUN install2.r --error [package].

Settings

No additional configuration is needed.

Docker

The image is stored in GitHub packages registry and the app can be run in the docker environment.

docker pull ghcr.io/lvtffuk/mat-twitter-score-analyzer:latest
docker run \
-p 8080:8080 \
-d \
--restart=unless-stopped \
--name=mat-twitter-score-analyzer \
ghcr.io/lvtffuk/mat-twitter-score-analyzer:latest  

The app will be accessible on http://localhost:8080.

This work was supported by the European Regional Development Fund-Project “Creativity and Adaptability as Conditions of the Success of Europe in an Interrelated World” (No. CZ.02.1.01/0.0/0.0/16_019/0000734)." Logo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published