Skip to content

BrailleR archived #6599

@teunbrand

Description

@teunbrand

The BrailleR package, which interacts with ggplot2 by giving a textual description of plot objects, has been archived on CRAN.

We have a clause in the print method about BrailleR:

ggplot2/R/plot.R

Lines 222 to 224 in bed8e32

if (isTRUE(getOption("BrailleR.VI")) && rlang::is_installed("BrailleR")) {
print(asNamespace("BrailleR")$VI(x))
}

If there are no plans to resurrect BrailleR, we might as well remove these lines of code.

@ajrgodfrey are there plans to get BrailleR back on CRAN?

Metadata

Metadata

Assignees

No one assigned

    Labels

    upkeepmaintenance, infrastructure, and similar

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions