-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
27 lines (27 loc) · 790 Bytes
/
DESCRIPTION
File metadata and controls
27 lines (27 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Package: reactflow
Title: Create beautiful, customizable, and interactive diagrams based on React Flow
Version: 0.0.2
Authors@R: c(
person("David", "Zimmermann-Kollenda", , "david_j_zimmermann@hotmail.com", role = c("aut", "cre"))
)
Description: reactflow is a light wrapper around the React Flow library. It allows you to create interactive diagrams, flows, graphs etc.
URL: https://github.com/davzim/reactflow/ https://davzim.github.io/reactflow/
BugReports: https://github.com/DavZim/reactflow/issues
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
htmltools,
htmlwidgets,
reactR,
bsicons
Suggests:
knitr,
rmarkdown,
targets,
V8
VignetteBuilder: knitr
Depends:
R (>= 2.10)
LazyData: true