accessr
Command Line Tools to Produce Accessible Documents using 'R Markdown'
One R Markdown source, four accessible formats — and a fortnight spent patching around someone else's bug.
◆Recent moves
- 1y ago
Temporary officedown workaround reverted
Reverts the previous release now that the underlying officedown::get_fun() issue is fixed, returning the package to effectively its 1.1.1 state. The closing half of a two-week detour caused entirely by a dependency.
View source ↗ - 1y ago
Temporary patch for CRAN failures from officedown
A temporary patch to clear CRAN check failures traced to a strsplit() call inside officedown's internals. Explicitly labelled temporary, and undone fifteen days later.
View source ↗ - 1y ago
PDF bookmarks from Word headings by default
Adds pdf_args to rmd2word() for passing command line switches to OfficeToPDF, defaulting to generating PDF bookmarks from the Word document's headings. That default is the accessibility payload — bookmarks are what give a screen reader user a navigable structure — alongside a fix for capitalised image file extensions.
View source ↗ - 2y ago
accessr: Command Line Tools to Produce Accessible Documents using 'R Markdown' v1.0.1
The release note is the package README rather than a changelog, so what changed in this version cannot be read from the feed. What it does document is the package's shape: rmd2many() producing HTML slides, PDF slides, Word and PDF from one source, with accessible PDFs restricted to Windows via OfficeToPDF.
View source ↗