-
-
Save Sandy4321/7822472a5c62d1e6c1ff to your computer and use it in GitHub Desktop.
gant_it_up
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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