{
  "_id": "6a5334eb9b92047c28d56903",
  "Package": "sanitizers",
  "Type": "Package",
  "Title": "C/C++ Source Code to Trigger Address and Undefined Behaviour\nSanitizers",
  "Version": "0.1.1",
  "Date": "2023-06-11",
  "Authors@R": "person(\"Dirk\", \"Eddelbuettel\", role = c(\"aut\", \"cre\"), email = \"edd@debian.org\",\ncomment = c(ORCID = \"0000-0001-6419-907X\"))",
  "Description": "Recent gcc and clang compiler versions provide\nfunctionality to test for memory violations and other undefined\nbehaviour; this is often referred to as \"Address Sanitizer\" (or\n'ASAN') and \"Undefined Behaviour Sanitizer\" ('UBSAN'). The\nWriting R Extension manual describes this in some detail in\nSection 4.3 title \"Checking Memory Access\".\n.\nThis feature has to be enabled in the corresponding binary, eg in R,\nwhich is somewhat involved as it also required a current\ncompiler toolchain which is not yet widely available, or in the\ncase of Windows, not available at all (via the common Rtools\nmechanism).\n.\nAs an alternative, pre-built Docker containers such as the Rocker\ncontainer 'r-devel-san' or the multi-purpose container\n'r-debug' can be used.\n.\nThis package then provides a means of testing the compiler setup as the\nknown code failures provides in the sample code here should be\ndetected correctly, whereas a default build of R will let the\npackage pass.\n.\nThe code samples are based on the examples from the Address Sanitizer\nWiki at <https://github.com/google/sanitizers/wiki>.",
  "License": "GPL (>= 2)",
  "URL": "https://github.com/eddelbuettel/sanitizers,\nhttps://dirk.eddelbuettel.com/code/sanitizers.html",
  "BugReports": "https://github.com/eddelbuettel/sanitizers/issues",
  "Repository": "https://eddelbuettel.r-universe.dev",
  "Date/Publication": "2026-02-11 23:25:10 UTC",
  "RemoteUrl": "https://github.com/eddelbuettel/sanitizers",
  "RemoteRef": "HEAD",
  "RemoteSha": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-12 06:27:47 UTC",
    "User": "root"
  },
  "Author": "Dirk Eddelbuettel [aut, cre] (ORCID:\n<https://orcid.org/0000-0001-6419-907X>)",
  "Maintainer": "Dirk Eddelbuettel <edd@debian.org>",
  "_user": "eddelbuettel",
  "_type": "src",
  "_file": "sanitizers_0.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/fc023ba86a7e7846ebddfd83d4ec9fb66452ca8fb7a196367572a5ac8e025edf",
  "_filesize": 96118,
  "_sha256": "fc023ba86a7e7846ebddfd83d4ec9fb66452ca8fb7a196367572a5ac8e025edf",
  "_expires": "2026-10-20T06:32:09.000Z",
  "_created": "2026-07-12T06:27:47.000Z",
  "_published": "2026-07-12T06:32:11.006Z",
  "_jobs": [
    {
      "job": 86623220099,
      "time": 128,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8256966312"
    },
    {
      "job": 86623220103,
      "time": 101,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8256962441"
    },
    {
      "job": 86623220109,
      "time": 108,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256963655"
    },
    {
      "job": 86623220125,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256962115"
    },
    {
      "job": 86623220097,
      "time": 69,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8256958141"
    },
    {
      "job": 86623220107,
      "time": 220,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8256977784"
    },
    {
      "job": 86623220140,
      "time": 64,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256957446"
    },
    {
      "job": 86623220128,
      "time": 181,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256973283"
    },
    {
      "job": 86623010507,
      "time": 192,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256948762"
    },
    {
      "job": 86623220082,
      "time": 85,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8256960124"
    },
    {
      "job": 86623220089,
      "time": 68,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8256957930"
    },
    {
      "job": 86623220085,
      "time": 74,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8256958737"
    },
    {
      "job": 86623220093,
      "time": 62,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8256957179"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711",
  "_status": "success",
  "_upstream": "https://github.com/eddelbuettel/sanitizers",
  "_commit": {
    "id": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
    "author": "Dirk Eddelbuettel <edd@debian.org>",
    "committer": "Dirk Eddelbuettel <edd@debian.org>",
    "message": "Switch ci.yaml to actions/checkout@v6\n",
    "time": 1770852310
  },
  "_maintainer": {
    "name": "Dirk Eddelbuettel",
    "email": "edd@debian.org",
    "login": "eddelbuettel",
    "mastodon": "@eddelbuettel@mastodon.social",
    "bluesky": "@eddelbuettel.com",
    "linkedin": "in/dirkeddelbuettel",
    "orcid": "0000-0001-6419-907X",
    "twitter": "@eddelbuettel",
    "description": "",
    "uuid": 673121
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [],
  "_owner": "eddelbuettel",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-40",
      "n": 1
    },
    {
      "week": "2026-07",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 13,
  "_contributors": [
    {
      "user": "eddelbuettel",
      "count": 30,
      "uuid": 673121
    }
  ],
  "_userbio": {
    "uuid": 673121,
    "type": "user",
    "name": "Dirk Eddelbuettel",
    "followers": 1940
  },
  "_downloads": {
    "count": 201,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/sanitizers"
  },
  "_devurl": "https://github.com/eddelbuettel/sanitizers",
  "_searchresults": 11,
  "_topics": [
    "cpp"
  ],
  "_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/readme.html",
    "extra/readme.md",
    "extra/sanitizers.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/eddelbuettel/sanitizers",
  "_realowner": "eddelbuettel",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2014-08-03"
    },
    {
      "version": "0.1.1",
      "date": "2023-06-11"
    }
  ],
  "_exports": [
    "heapAddressSanitize",
    "intOverflowSanitize",
    "stackAddressSanitize"
  ],
  "_help": [
    {
      "page": "sanitizers-package",
      "title": "C/C++ Source Code to Trigger Address and Undefined Behaviour Sanitizers",
      "topics": [
        "sanitizers-package",
        "heapAddressSanitize",
        "intOverflowSanitize",
        "sanitizers",
        "stackAddressSanitize"
      ]
    }
  ],
  "_readme": "https://github.com/eddelbuettel/sanitizers/raw/HEAD/README.md",
  "_rundeps": [],
  "_sysdeps": [
    {
      "shlib": "libstdc++",
      "package": "libstdc++6",
      "source": "gcc",
      "version": "16-20260322-1ubuntu1",
      "name": "c++",
      "homepage": "http://gcc.gnu.org/",
      "description": "GNU Standard C++ Library v3"
    }
  ],
  "_score": 4.155336037465062,
  "_indexed": true,
  "_nocasepkg": "sanitizers",
  "_universes": [
    "eddelbuettel"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-12T06:30:11.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/9379ee4065b3f616fe5d971020bf55a764d4c494b60a725898158491e91cdc33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:40.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/5b3440094200937bad787d6f37baa80139a2323e718dca59bca33cc7261eef8b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:52.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/a36dffe51156c4be9c30b7ef61e1df02b4e947aec338618aa95c9d4dbe76242c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:38.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/89e433f674cae99dfd4eb230d9914818eeb5d0e18813444e41a04ce9ba4e66ae",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:07.000Z",
      "arch": "aarch64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/17e97e6510f14507fbe95ab7e65b12326482696fbd0856c1504e4a4eda818d8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-12T06:31:03.000Z",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/0475d5aeeb9f0ce9a85b4e89a1a9e5afa68f5728cd192bc1c2fbab078746ce10",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:02.000Z",
      "arch": "aarch64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/e9c34c226d7d6b8a7f3136d45858e077ccad4e84a20e24a9c8f25256a000949c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-12T06:30:49.000Z",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/1b4c65e0771754aab2c15c2d1fd8c403030bfee09ab5b51bf8d94e217203485f",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-07-12T06:29:30.000Z",
      "arch": "emscripten",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/62c6604681dc361fb72ee273d99f398f2d1354dafc9b81baa1df7e974e5edec9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-12T06:28:50.000Z",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/1d6b74b7a355cac0cb26b3c6740c21d6b0f8cca7d63edadec804076ea62ad52a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-12T06:28:59.000Z",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/122ecd0a6701b3c7c39a086bac6e68377a17baa69a0cb825da526bf374a5c10a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-12T06:28:47.000Z",
      "arch": "x86_64",
      "commit": "9f21abd4eaafc62d002a559f6b7bdfbe5aaa07c3",
      "fileid": "https://r2.ropensci.org/79720e13492115a90686ee5edf9c2721dd89151712ef709b178056f7fd65e7f2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/eddelbuettel/actions/runs/29182606711"
    }
  ]
}