hirleydayan / docker-rapp

R Application Skeleton for Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-rapp

This project brings a skeleton for creating Shiny web application using R language.

All the Linux requirements must be defined in linux_requirements.txt file. Shiny application related requirements must be defined in requirements.txt

Shiny application files must be added to app folder. A ui.R and a server.R files are provided in the app as an example.

About

R Application Skeleton for Docker


Languages

Language:Dockerfile 47.3%Language:R 37.0%Language:Shell 12.0%Language:HTML 3.7%