Package: accessrmd 1.0.0

Rich Leyshon
accessrmd: Improving the Accessibility of 'rmarkdown' Documents
Provides a simple method to improve the accessibility of 'rmarkdown' documents. The package provides functions for creating or modifying 'rmarkdown' documents, resolving known errors and alerts that result in accessibility issues for screen reader users.
Authors:
accessrmd_1.0.0.tar.gz
accessrmd_1.0.0.zip(r-4.7)accessrmd_1.0.0.zip(r-4.6)accessrmd_1.0.0.zip(r-4.5)
accessrmd_1.0.0.tgz(r-4.6-any)accessrmd_1.0.0.tgz(r-4.5-any)
accessrmd_1.0.0.tar.gz(r-4.7-any)accessrmd_1.0.0.tar.gz(r-4.6-any)
accessrmd_1.0.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
accessrmd/json (API)
| # Install 'accessrmd' in R: |
| install.packages('accessrmd', repos = c('https://r-leyshon.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:9ed790b751. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 151 | ||
| source / vignettes | OK | 225 | ||
| linux-release-x86_64 | OK | 144 | ||
| macos-release-arm64 | OK | 145 | ||
| macos-oldrel-arm64 | OK | 218 | ||
| windows-devel | OK | 98 | ||
| windows-release | OK | 91 | ||
| windows-oldrel | OK | 94 | ||
| wasm-release | OK | 124 |
Exports:access_headaccess_imgaccess_rmdcheck_urlsretrieve_rmdssus_alttags
Dependencies:base64encbitopsclicpp11data.tabledigestevaluatefarverfastmapggplot2gluegtablehighrhtmltoolsisobandjsonliteknitrlabelinglifecyclemagrittrR6RColorBrewerRCurlrlangrlistS7scalesstringistringrvctrsviridisLitewithrxfunXMLyaml
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert YAML to an accessible header | access_head |
| Produce an accessible image or chart. | access_img |
| Produce an accessible Rmarkdown file template. | access_rmd |
| Assemble HTML header output from text provided. | assemble_header |
| Checks if the html doctype is compatible. | check_compat |
| Check an Rmarkdown for broken links. | check_urls |
| Searches a file for valid methods of setting HTML lang attribute. | detect_html_lang |
| Find any markdown or HTML syntax tags within read lines. | find_all_tags |
| Find alt length limit for specific lang values. | find_alt_lim |
| Searches YAML head for YAML theme parameters, returning the theme if found. | find_theme |
| Check rmd path & file type. | handle_rmd_path |
| Insert the required code for the specified toc type. | insert_yaml |
| Find Rmd files within a provided file structure. | retrieve_rmds |
| Return a HTML p tag formatted to resemble a heading tag. | return_heading |
| Check an R markdown document for suspicious alt text. | sus_alt |