/gantt

Primary LanguageRGNU General Public License v3.0GPL-3.0

gantt

Make Gantt charts for grants using shiny.

# make sure these are installed
library(shiny)
library(shinyWidgets)
library(tidyverse)
library(sortable)
library(plotly)

runGitHub("rbcavanaugh/gantt")