forked from neuhausi/canvasXpress
-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
executable file
·47 lines (47 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Package: canvasXpress
Version: 1.50.5
Title: Visualization Package for CanvasXpress in R
Description: Enables creation of visualizations using the CanvasXpress framework
in R. CanvasXpress is a standalone JavaScript library for reproducible research
with complete tracking of data and end-user modifications stored in a single
PNG image that can be played back. See <https://www.canvasxpress.org> for more
information.
Type: Package
License: GPL-3
Encoding: UTF-8
Language: en-US
Authors@R: c(
person("Isaac", "Neuhaus", email = "[email protected]", role = c("aut")),
person("Connie", "Brett", email = "[email protected]", role = c("aut", "cre")))
URL:
https://github.com/neuhausi/canvasXpress
BugReports:
https://github.com/neuhausi/canvasXpress/issues
Depends:
R (>= 3.6)
Imports:
htmlwidgets (>= 1.0),
htmltools,
httr,
jsonlite,
stats
RoxygenNote: 7.3.1
Suggests:
shiny (>= 1.1.0),
canvasXpress.data,
dplyr,
DT,
glue,
grid,
knitr,
png,
readr,
rlang,
rmarkdown,
stringr,
testthat,
tibble,
tidyr,
limma,
ggplot2
VignetteBuilder: knitr