Skip to content

Instantly share code, notes, and snippets.

@Sandy4321
Forked from abresler/gist:1ad50b642b5101dabcc4
Created December 18, 2015 15:36
Show Gist options
  • Save Sandy4321/7822472a5c62d1e6c1ff to your computer and use it in GitHub Desktop.
Save Sandy4321/7822472a5c62d1e6c1ff to your computer and use it in GitHub Desktop.
gant_it_up
library(DiagrammeR);library(magrittr)
" gantt
dateFormat YYYY-MM-DD
title Diagrammer and Gant Charts, JEAH
section Celebrate
Completed task :done, des1, 2014-01-06,2014-01-08
Isn't R the Best? :active, des2, 2014-01-09, 3d
Celebrate like Ryan Lochte : des3, after des2, 5d
Thank Kent and Rich for Being Heroes : des4, after des3, 5d
section Good Times
Completed task in the critical line :crit, done, 2014-01-06,24h
Implement parser and jison :crit, done, after des1, 2d
Create tests for parser :crit, active, 3d
Future task in critical line :crit, 5d
Create tests for renderer :2d
Add to mermaid :1d
section Like A Boss
Describe gantt syntax :active, a1, after des1, 3d
Add gantt diagram to demo page :after a1 , 20h
Add another diagram to demo page :doc1, after a1 , 48h
section Last Tony Danza Style
Describe gantt syntax :after doc1, 3d
Add gantt diagram to demo page : 20h
Add another diagram to demo page : 48h" %>%
mermaid()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment