Package: readMDTable
Title: Read Markdown Tables into Tibbles
Version: 0.3.0
Authors@R: 
    person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre", "cph"))
Description: Efficient reading of raw markdown tables into tibbles. Designed to
    accept content from strings, files, and URLs with the ability to extract
    and read multiple tables from markdown for analysis.
Imports: cli, httr2, readr, purrr, stringr
URL: https://github.com/jrdnbradford/readMDTable,
        https://jrdnbradford.github.io/readMDTable/
BugReports: https://github.com/jrdnbradford/readMDTable/issues
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.3.2
Suggests: covr, devtools, ggplot2, knitr, lubridate, microbenchmark,
        rmarkdown, rvest, testthat (>= 3.0.0), tibble
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-07 16:47:23 UTC; bradfojb
Author: Jordan Bradford [aut, cre, cph]
Maintainer: Jordan Bradford <jrdnbradford@gmail.com>
Repository: CRAN
Date/Publication: 2025-01-07 17:10:01 UTC
