-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed as not planned
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar
Description
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:
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
Labels
upkeepmaintenance, infrastructure, and similarmaintenance, infrastructure, and similar