Package: BrailleR
Title: Improved Access for Blind Users
Version: 1.0.2
Date: 2023-07-07
Authors@R: c(
    person("A. Jonathan R.", "Godfrey", , "a.j.godfrey@massey.ac.nz", role = c("aut", "cre"),
    comment = c(ORCID = "0000-0002-8129-8835")),
    person("Debra", "Warren", , "dwar068@aucklanduni.ac.nz", role = "aut"),
    person("Donal", "Fitzpatrick", , "donal.fitzpatrick@dcu.ie", role = "ctb",
    comment = c(ORCID = "0000-0001-9699-5484")),
    person("Duncan", "Murdoch", , "murdoch.duncan@gmail.com", role = "ctb"),
    person("Greg", "Snow", , "greg.snow@imail.org", role = "ctb",
    comment = c(ORCID = "0000-0001-8530-1037")),
    person("Henrik", "Bengtsson", , "henrikb@braju.com", role = "ctb",
    comment = c(ORCID = "0000-0002-9280-4430")),
    person("James", "Curtis", , "james@curtis.net.nz", role = "ctb"),
    person("James", "Thompson", , "1jamesthompson1@gmail.com", role = "aut",
           comment = c(ORCID = "0000-0002-4768-795X")),
    person("JooYoung", "Seo", , "jooyoung@psu.edu", role = "ctb"),
    person("Marshall", "Flax", , "marshall.flax@gmail.com", role = "ctb"),
    person("Paul", "Murrell", , "paul@stat.auckland.ac.nz", role = "aut",
    comment = c(ORCID = "0000-0002-3224-8858")),
    person("Sophie", "Banks", , "sb@xxx.com", role = "ctb"),
    person("Timothy", "Bilton", , "tbilton@gmail.com", role = "aut",
    comment = c(ORCID = "0000-0001-5945-3766")),
    person("Tony", "Hirst", , "tony.hirst@open.ac.uk", role = "ctb"),
    person("Tsan-Kuang", "Lee", , "developer@tklee.com", role = "ctb"),
    person("Volker", "Sorge", , "v.sorge@mathjax.org", role = "aut"),
    person("Yihui", "Xie", , "xie@yihui.name", role = "ctb",
    comment = c(ORCID = "0000-0003-0645-5666"))
  )
Maintainer: A. Jonathan R. Godfrey <a.j.godfrey@massey.ac.nz>
Description: Blind users do not have access to the graphical output from R
    without printing the content of graphics windows to an embosser of
    some kind. This is not as immediate as is required for efficient
    access to statistical output.  The functions here are created so that
    blind people can make even better use of R. This includes the text
    descriptions of graphs, convenience functions to replace the
    functionality offered in many GUI front ends, and experimental
    functionality for optimising graphical content to prepare it for
    embossing as tactile images.
License: GPL-2
URL: https://github.com/ajrgodfrey/BrailleR,
        http://ajrgodfrey.github.io/BrailleR/
BugReports: https://github.com/ajrgodfrey/BrailleR/issues
Depends: R (>= 3.4.0)
Imports: devtools, dplyr, extrafont, ggplot2 (>= 3.0.0), gridGraphics,
        gridSVG, hunspell, knitr, mathjaxr, moments, quarto, Rdpack,
        rmarkdown, roloc, rolocISCCNBS, tidyr, whisker, XML, xtable,
        grDevices
Suggests: broom, emmeans, ggfortify, installr, lmtest, markdown,
        multcomp, nortest, rstatix, spelling, tidyverse
VignetteBuilder: knitr
RdMacros: mathjaxr, Rdpack
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
SystemRequirements: Python 3 and wxPython 4.0
NeedsCompilation: no
Packaged: 2023-07-09 09:12:35 UTC; ajgodfre
Author: A. Jonathan R. Godfrey [aut, cre]
    (<https://orcid.org/0000-0002-8129-8835>),
  Debra Warren [aut],
  Donal Fitzpatrick [ctb] (<https://orcid.org/0000-0001-9699-5484>),
  Duncan Murdoch [ctb],
  Greg Snow [ctb] (<https://orcid.org/0000-0001-8530-1037>),
  Henrik Bengtsson [ctb] (<https://orcid.org/0000-0002-9280-4430>),
  James Curtis [ctb],
  James Thompson [aut] (<https://orcid.org/0000-0002-4768-795X>),
  JooYoung Seo [ctb],
  Marshall Flax [ctb],
  Paul Murrell [aut] (<https://orcid.org/0000-0002-3224-8858>),
  Sophie Banks [ctb],
  Timothy Bilton [aut] (<https://orcid.org/0000-0001-5945-3766>),
  Tony Hirst [ctb],
  Tsan-Kuang Lee [ctb],
  Volker Sorge [aut],
  Yihui Xie [ctb] (<https://orcid.org/0000-0003-0645-5666>)
Repository: CRAN
Date/Publication: 2023-07-10 19:10:12 UTC
