{
  "_id": "6a0f681eacfb0bcc41c5d9db",
  "Package": "re",
  "Title": "'Python' Style Regular Expression Functions",
  "Version": "0.1.0",
  "Authors@R": "person(\"Garrett\", \"Shipley\", , \"garrett.shipley7@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-0444-0367\"))",
  "Description": "A comprehensive set of regular expression functions based\non those found in 'Python' without relying on 'reticulate'. It\nprovides functions that intend to (1) make it easier for users\nfamiliar with 'Python' to work with regular expressions, (2)\nreduce the complexity often associated with regular expressions\ncode, (3) and enable users to write more readable and\nmaintainable code that relies on regular expression-based\npattern matching.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.2.3",
  "URL": "https://pythonicr.github.io/re/, https://github.com/pythonicr/re",
  "BugReports": "https://github.com/pythonicr/re/issues",
  "Config/Needs/website": "pythonicr/pythonicrtemplate",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libicu-dev",
  "Repository": "https://pythonicr.r-universe.dev",
  "Date/Publication": "2024-08-27 21:40:00 UTC",
  "RemoteUrl": "https://github.com/pythonicr/re",
  "RemoteRef": "HEAD",
  "RemoteSha": "30f7abc97d64c5663e90e2b021c2309f714b672d",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-21 09:28:49 UTC",
    "User": "root"
  },
  "Author": "Garrett Shipley [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-0444-0367>)",
  "Maintainer": "Garrett Shipley <garrett.shipley7@gmail.com>",
  "MD5sum": "46fec2a4e580ae99f4290528ce638a0c",
  "_user": "pythonicr",
  "_type": "src",
  "_file": "re_0.1.0.tar.gz",
  "_fileid": "ee0aa7db47c0d94816344167e27a311783a3de69a6859dff4f32d487db00d1f7",
  "_filesize": 110856,
  "_sha256": "ee0aa7db47c0d94816344167e27a311783a3de69a6859dff4f32d487db00d1f7",
  "_created": "2026-05-21T09:28:49.000Z",
  "_published": "2026-05-21T20:16:30.964Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77260300758,
      "time": 104,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132178083"
    },
    {
      "job": 77260300702,
      "time": 110,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132180102"
    },
    {
      "job": 77260300887,
      "time": 143,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132179833"
    },
    {
      "job": 77260300864,
      "time": 132,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132177843"
    },
    {
      "job": 77260300132,
      "time": 189,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132138340"
    },
    {
      "job": 77260299943,
      "time": 98,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7146212208"
    },
    {
      "job": 77260300767,
      "time": 69,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7132164881"
    },
    {
      "job": 77260301091,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7132161450"
    },
    {
      "job": 77260300754,
      "time": 64,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7132163255"
    }
  ],
  "_buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/pythonicr/re",
  "_commit": {
    "id": "30f7abc97d64c5663e90e2b021c2309f714b672d",
    "author": "Garrett Shipley <garrett.shipley7+github@gmail.com>",
    "committer": "Garrett Shipley <garrett.shipley7+github@gmail.com>",
    "message": "Adds CRAN-SUBMISSION files and ignore\n",
    "time": 1724794800
  },
  "_maintainer": {
    "name": "Garrett Shipley",
    "email": "garrett.shipley7@gmail.com",
    "login": "gmshipley",
    "description": "",
    "uuid": 105885280,
    "orcid": "0000-0002-0444-0367"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "pythonicr",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [],
  "_tags": [],
  "_stars": 1,
  "_contributors": [
    {
      "user": "garth74",
      "count": 33,
      "uuid": 87590876
    }
  ],
  "_userbio": {
    "uuid": 153027092,
    "type": "organization",
    "name": "pythonicr"
  },
  "_downloads": {
    "count": 188,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/re"
  },
  "_devurl": "https://github.com/pythonicr/re",
  "_pkgdown": "https://pythonicr.github.io/re/",
  "_searchresults": 22,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/re.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/pythonicr/re",
  "_realowner": "pythonicr",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2024-09-02"
    }
  ],
  "_exports": [
    "re_compile",
    "re_contains",
    "re_escape",
    "re_findall",
    "re_fullmatch",
    "re_match",
    "re_search",
    "re_split",
    "re_sub"
  ],
  "_help": [
    {
      "page": "re_compile",
      "title": "Create a regular expression object with specific flags",
      "topics": [
        "re_compile"
      ]
    },
    {
      "page": "re_contains",
      "title": "Check if string contains a regular expression",
      "topics": [
        "re_contains"
      ]
    },
    {
      "page": "re_escape",
      "title": "Escape special characters",
      "topics": [
        "re_escape"
      ]
    },
    {
      "page": "re_findall",
      "title": "Extract all occurrences of a pattern in a string",
      "topics": [
        "re_findall"
      ]
    },
    {
      "page": "re_fullmatch",
      "title": "Match a pattern against the entire string",
      "topics": [
        "re_fullmatch"
      ]
    },
    {
      "page": "re_match",
      "title": "Match a pattern at the start of a string",
      "topics": [
        "re_match"
      ]
    },
    {
      "page": "re_search",
      "title": "Search for a pattern in a string",
      "topics": [
        "re_search"
      ]
    },
    {
      "page": "re_split",
      "title": "Split a string by a regular expression pattern",
      "topics": [
        "re_split"
      ]
    },
    {
      "page": "re_sub",
      "title": "Substitute occurrences of a pattern in a string",
      "topics": [
        "re_sub"
      ]
    }
  ],
  "_readme": "https://github.com/pythonicr/re/raw/HEAD/README.md",
  "_rundeps": [
    "stringi"
  ],
  "_score": 3.041392685158225,
  "_indexed": true,
  "_nocasepkg": "re",
  "_universes": [
    "pythonicr",
    "gmshipley"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-21T09:30:43.000Z",
      "distro": "noble",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "9ae9024ca36019bf291598e9d26973603bb9331ec9b65c21e990d760f933300c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-21T09:30:49.000Z",
      "distro": "noble",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "8f291a60f75526557704a6242e417c4bc19ca1974b51ac035cd0c96699cab0e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-21T09:30:49.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "9a7534d9aaedc582562fbec8e0ea08ea827fa5a34f7ddf9385f489741a849194",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-21T09:30:45.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "0dcfb2d0308e121a1491159ce36a4e92038bf3e7897e5a85f142d20588c1d5ea",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-21T20:16:11.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "d3b71cdc1a1aa66a7c7bb17eccb34e8fccc60a94e4a3044f19a1e3014464d488",
      "status": "success",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-21T09:30:03.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "46f0f58d6eb8516d981c1907fbcab78f03f11fb997a5a68d0155b74b0a1e4d6d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-21T09:29:54.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "fcae910bf88538a91ad97e3f3d649dba0c82ebbf942cbb64bb59975a0d9a7394",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-21T09:29:58.000Z",
      "commit": "30f7abc97d64c5663e90e2b021c2309f714b672d",
      "fileid": "546ebfc4f50601fdf98d74ff324e37eb7f4a1535ca0deef1fa02d396ba248a34",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/pythonicr/actions/runs/26217479062"
    }
  ]
}