{
  "_id": "6a1ed77fb401979e7340edb4",
  "Package": "regextable",
  "Title": "Pattern-Based Text Extraction and Standardization with Lookup\nTables",
  "Version": "0.1.2",
  "Authors@R": "c(\nperson(\"Shirlyn\", \"Dong\", email = \"shirlynd@umich.edu\", role = c(\"aut\", \"cre\")),\nperson(\"Devin\", \"Judge-Lord\", role = c(\"aut\"))\n)",
  "Description": "Extracts information from text using lookup tables of\nregular expressions. Each text entry is compared against\npatterns in a lookup table, returning the extracted substrings\nalongside optional metadata. Users can choose to extract all\nmatching patterns (generating multiple rows per text entry) or\nlimit extraction to the first match. This approach enables\ncomprehensive, standardized pattern coverage when processing\nlarge or complex text datasets.",
  "LazyData": "true",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "VignetteBuilder": "quarto",
  "URL": "https://github.com/judgelord/regextable,\nhttps://judgelord.github.io/regextable/",
  "BugReports": "https://github.com/judgelord/regextable/issues",
  "Config/testthat/edition": "3",
  "Language": "en-US",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://judgelord.r-universe.dev",
  "Date/Publication": "2026-04-20 19:03:11 UTC",
  "RemoteUrl": "https://github.com/judgelord/regextable",
  "RemoteRef": "HEAD",
  "RemoteSha": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-20 09:59:01 UTC",
    "User": "root"
  },
  "Author": "Shirlyn Dong [aut, cre],\nDevin Judge-Lord [aut]",
  "Maintainer": "Shirlyn Dong <shirlynd@umich.edu>",
  "MD5sum": "93df72c532552b052d21a7a40f1619af",
  "_user": "judgelord",
  "_type": "src",
  "_file": "regextable_0.1.2.tar.gz",
  "_fileid": "b41550bc34d74df7dcb12882c80ab4e86d627e71ba29939011a42b640386fb8c",
  "_filesize": 371876,
  "_sha256": "b41550bc34d74df7dcb12882c80ab4e86d627e71ba29939011a42b640386fb8c",
  "_created": "2026-05-20T09:59:01.000Z",
  "_published": "2026-06-02T13:15:43.874Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79079139022,
      "time": 140,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7106966349"
    },
    {
      "job": 79079139421,
      "time": 138,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106965841"
    },
    {
      "job": 79079139262,
      "time": 197,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7106995809"
    },
    {
      "job": 79079139063,
      "time": 228,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106994977"
    },
    {
      "job": 79079138442,
      "time": 231,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7106916789"
    },
    {
      "job": 79079138186,
      "time": 121,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7358710518"
    },
    {
      "job": 79079138873,
      "time": 130,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7106963380"
    },
    {
      "job": 79079139368,
      "time": 94,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7106950660"
    },
    {
      "job": 79079139308,
      "time": 124,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7106960522"
    }
  ],
  "_buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438",
  "_status": "failure",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/judgelord/regextable",
  "_commit": {
    "id": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
    "author": "Shirlyn Dong <=>",
    "committer": "Shirlyn Dong <=>",
    "message": "updated vignettes #12\n",
    "time": 1776711791
  },
  "_maintainer": {
    "name": "Shirlyn Dong",
    "email": "shirlynd@umich.edu"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1",
      "role": "Depends"
    },
    {
      "package": "chk",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "stringr",
      "role": "Imports"
    },
    {
      "package": "pbapply",
      "role": "Imports"
    },
    {
      "package": "stats",
      "role": "Imports"
    },
    {
      "package": "kableExtra",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "spelling",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "spacyr",
      "role": "Suggests"
    },
    {
      "package": "tibble",
      "role": "Suggests"
    },
    {
      "package": "googledrive",
      "role": "Suggests"
    },
    {
      "package": "googlesheets4",
      "role": "Suggests"
    }
  ],
  "_owner": "judgelord",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-43",
      "n": 36
    },
    {
      "week": "2025-44",
      "n": 32
    },
    {
      "week": "2025-45",
      "n": 45
    },
    {
      "week": "2025-46",
      "n": 21
    },
    {
      "week": "2025-47",
      "n": 37
    },
    {
      "week": "2025-48",
      "n": 55
    },
    {
      "week": "2025-49",
      "n": 21
    },
    {
      "week": "2026-02",
      "n": 10
    },
    {
      "week": "2026-03",
      "n": 17
    },
    {
      "week": "2026-04",
      "n": 12
    },
    {
      "week": "2026-05",
      "n": 17
    },
    {
      "week": "2026-06",
      "n": 11
    },
    {
      "week": "2026-07",
      "n": 13
    },
    {
      "week": "2026-08",
      "n": 5
    },
    {
      "week": "2026-09",
      "n": 11
    },
    {
      "week": "2026-10",
      "n": 15
    },
    {
      "week": "2026-11",
      "n": 12
    },
    {
      "week": "2026-12",
      "n": 18
    },
    {
      "week": "2026-13",
      "n": 12
    },
    {
      "week": "2026-14",
      "n": 10
    },
    {
      "week": "2026-15",
      "n": 12
    },
    {
      "week": "2026-16",
      "n": 12
    },
    {
      "week": "2026-17",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "shirlyndong",
      "count": 383,
      "uuid": 187965097
    },
    {
      "user": "judgelord",
      "count": 10,
      "uuid": 20197076
    }
  ],
  "_userbio": {
    "uuid": 20197076,
    "type": "user",
    "name": "Devin Judge-Lord",
    "description": "Professor"
  },
  "_downloads": {
    "count": 141,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/regextable"
  },
  "_devurl": "https://github.com/judgelord/regextable",
  "_pkgdown": "https://judgelord.github.io/regextable/",
  "_searchresults": 0,
  "_quarto": true,
  "_topics": [
    "quarto"
  ],
  "_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/readme.html",
    "extra/readme.md",
    "extra/regextable.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/judgelord/regextable",
  "_realowner": "judgelord",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2026-02-05"
    }
  ],
  "_exports": [
    "clean_text",
    "extract"
  ],
  "_datasets": [
    {
      "name": "cr2007_03_01",
      "title": "cr2007_03_01 dataset",
      "object": "cr2007_03_01",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "date",
        "text",
        "header",
        "url"
      ],
      "rows": 154,
      "table": true,
      "tojson": true
    },
    {
      "name": "members",
      "title": "members dataset",
      "object": "members",
      "class": [
        "tbl_df",
        "tbl",
        "data.frame"
      ],
      "fields": [
        "chamber",
        "congress",
        "bioname",
        "pattern",
        "icpsr",
        "state",
        "state_abbrev",
        "district_code",
        "bioguide_id",
        "first_name",
        "last_name"
      ],
      "rows": 547,
      "table": true,
      "tojson": true
    }
  ],
  "_help": [
    {
      "page": "clean_text",
      "title": "Clean Text",
      "topics": [
        "clean_text"
      ]
    },
    {
      "page": "cr2007_03_01",
      "title": "cr2007_03_01 dataset",
      "topics": [
        "cr2007_03_01"
      ]
    },
    {
      "page": "extract",
      "title": "Extract Regex Pattern Matches from Text Data",
      "topics": [
        "extract"
      ]
    },
    {
      "page": "members",
      "title": "members dataset",
      "topics": [
        "members"
      ]
    }
  ],
  "_pkglogo": "https://github.com/judgelord/regextable/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/judgelord/regextable/raw/HEAD/README.md",
  "_rundeps": [
    "chk",
    "cli",
    "dplyr",
    "generics",
    "glue",
    "lifecycle",
    "magrittr",
    "pbapply",
    "pillar",
    "pkgconfig",
    "R6",
    "rlang",
    "stringi",
    "stringr",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr"
  ],
  "_score": 4.537819095073274,
  "_indexed": true,
  "_nocasepkg": "regextable",
  "_universes": [
    "judgelord"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-20T10:01:22.000Z",
      "distro": "noble",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "255c309ed5f98c3a089d87d99b386217f14f9d2195c0e33e85d23b3cc2f87826",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.2",
      "date": "2026-05-20T10:01:21.000Z",
      "distro": "noble",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "0062e337fd1f62a7051ce314cf3c54a9c6bcd6432111705229dd0f77de41a3bb",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-20T10:02:52.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "343d02ecde0aa0c6237e3542ceab616c77be0500af9927ea8945830e841c898b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.2",
      "date": "2026-05-20T10:02:43.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "1138c38e722369e4db96cd609628003a3897a61e4ac2730a20603a56a41ee207",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-20T10:01:09.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "f8c106924e72efc7555f7efc7f3eafc21df98e7c83440ded95de822e965ab4b6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-20T10:00:34.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "5b8cb718b7b7e1bf30b72b8d6fa51afda71a6f35c3e7e6a5276dd1adcd28be5b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.2",
      "date": "2026-05-20T10:01:00.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "9e801d7eb61913bf94baf27d02046fb0a0e2c7958336f1e97b4e14097cb0ecab",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.2",
      "date": "2026-06-02T13:15:28.000Z",
      "commit": "035ef79284faf43743f3c9fa87c8bb763d299eb2",
      "fileid": "6383584e5e4276ebbac4d7ce22ae8c18f8c3b6cd58e9f311daa479bfeb52cb14",
      "status": "success",
      "buildurl": "https://github.com/r-universe/judgelord/actions/runs/26155136438"
    }
  ]
}