Staff Scheduler Application

About the App

This application attempts to serve as a template for those who wish to apply integer programming to solve real world problems. The application is built in R(Posit) Shiny. If there are any questions, please read the FAQ section before leaving comments towards the end of this article. If there are any suggestions, please read the contribution guidelines and submit them accordingly.

Installation Guide

Installation pre-requisites

R software https://www.r-project.org/

R Studio https://rstudio.com/products/rstudio/

Installation steps

Source the R(Posit) shiny application code from GitHub repository (https://github.com/FoyiLabs/schedulerShinyApp/blob/master/schedulerShinyApp.R)

Install R packages shiny, shinydashboard, ROI.plugin.glpk, DT, magrittr, ompr and ompr.roi. The following R code will help.

#install packages

install.packages("shiny")
install.packages("shinydashboard")
install.packages("ROI.plugin.glpk")
install.packages("DT")
install.packages("magrittr")
install.packages("ompr")
install.packages("ompr.roi")

Once the installation is complete, run the R shiny application from R studio by clicking the *Run App* button.

A browser will open with the application that looks just like the one in the demo below.

Frequently asked questions

Q: The demo becomes unresponsive after sometime. Is there something wrong ?

This demo uses a basic version of shinyapps server that gives the author limited time budget to run the app. As a courtesy to other users attempting to use the demo, the author chose to stop the session after a few seconds of inactivity. Refresh the page again to continue using the demo

Q: When I click the octocat, document or license icons on the menu bar of the app, the app becomes unresponsive. What do I do?

These icons are present for the users who access the demo from shinyapps server. Please do not use these icons. Incase of mistaken use, please refresh the webpage and continue to use the demo.

Q: Can I use this app for commercial purposes?

Yes. Please read the license for more details.

Demo

Like to work with us?

Contact Us for an introductory call to understand how we can help you.

Check Out Our Case Studies