Skip to content

a11ytables v0.2.0

Compare
Choose a tag to compare
@matt-dray matt-dray released this 28 Nov 22:40
· 5 commits to main since this release
11a9e50

What's Changed

New features:

  • Allowed the cover information passed to create_a11ytable() to be supplied as a list rather than a data.frame, which means you can have an arbitrary number of rows under each section (#102).
  • Allowed the user to supply links in Markdown format (e.g. [GOV.UK](https://www.gov.uk)) when passing the cover information to the tables argument of create_a11ytables() and when passing the data source reference to the source argument of create_a11ytables()(#47).
  • Added an mtcars_df2 demo data set that contains a list input for the cover page, which itself contains Markdown-formatted hyperlinks.

Bugfixes:

  • Ensured stringsAsFactors is set explicitly to FALSE in the data.frame call within create_a11ytable(), given that this default behaviour changed in R version 4 (#85).

And remember, you can install the prior version of this package like:

remotes::install_github(
  repo = "co-analysis/a11ytables@v0.1.0", 
  dependencies = TRUE,
  build_vignettes = TRUE
)

Full Changelog: v0.1.0...v0.2.0