-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 899 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
Package: BrowserViz
Type: Package
Title: BrowserViz: interactive R/browser graphics using websockets and JSON
Authors@R: c(
person("Paul","Shannon", role = c("aut"), email = "[email protected]"),
person("Arkadiusz", "Gladki", role=c("aut", "cre"), email="[email protected]")
)
Version: 2.29.0
Date: 2024-10-29
Author: Paul Shannon
Maintainer: Arkadiusz Gladki <[email protected]>
Depends: R (>= 3.5.0), jsonlite (>= 1.5), httpuv(>= 1.5.0)
Imports: methods, BiocGenerics
Suggests: RUnit, BiocStyle, knitr, rmarkdown
Description: Interactvive graphics in a web browser from R, using websockets and JSON.
License: GPL-2
URL: https://gladkia.github.io/BrowserViz/
BugReports: https://github.com/gladkia/BrowserViz/issues
LazyLoad: yes
biocViews: Visualization, ThirdPartyClient
NeedsCompilation: no
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.2.3