{
  "_id": "6a614b631fed6d528131ed43",
  "Package": "regexplain",
  "Title": "Rstudio Addin to Explain, Test and Build Regular Expressions",
  "Version": "0.2.2.9000",
  "Authors@R": "c(person(given = \"Garrick\",\nfamily = \"Aden-Buie\",\nrole = c(\"aut\", \"cre\"),\nemail = \"garrick@adenbuie.com\"),\nperson(given = \"Winston\",\nfamily = \"Chang\",\nrole = \"ctb\",\ncomment = \"Author of textInput and textAreaInput fragments from shiny\"),\nperson(given = \"Yihui\",\nfamily = \"Xie\",\nrole = \"ctb\",\ncomment = \"Author of escape_html fragment from highr\"),\nperson(family = \"RStudio\",\nrole = \"cph\",\ncomment = \"Copyright holder of included shiny fragments\"))",
  "Description": "A set of RStudio Addins to help interactively test and\nbuild regular expressions. Provides a Shiny gadget interface\nfor interactively constructing the regular expression and\nviewing the results from common string-searching functions. The\ngadget interface includes a helpful regex syntax reference\nsheet and a library of common patterns.",
  "License": "GPL-3",
  "URL": "https://github.com/gadenbuie/regexplain",
  "BugReports": "https://github.com/gadenbuie/regexplain/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.1.1",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://gadenbuie.r-universe.dev",
  "Date/Publication": "2026-07-22 22:26:30 UTC",
  "RemoteUrl": "https://github.com/gadenbuie/regexplain",
  "RemoteRef": "main",
  "RemoteSha": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-07-22 22:53:44 UTC",
    "User": "root"
  },
  "Author": "Garrick Aden-Buie [aut, cre],\nWinston Chang [ctb] (Author of textInput and textAreaInput fragments\nfrom shiny),\nYihui Xie [ctb] (Author of escape_html fragment from highr),\nRStudio [cph] (Copyright holder of included shiny fragments)",
  "Maintainer": "Garrick Aden-Buie <garrick@adenbuie.com>",
  "_user": "gadenbuie",
  "_type": "src",
  "_file": "regexplain_0.2.2.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/90ed09983a8285cd086d24ccaf8d3dcbdbbddd1271c7a63d269e57e347aa2bfb",
  "_filesize": 150788,
  "_sha256": "90ed09983a8285cd086d24ccaf8d3dcbdbbddd1271c7a63d269e57e347aa2bfb",
  "_expires": "2026-10-30T22:59:45.000Z",
  "_created": "2026-07-22T22:53:44.000Z",
  "_published": "2026-07-22T22:59:47.464Z",
  "_jobs": [
    {
      "job": 89072639004,
      "time": 135,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8547303781"
    },
    {
      "job": 89072638955,
      "time": 144,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8547307267"
    },
    {
      "job": 89072638960,
      "time": 101,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8547360866"
    },
    {
      "job": 89072639019,
      "time": 101,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8547365592"
    },
    {
      "job": 89072078588,
      "time": 195,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8547256490"
    },
    {
      "job": 89072638901,
      "time": 126,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8547300336"
    },
    {
      "job": 89072638953,
      "time": 80,
      "config": "windows-devel-x86_64",
      "r": "4.7.0",
      "check": "ERROR",
      "artifact": "8547285493"
    },
    {
      "job": 89072638975,
      "time": 82,
      "config": "windows-oldrel-x86_64",
      "r": "4.5.3",
      "check": "ERROR",
      "artifact": "8547286128"
    },
    {
      "job": 89072639021,
      "time": 77,
      "config": "windows-release-x86_64",
      "r": "4.6.1",
      "check": "ERROR",
      "artifact": "8547284590"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808",
  "_status": "success",
  "_upstream": "https://github.com/gadenbuie/regexplain",
  "_commit": {
    "id": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
    "author": "Maximilian Scholz <dev.scholz@mailbox.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Fix ry audit findings (#27)",
    "time": 1784759190
  },
  "_maintainer": {
    "name": "Garrick Aden-Buie",
    "email": "garrick@adenbuie.com",
    "login": "gadenbuie",
    "mastodon": "@grrrck@fosstodon.org",
    "bluesky": "@grrrck.xyz",
    "description": "Software engineer for Shiny at @posit-pbc",
    "uuid": 5420529
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.2",
      "role": "Depends"
    },
    {
      "package": "dplyr",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "knitr",
      "role": "Imports"
    },
    {
      "package": "miniUI",
      "role": "Imports"
    },
    {
      "package": "purrr",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "role": "Imports"
    },
    {
      "package": "rstudioapi",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "version": ">= 0.13",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "utils",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "rematch2",
      "role": "Suggests"
    },
    {
      "package": "stringr",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "role": "Suggests"
    }
  ],
  "_owner": "gadenbuie",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-30",
      "n": 1
    }
  ],
  "_tags": [],
  "_topics": [
    "gadget",
    "regex",
    "regex-expression",
    "regular-expression",
    "rstudio-addin",
    "shiny",
    "stringr"
  ],
  "_stars": 490,
  "_contributors": [
    {
      "user": "gadenbuie",
      "count": 158,
      "uuid": 5420529
    },
    {
      "user": "katrinleinweber",
      "count": 1,
      "uuid": 9948149
    },
    {
      "user": "sims1253",
      "count": 1,
      "uuid": 6530123
    },
    {
      "user": "gegznav",
      "count": 1,
      "uuid": 12725868
    }
  ],
  "_userbio": {
    "uuid": 5420529,
    "type": "user",
    "name": "Garrick Aden-Buie",
    "followers": 1197,
    "description": "Software engineer for Shiny at @posit-pbc"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/regexplain"
  },
  "_devurl": "https://github.com/gadenbuie/regexplain",
  "_searchresults": 13,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/regexplain.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "regex_gadget",
    "regexplain_cheatsheet",
    "regexplain_file",
    "regexplain_gadget",
    "regexplain_web",
    "view_regex"
  ],
  "_help": [
    {
      "page": "regex",
      "title": "Extract matched groups from regexp",
      "topics": [
        "regex"
      ]
    },
    {
      "page": "regexplain_cheatsheet",
      "title": "Regex Cheatsheet Quick Reference",
      "topics": [
        "regexplain_cheatsheet"
      ]
    },
    {
      "page": "regexplain_gadget",
      "title": "RegExplain gadget",
      "topics": [
        "regexplain_file",
        "regexplain_gadget",
        "regexplain_web"
      ]
    },
    {
      "page": "textAreaInputAlt",
      "title": "Modified Text Area Input",
      "concept": [
        "modified shiny inputs"
      ],
      "topics": [
        "textAreaInputAlt"
      ]
    },
    {
      "page": "textInputCode",
      "title": "Modified Text Input",
      "concept": [
        "modified shiny inputs"
      ],
      "topics": [
        "textInputCode"
      ]
    },
    {
      "page": "view_regex",
      "title": "View grouped regex results",
      "topics": [
        "view_regex"
      ]
    }
  ],
  "_rundeps": [
    "base64enc",
    "bslib",
    "cachem",
    "cli",
    "commonmark",
    "digest",
    "dplyr",
    "evaluate",
    "fastmap",
    "fontawesome",
    "fs",
    "generics",
    "glue",
    "highr",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "knitr",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "miniUI",
    "otel",
    "pillar",
    "pkgconfig",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "rstudioapi",
    "sass",
    "shiny",
    "sourcetools",
    "stringi",
    "tibble",
    "tidyselect",
    "utf8",
    "vctrs",
    "withr",
    "xfun",
    "xtable",
    "yaml"
  ],
  "_score": 4.281260687055013,
  "_indexed": true,
  "_nocasepkg": "regexplain",
  "_universes": [
    "gadenbuie"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:56:03.000Z",
      "distro": "resolute",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/7c78dbe5aa36552fea8710485574035773a15a99e3d6a06d53ca86f34304df29",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:56:08.000Z",
      "distro": "resolute",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/76a3e1331e6ab7e4793519067f5076a59c338c91ddb1f509618fc447c4bcb6ed",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:58:53.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/98582e2ae2fb29c11b6f3e07fe33f7c95c5e2fc4c6ec80996a5734fd41ff7f4a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:59:06.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/bf5e313d54fa37f3ecee3f690468477e103de015e21f38c5e6d1c3bdf509993a",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:56:08.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/f4d2c292edd22d7254030d6fbe6b6aec6f2ae78abf89d22f1f992d4b04e6a6d2",
      "status": "success",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:54:56.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/b48a9290967c026ed64a9a15f8face883cd5a248bac35e909576e7d601b7a3dd",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:55:00.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/c8f67bb59c881017d8cedb558a83beeacbc01cbd7fcab82381be392bdb43eee0",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.2.2.9000",
      "date": "2026-07-22T22:54:56.000Z",
      "commit": "befefa27190e88a4a758ece41d4c0fd57cf030f1",
      "fileid": "https://r2.ropensci.org/6a10a4245bc89eb66374c4355582571d6dfc8f6f290128ed7d458eb484e52808",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/gadenbuie/actions/runs/29964224808"
    }
  ]
}