Skip to content

Commit

Permalink
Merge pull request #25 from jrdnbradford/new-release
Browse files Browse the repository at this point in the history
Bump to `0.1.0`
  • Loading branch information
jrdnbradford authored Sep 11, 2024
2 parents 3ba471f + 9a5f955 commit 4c679dd
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
3 changes: 1 addition & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: readMDTable
Title: Read Markdown Tables into Tibbles
Version: 0.0.1.9002
Version: 0.1.0
Authors@R:
person("Jordan", "Bradford", , "[email protected]", role = c("aut", "cre", "cph"))
Description: Read markdown tables from a string, file, or URL into tibbles.
Expand All @@ -18,6 +18,5 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
18 changes: 14 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
# readMDTable (development version)

* `warn_md_table` now uses vectorization for checking table row validity
* `warn_md_table` now uses {cli} for warnings
* Improvements to function documentation
* `warn_md_table` now explicitly returns `NULL` invisibly
# 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)

# readMDTable 0.0.1

Expand Down

0 comments on commit 4c679dd

Please sign in to comment.