README.md

baseApp

R CMD Check via {tic} linting test-coverage codecov pipeline status coverage report

This repository includes an example of a basic shiny app wrapped into an R package.

Docker

To build a deployable docker container run:

cd ./docker/
chmod +x build_image.sh
./build_image.sh

Installation

You can install the development version of baseApp with:

install.packages("devtools")
devtools::install_github("kapsner/baseApp")

Example

This is a basic example which shows you how to launch the baseApp:

library(baseApp)
launch_app()

To open the shiny application in your webbrowser, go to http://localhost:3838

More Infos:



kapsner/baseApp documentation built on June 9, 2020, 9:15 a.m.