Package: maidr Type: Package Title: Multimodal Access and Interactive Data Representation Version: 0.4.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, candlestick (OHLC) charts, 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 . 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, tidyquant, quantmod, TTR, zoo, xts Config/testthat/edition: 3 RoxygenNote: 7.3.2 VignetteBuilder: knitr Config/pak/sysreqs: cmake make libuv1-dev libxml2-dev libssl-dev zlib1g-dev Repository: https://xability.r-universe.dev Date/Publication: 2026-07-24 11:20:54 UTC RemoteUrl: https://github.com/xability/r-maidr RemoteRef: HEAD RemoteSha: 932280896b4d48e96c19037e4cfdec9652015ed7 NeedsCompilation: no Packaged: 2026-07-24 12:12:54 UTC; root Author: JooYoung Seo [aut, cph], Niranjan Kalaiselvan [aut, cre] Maintainer: Niranjan Kalaiselvan