Package: readMDTable Title: Read Markdown Tables into Tibbles Version: 0.4.0.9000 Authors@R: person("Jordan", "Bradford", , "jrdnbradford@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0009-0000-8570-3474")) 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. Depends: R (>= 4.1.0) Imports: cli, httr2, lifecycle, readr (>= 2.2.0), 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 Config/roxygen2/version: 8.0.0 Config/roxygen2/markdown: TRUE Suggests: covr, devtools, dplyr, ggplot2, knitr, lubridate, microbenchmark, precommit, rmarkdown, rvest, testthat (>= 3.0.0), tibble, usethis Config/testthat/edition: 3 VignetteBuilder: knitr Config/pak/sysreqs: libicu-dev libssl-dev libx11-dev Repository: https://jrdnbradford.r-universe.dev Date/Publication: 2026-06-26 17:45:19 UTC RemoteUrl: https://github.com/jrdnbradford/readmdtable RemoteRef: HEAD RemoteSha: 8324a166111375ecebf93f86632def1aa10a21a0 NeedsCompilation: no Packaged: 2026-06-26 18:43:50 UTC; root Author: Jordan Bradford [aut, cre, cph] (ORCID: ) Maintainer: Jordan Bradford