Skip to content

Commit

Permalink
Merge pull request #55 from jrdnbradford/cran-release-0.2
Browse files Browse the repository at this point in the history
CRAN release v0.2.0
  • Loading branch information
jrdnbradford authored Sep 25, 2024
2 parents c094bdd + e59e6fd commit 17c7b62
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion 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.1.1.9002
Version: 0.2.0
Authors@R:
person("Jordan", "Bradford", , "[email protected]", role = c("aut", "cre", "cph"))
Description: Efficient reading of raw markdown tables into tibbles. Designed to
Expand Down
8 changes: 6 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
# readMDTable (development version)

* `@inheritDotParams` for arguments passed on to readr::read_delim
# readMDTable 0.2.0

* 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)

# readMDTable 0.1.1

* 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`
* Added example with warning for `read_md_table` (#20)
* Fixed an issue with rendering the PDF manual due to unicode characters

# readMDTable 0.1.0
Expand Down
6 changes: 2 additions & 4 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
## R CMD check results

0 errors | 0 warnings | 1 note
0 errors | 0 warnings | 0 notes

* This is a new release.

* `devtools::check(remote = TRUE, manual = TRUE)` noted "tibble(s)" as potentially misspelled.
* I have updated the `description` in `DESCRIPTION` at the request of CRAN personnel

0 comments on commit 17c7b62

Please sign in to comment.