A Rmarkdown shiny front-end to JRC-COMBINE/PhysioSpaceMethods.
You need docker installed, then execute
docker build -f Dockerfile -t physiospace:latest .
Be warned that this takes quite some time as many dependencies have to be compiled and installed.
Just execute
docker run -p 3838:3838 --rm physiospace:latest
and in your web browser go to localhost:3838.
This docker image is inspired by github.com/rocker-org/shiny.