grViz("
digraph path {
graph [rankdir=TB, bgcolor='transparent', fontname='Helvetica']
node [fontname='Helvetica', fontsize=10, style='filled,rounded', shape=box, width=3]
now [label='This Workshop\n(Read, modify, run R code)', fillcolor='#4e79a7', fontcolor='white']
next1 [label='Next 1-2 weeks\n(Adapt templates for your problem)', fillcolor='#59a14f', fontcolor='white']
next2 [label='Weeks 3-4\n(Add features: PSA, new outcomes)', fillcolor='#f28e2b', fontcolor='white']
next3 [label='Months 2-3\n(Share Shiny app, deploy)', fillcolor='#e15759', fontcolor='white']
community [label='Ongoing\n(DARTH, R-HTA Consortium,\npublish methods)', fillcolor='#76b7b2', fontcolor='white']
now -> next1 -> next2 -> next3 -> community
}
")