tidyverse/ggplot2

BrailleR archived

Closed this issue · 2 comments

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?

Thanks for the reply! If there is a desire to get BrailleR back on CRAN, let's not remove these lines of code then. From a brief glance it seems that the problem was that extrafonts has been archived, which was a hard dependency for BrailleR.