{
  "_id": "6a1cbe0a1d7bb097a0a343e6",
  "Package": "readMDTable",
  "Title": "Read Markdown Tables into Tibbles",
  "Version": "0.3.3.9000",
  "Authors@R": "person(\"Jordan\", \"Bradford\", , \"jrdnbradford@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID = \"0009-0000-8570-3474\"))",
  "Description": "Efficient reading of raw markdown tables into tibbles.\nDesigned to accept content from strings, files, and URLs with\nthe ability to extract and read multiple tables from markdown\nfor analysis.",
  "URL": "https://github.com/jrdnbradford/readMDTable,\nhttps://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",
  "Config/testthat/edition": "3",
  "VignetteBuilder": "knitr",
  "Config/pak/sysreqs": "libicu-dev libssl-dev libx11-dev",
  "Repository": "https://jrdnbradford.r-universe.dev",
  "Date/Publication": "2026-05-31 21:58:24 UTC",
  "RemoteUrl": "https://github.com/jrdnbradford/readmdtable",
  "RemoteRef": "HEAD",
  "RemoteSha": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-31 22:59:07 UTC",
    "User": "root"
  },
  "Author": "Jordan Bradford [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0000-8570-3474>)",
  "Maintainer": "Jordan Bradford <jrdnbradford@gmail.com>",
  "MD5sum": "62a2e9a675fa77819b5c016eb3c6303f",
  "_user": "jrdnbradford",
  "_type": "src",
  "_file": "readMDTable_0.3.3.9000.tar.gz",
  "_fileid": "9b074a2b2ebd2fbbb0b5e60dfad8abba3cebeb7f9110f7e6e7d1763071245784",
  "_filesize": 593296,
  "_sha256": "9b074a2b2ebd2fbbb0b5e60dfad8abba3cebeb7f9110f7e6e7d1763071245784",
  "_created": "2026-05-31T22:59:07.000Z",
  "_published": "2026-05-31T23:02:34.123Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78763783981,
      "time": 178,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7320802836"
    },
    {
      "job": 78763783948,
      "time": 171,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320802047"
    },
    {
      "job": 78763783949,
      "time": 84,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7320793204"
    },
    {
      "job": 78763783951,
      "time": 90,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320793919"
    },
    {
      "job": 78763607884,
      "time": 199,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320784744"
    },
    {
      "job": 78763783963,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320796954"
    },
    {
      "job": 78763783959,
      "time": 83,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7320793096"
    },
    {
      "job": 78763783953,
      "time": 78,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7320792539"
    },
    {
      "job": 78763783955,
      "time": 90,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7320793822"
    }
  ],
  "_buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/jrdnbradford/readmdtable",
  "_commit": {
    "id": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
    "author": "Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #107 from jrdnbradford/add-http-timeout",
    "time": 1780264704
  },
  "_maintainer": {
    "name": "Jordan Bradford",
    "email": "jrdnbradford@gmail.com",
    "login": "jrdnbradford",
    "uuid": 36420801
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "httr2",
      "role": "Imports"
    },
    {
      "package": "readr",
      "version": ">= 2.2.0",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "devtools",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "lubridate",
      "role": "Suggests"
    },
    {
      "package": "microbenchmark",
      "role": "Suggests"
    },
    {
      "package": "precommit",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "rvest",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "usethis",
      "role": "Suggests"
    }
  ],
  "_owner": "jrdnbradford",
  "_selfowned": true,
  "_usedby": 2,
  "_updates": [
    {
      "week": "2025-45",
      "n": 1
    },
    {
      "week": "2026-22",
      "n": 3
    }
  ],
  "_tags": [
    {
      "name": "v0.3.3",
      "date": "2026-05-30"
    }
  ],
  "_topics": [
    "data",
    "data-analysis",
    "data-analytics",
    "data-extraction",
    "data-mining",
    "data-science",
    "markdown",
    "markdown-parser",
    "markdown-table",
    "r-programming",
    "tables"
  ],
  "_stars": 8,
  "_contributors": [
    {
      "user": "jrdnbradford",
      "count": 192,
      "uuid": 36420801
    }
  ],
  "_userbio": {
    "uuid": 36420801,
    "type": "user",
    "name": "Jordan Bradford",
    "description": "Probably coding in a Dracula-themed IDE."
  },
  "_downloads": {
    "count": 1513,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/readMDTable"
  },
  "_devurl": "https://github.com/jrdnbradford/readmdtable",
  "_pkgdown": "https://jrdnbradford.github.io/readMDTable/",
  "_searchresults": 5,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readMDTable.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/jrdnbradford/readmdtable",
  "_realowner": "jrdnbradford",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2024-09-17"
    },
    {
      "version": "0.2.0",
      "date": "2024-09-25"
    },
    {
      "version": "0.3.0",
      "date": "2025-01-07"
    },
    {
      "version": "0.3.1",
      "date": "2025-01-25"
    },
    {
      "version": "0.3.2",
      "date": "2025-05-05"
    },
    {
      "version": "0.3.3",
      "date": "2026-05-31"
    }
  ],
  "_exports": [
    "extract_md_table",
    "extract_md_tables",
    "read_md_table",
    "read_md_table_example"
  ],
  "_help": [
    {
      "page": "extract_md_tables",
      "title": "Extract Markdown Tables from Markdown Files",
      "topics": [
        "extract_md_table",
        "extract_md_tables"
      ]
    },
    {
      "page": "read_md_table",
      "title": "Read a Markdown Table into a Tibble",
      "topics": [
        "read_md_table"
      ]
    },
    {
      "page": "read_md_table_example",
      "title": "Get Path to readMDTable Examples",
      "topics": [
        "read_md_table_example"
      ]
    }
  ],
  "_pkglogo": "https://github.com/jrdnbradford/readmdtable/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/jrdnbradford/readmdtable/raw/HEAD/README.md",
  "_rundeps": [
    "askpass",
    "bit",
    "bit64",
    "cli",
    "clipr",
    "cpp11",
    "crayon",
    "curl",
    "glue",
    "hms",
    "httr2",
    "lifecycle",
    "magrittr",
    "openssl",
    "pillar",
    "pkgconfig",
    "prettyunits",
    "progress",
    "purrr",
    "R6",
    "rappdirs",
    "readr",
    "rlang",
    "stringi",
    "stringr",
    "sys",
    "tibble",
    "tidyselect",
    "tzdb",
    "utf8",
    "vctrs",
    "vroom",
    "withr"
  ],
  "_vignettes": [
    {
      "source": "rvest-benchmarks.Rmd",
      "filename": "rvest-benchmarks.html",
      "title": "Benchmarking Against rvest",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Functions Tested",
        "Benchmark 1",
        "Benchmark 2",
        "Benchmark 3",
        "Benchmark 4"
      ],
      "created": "2024-09-20 18:42:00",
      "modified": "2025-05-05 20:05:04",
      "commits": 7
    }
  ],
  "_score": 5.861080165398774,
  "_indexed": true,
  "_nocasepkg": "readmdtable",
  "_universes": [
    "jrdnbradford"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:02:08.000Z",
      "distro": "noble",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "4dcd5c83a1bdc664014f25e9e49f8f0aff387091cd12263acae5329873b2a44b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:01:59.000Z",
      "distro": "noble",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "2066bfd4d6f358b256a0c2ce60602d7e9c4f80d29c823112f0016dfac4f11d44",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:00:38.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "f44b3676f557ece021777918c09f92ec7db9bef9679ad019cc75305283b0b737",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:00:41.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "e4aadcf16a5398f9eb543ecbcda3486fc5a321a0aff11261755f940e6030362a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:01:24.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "76b800544814f198b37a0858846676fdcd46139903db617166cbf5b719f190bd",
      "status": "success",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:00:28.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "928a1fe11f462d030656c52532c801a6da7e297dc20a320e55a7cadc450d806a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:00:24.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "4bd33efacf61138fcb115f79c829d212d38cf40569f8c22aeb8670e8cb210838",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.3.3.9000",
      "date": "2026-05-31T23:00:34.000Z",
      "commit": "71e98a5de7abe3b72db5079e4070480cdcb9912e",
      "fileid": "10a6782252bcbb8248883733a3139b1931f04f8c830aacf86ea8fde8ad32489b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/jrdnbradford/actions/runs/26726889047"
    }
  ]
}