{
  "_id": "6a168b9dacfb0bcc41d76a25",
  "Package": "stringrs",
  "Title": "Fast Regex Matching with Rust and Parallel Processing",
  "Version": "0.0.0.9000",
  "Authors@R": "person(\"Brancen\", \"Gregory\", , \"brancengregory@gmail.com\", role = c(\"aut\", \"cre\"))",
  "Description": "High-performance regex matching for R using Rust via\nextendr. Supports both standard regex (fast) and fancy-regex\n(backrefs/lookaheads). Includes smart defaults for parallel\nprocessing and multiple output formats.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.2",
  "Config/rextendr/version": "0.4.2",
  "Config/testthat/edition": "3",
  "SystemRequirements": "Cargo (Rust package manager)",
  "Config/pak/sysreqs": "libclang-dev",
  "Repository": "https://brancengregory.r-universe.dev",
  "Date/Publication": "2026-03-28 08:12:18 UTC",
  "RemoteUrl": "https://github.com/brancengregory/stringrs",
  "RemoteRef": "HEAD",
  "RemoteSha": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-05-27 06:06:19 UTC",
    "User": "root"
  },
  "Author": "Brancen Gregory [aut, cre]",
  "Maintainer": "Brancen Gregory <brancengregory@gmail.com>",
  "MD5sum": "030f6818f5119e4b0f3755f61d851e28",
  "_user": "brancengregory",
  "_type": "src",
  "_file": "stringrs_0.0.0.9000.tar.gz",
  "_fileid": "56f3e418309f856e11be2c83cb96bc25e0fe3b8ac4513a960dc0136f6380b41c",
  "_filesize": 161818,
  "_sha256": "56f3e418309f856e11be2c83cb96bc25e0fe3b8ac4513a960dc0136f6380b41c",
  "_created": "2026-05-27T06:06:19.000Z",
  "_published": "2026-05-27T06:13:49.041Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 78017752758,
      "time": 151,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7233134307"
    },
    {
      "job": 78017752848,
      "time": 201,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7233145253"
    },
    {
      "job": 78017752828,
      "time": 183,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7233141377"
    },
    {
      "job": 78017752745,
      "time": 178,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7233140019"
    },
    {
      "job": 78017752827,
      "time": 139,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7233128312"
    },
    {
      "job": 78017752901,
      "time": 384,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7233181845"
    },
    {
      "job": 78017752832,
      "time": 153,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7233129380"
    },
    {
      "job": 78017752851,
      "time": 233,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7233149636"
    },
    {
      "job": 78017342264,
      "time": 219,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7233100731"
    },
    {
      "job": 78017752721,
      "time": 137,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 78017752798,
      "time": 162,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "7233136729"
    },
    {
      "job": 78017752747,
      "time": 184,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "7233141507"
    },
    {
      "job": 78017752755,
      "time": 223,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "7233150563"
    }
  ],
  "_buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/brancengregory/stringrs",
  "_commit": {
    "id": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
    "author": "Brancen Gregory <brancengregory@gmail.com>",
    "committer": "Brancen Gregory <brancengregory@gmail.com>",
    "message": "perf: optimize benchmark accuracy with warm-up iterations and vapply patterns\n",
    "time": 1774685538
  },
  "_maintainer": {
    "name": "Brancen Gregory",
    "email": "brancengregory@gmail.com",
    "login": "brancengregory",
    "twitter": "@brancengregory",
    "description": "",
    "uuid": 13408602
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "bench",
      "role": "Suggests"
    },
    {
      "package": "mirai",
      "role": "Suggests"
    },
    {
      "package": "future",
      "role": "Suggests"
    },
    {
      "package": "promises",
      "role": "Suggests"
    },
    {
      "package": "furrr",
      "role": "Suggests"
    },
    {
      "package": "ggplot2",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "tidyr",
      "role": "Suggests"
    }
  ],
  "_owner": "brancengregory",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-13",
      "n": 3
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "brancengregory",
      "count": 6,
      "uuid": 13408602
    }
  ],
  "_userbio": {
    "uuid": 13408602,
    "type": "user",
    "name": "Brancen Gregory"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/stringrs"
  },
  "_devurl": "https://github.com/brancengregory/stringrs",
  "_searchresults": 4,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo"
  ],
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/readme.html",
    "extra/readme.md",
    "extra/stringrs.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "string_detect"
  ],
  "_help": [
    {
      "page": "stringrs-package",
      "title": "stringrs: Fast Regex Matching with Rust and Parallel Processing",
      "topics": [
        "stringrs-package",
        "stringrs"
      ]
    },
    {
      "page": "choose_engine",
      "title": "Choose regex engine based on pattern complexity",
      "topics": [
        "choose_engine"
      ]
    },
    {
      "page": "detect_multi",
      "title": "Detect multiple patterns using optimized flat array output",
      "topics": [
        "detect_multi"
      ]
    },
    {
      "page": "detect_single",
      "title": "Detect single pattern match (uses cached compilation)",
      "topics": [
        "detect_single"
      ]
    },
    {
      "page": "r_string_detect_fancy_cached",
      "title": "Fancy-regex single pattern with caching",
      "topics": [
        "r_string_detect_fancy_cached"
      ]
    },
    {
      "page": "r_string_detect_multi_fancy_optimized",
      "title": "Multi-pattern fancy-regex with caching",
      "topics": [
        "r_string_detect_multi_fancy_optimized"
      ]
    },
    {
      "page": "r_string_detect_multi_regex_optimized",
      "title": "OPTIMIZED: Multi-pattern detection using flat boolean array Returns: flat array n_strings × n_patterns as R integer vector (0/1)",
      "topics": [
        "r_string_detect_multi_regex_optimized"
      ]
    },
    {
      "page": "r_string_detect_regex_cached",
      "title": "OPTIMIZED: Single pattern detection",
      "topics": [
        "r_string_detect_regex_cached"
      ]
    },
    {
      "page": "string_detect",
      "title": "Detect string matches with smart defaults (optimized)",
      "topics": [
        "string_detect"
      ]
    }
  ],
  "_readme": "https://github.com/brancengregory/stringrs/raw/HEAD/README.md",
  "_rundeps": [
    "cli",
    "glue",
    "lifecycle",
    "magrittr",
    "pillar",
    "pkgconfig",
    "rlang",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_score": 1.6989700043360187,
  "_indexed": true,
  "_nocasepkg": "stringrs",
  "_universes": [
    "brancengregory"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:09:01.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "78b8e0ef7794e8c5015f6d89431231535edaddacebd5f5222ac20942ef88cf34",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:09:45.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "3a7344d6a9783f9b2391251b9410b316327fbd4596b40fb2469edd0372fe9a69",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:09:31.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "d772c3d907c83eb59f69ba6cf3e2e687cbe2a542a3e7690d9918a6cc97ee6e3e",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:09:21.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "51aba2c4aafe6954ce2f48907995f27e036e3cb63d58f61e168b098bd3935a03",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:08:36.000Z",
      "arch": "aarch64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "e9c604b94fb903934a655ac74961128fcc893893858d166d3326a88292bd4213",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:11:29.000Z",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "72d39ca6082d17e4616a11e75b41df0f60285754ecf913ad68dfeba97c34ec1b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:08:38.000Z",
      "arch": "aarch64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "42493397f31e32165f396990965481b37901d6f55bbcc321c58113a36d31404b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:09:31.000Z",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "1dea927fabc8ccf82bee825411527fdaca07c2d9f55c91bf41e474b72d7051c7",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:08:05.000Z",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "00a939bcab085d675ade11c9a7f503482ce1d76ae2c4395ff2f5b219904091ad",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:08:00.000Z",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "82165c305b7a54a15f2543c5db5d9faafeabff66e4289fa835ba165127ee225b",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.0.0.9000",
      "date": "2026-05-27T06:08:07.000Z",
      "arch": "x86_64",
      "commit": "b49b82e3650b664cf21acb6191794c4595e4fdd1",
      "fileid": "e83668a3736d836f5f27427d50becc6217e1751125be2f2e1071cb359a3befa2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/brancengregory/actions/runs/26493864733"
    }
  ]
}