Skip to content

Releases: jrdnbradford/readMDTable

CRAN-v0.2.0

25 Sep 17:57
17c7b62
Compare
Choose a tag to compare

What's Changed

  • Update extract_md_tables example (#46)
  • @inheritDotParams for arguments passed on to readr::read_delim (#44)
  • Abstracted the reading of markdown tables into a new internal function read_md_table_content.R (#42)
  • Add vignette benchmarking {readMDTable} to {rvest} (#40)
  • Added extract_md_tables, which captures all markdown tables from a markdown file (#36)
  • Update package description (#35)

Full Changelog: CRAN-v0.1.1...CRAN-v0.2.0

CRAN-v0.1.1

17 Sep 13:06
fda2b9c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...CRAN-v0.1.1

v0.1.0

11 Sep 18:18
4c679dd
Compare
Choose a tag to compare

readMDTable 0.1.0

Warning Updates

  • read_md_table now has a warn param to make warnings optional (#15)
  • Checking markdown table validity now uses vectorization (#12)
  • Warnings now use {cli} (#12)
  • warn_md_table now explicitly returns NULL invisibly (#10)

Misc

  • Added a logo (#22)
  • Improvements to function documentation (#10)
  • Added test coverage with {covr} (#17)

v0.0.1

05 Sep 15:39
bce262e
Compare
Choose a tag to compare

Initial release.