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.5)accessrmd_1.0.0.zip(r-4.4)accessrmd_1.0.0.zip(r-4.3)
accessrmd_1.0.0.tgz(r-4.4-any)accessrmd_1.0.0.tgz(r-4.3-any)
accessrmd_1.0.0.tar.gz(r-4.5-noble)accessrmd_1.0.0.tar.gz(r-4.4-noble)
accessrmd_1.0.0.tgz(r-4.4-emscripten)accessrmd_1.0.0.tgz(r-4.3-emscripten)
accessrmd.pdf |accessrmd.html✨
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 3 years agofrom:9ed790b751. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 17 2024 |
R-4.5-win | OK | Nov 17 2024 |
R-4.5-linux | OK | Nov 17 2024 |
R-4.4-win | OK | Nov 17 2024 |
R-4.4-mac | OK | Nov 17 2024 |
R-4.3-win | OK | Nov 17 2024 |
R-4.3-mac | OK | Nov 17 2024 |
Exports:access_headaccess_imgaccess_rmdcheck_urlsretrieve_rmdssus_alttags
Dependencies:base64encbitopsclicolorspacedata.tabledigestevaluatefansifarverfastmapggplot2gluegtablehighrhtmltoolsisobandjsonliteknitrlabelinglatticelifecyclemagrittrMASSMatrixmgcvmunsellnlmepillarpkgconfigR6RColorBrewerRCurlrlangrlistscalesstringistringrtibbleutf8vctrsviridisLitewithrxfunXMLyaml
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 |