Draw customised Gantt chart (R ggplot2)
- Install R (console is enough)
- Install the packages needed
install.packages(c("ggplot2", "lubridate", "reshape2", "scico")) - Run the script with
source(): navigate in your R session to the Gantt project directory and runsource("draw_gant_diagram.R") - The result will be a
pdffile placed in project folder