-
Notifications
You must be signed in to change notification settings - Fork 28
/
DESCRIPTION
31 lines (31 loc) · 1.14 KB
/
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
27
28
29
30
31
Package: cyjShiny
Title: Cytoscape.js Shiny Widget (cyjShiny)
Version: 1.0.43
Date: 2024-08-06
Authors@R: c(person("Omar", "Shah", role = c("ctb")),
person("Paul", "Shannon", email = "[email protected]", role = c("aut")),
person("Augustin", "Luna", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-5709-371X")))
Description: Wraps cytoscape.js as a shiny widget. cytoscape.js <https://js.cytoscape.org/> is a Javascript-based graph theory (network) library for visualization and analysis. This package supports the visualization of networks with custom visual styles and several available layouts. Demo Shiny applications are provided in the package code.
Depends:
R (>= 3.5.0),
htmlwidgets,
shiny,
jsonlite,
graph,
base64enc
Suggests:
RUnit,
knitr,
rmarkdown,
markdown,
BiocStyle
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
URL: https://github.com/cytoscape/cyjShiny
BugReports: https://github.com/cytoscape/cyjShiny/issues
Collate:
'graphsToJSON.R'
'cyjShiny.R'
VignetteBuilder: knitr
RoxygenNote: 7.3.1