-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
50 lines (50 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
50 lines (50 loc) · 1.55 KB
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
48
49
50
Package: maidr
Type: Package
Title: Multimodal Access and Interactive Data Representation
Version: 0.3.0
Authors@R: c(
person("JooYoung", "Seo", email = "jseo1005@illinois.edu", role = c("aut", "cph")),
person("Niranjan", "Kalaiselvan", email = "nk46@illinois.edu", role = c("aut", "cre"))
)
URL: https://github.com/xability/r-maidr, https://r.maidr.ai/
BugReports: https://github.com/xability/r-maidr/issues
Description: Provides accessible, interactive visualizations through the 'MAIDR'
(Multimodal Access and Interactive Data Representation) system. Converts
'ggplot2' and Base R plots into accessible HTML/SVG formats with keyboard
navigation, screen reader support, and 'sonification' capabilities. Supports
bar charts (simple, grouped, stacked), histograms, line plots, scatter plots,
box plots, violin plots, heat maps, density/smooth curves, faceted plots,
multi-panel layouts (including patchwork), and multi-layered plot combinations. Enables
data exploration for users with visual impairments through multiple sensory
modalities. For more details see the 'MAIDR' project
<https://maidr.ai/>.
License: GPL (>= 3)
Encoding: UTF-8
Depends: R (>= 3.5.0)
Imports:
base64enc,
curl,
ggplot2,
ggplotify,
grid,
gridSVG,
htmltools,
htmlwidgets,
jsonlite,
shiny,
xml2,
rlang,
R6
Suggests:
testthat (>= 3.0.0),
lintr,
styler,
goodpractice,
cyclocomp,
knitr,
rmarkdown,
quarto,
patchwork
Config/testthat/edition: 3
RoxygenNote: 7.3.2
VignetteBuilder: knitr