Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 443 Bytes

reactflow

An experimental R package to use @xyflow/react in R and shiny. Not working at the moment!

Development

Clone the repository

system("yarn install")
system("yarn run webpack")

devtools::document()
devtools::install(quick = TRUE)

# start a shiny app that should display a flow
shiny::runApp()