forked from cb4ds/canvasXpress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
executable file
·42 lines (42 loc) · 1.08 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
Package: canvasXpress
Version: 1.35.0
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 = "imnphd@gmail.com", role = c("aut")),
person("Connie", "Brett", email = "connie@aggregate-genius.com", role = c("aut", "cre")))
URL:
https://github.com/neuhausi/canvasXpress
BugReports:
https://github.com/neuhausi/canvasXpress/issues
Depends:
R (>= 3.5)
Imports:
htmlwidgets (>= 1.0),
httr,
stats
RoxygenNote: 7.1.1
Suggests:
shiny (>= 1.1.0),
canvasXpress.data,
dplyr,
glue,
grid,
knitr,
png,
readr,
rmarkdown,
testthat,
tibble,
tidyr,
webshot,
limma
VignetteBuilder: knitr