- Fixed a typo in a warning message (#59)
- Update
extract_md_tables
example (#46) @inheritDotParams
for arguments passed on toreadr::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)
- Fixed an issue on Windows where a warning was incorrectly raised on valid separator lines (#28)
- Move from {httr} to {httr2} (#26)
- Added example with warning for
read_md_table
(#20) - Fixed an issue with rendering the PDF manual due to unicode characters
read_md_table
now has awarn
param to make warnings optional (#15)- Checking markdown table validity now uses vectorization (#12)
- Warnings now use {cli} (#12)
warn_md_table
now explicitly returnsNULL
invisibly (#10)
- Added a logo (#22)
- Improvements to function documentation (#10)
- Added test coverage with {covr} (#17)
- Initial release.