Package: readMDTable
Title: Read Markdown Tables into Tibbles
Version: 0.1.1
Authors@R: 
    person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre", "cph"))
Description: Functions for reading raw markdown tables from a 
    string, file, or URL into tibbles. It includes options to 
    warn users about potential issues with the markdown table 
    format, ensuring robust data handling even if the table has
    minor formatting errors.
Imports: cli, httr2, lubridate, readr, stringr, tibble
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: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-09-16 14:42:14 UTC; bradfojb
Author: Jordan Bradford [aut, cre, cph]
Maintainer: Jordan Bradford <jrdnbradford@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-17 12:00:02 UTC
