-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
26 lines (26 loc) · 852 Bytes
/
DESCRIPTION
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
Package: shinyCyJS
Title: Create Interactive Network Visualizations in R and 'shiny'
Version: 1.2.0
Authors@R:
c(
person("Jinhwan", "Kim", , email = "[email protected]", role = c("aut", "cre", "cph"))
)
Description: Create Interactive Graph (Network) Visualizations.
'shinyCyJS' can be used in 'Shiny' apps or viewed from 'Rstudio' Viewer.
'shinyCyJS' includes API to build Graph model like node or edge with customized attributes for R.
'shinyCyJS' is built with 'cytoscape.js' and 'htmlwidgets' R package.
License: MIT + file LICENSE
URL: https://github.com/jhk0530/shinyCyJS
BugReports: https://github.com/jhk0530/shinyCyJS/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
htmlwidgets,
shinyjs
Suggests:
testthat (>= 3.0.0),
rmarkdown,
knitr
VignetteBuilder: knitr
Config/testthat/edition: 3