{
  "_id": "6a2983d4732311cd875b4b7f",
  "Package": "nutpieR",
  "Title": "R Bindings for the Nutpie NUTS Sampler",
  "Version": "1.7.6",
  "Authors@R": "person(\"Andy\", \"Timm\", role = c(\"aut\", \"cre\"),\nemail = \"timmandrew1@gmail.com\")",
  "Description": "Lightweight R interface to the nutpie No-U-Turn Sampler\n(NUTS) implemented in Rust (nuts-rs), using BridgeStan for\nmodel gradients.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "Config/testthat/edition": "3",
  "Config/rextendr/version": "0.4.2",
  "SystemRequirements": "Cargo (Rust's package manager), rustc >= 1.85, GNU\nmake",
  "Config/roxygen2/version": "8.0.0",
  "Config/pak/sysreqs": "make libclang-dev",
  "Repository": "https://andytimm.r-universe.dev",
  "Date/Publication": "2026-06-10 13:32:00 UTC",
  "RemoteUrl": "https://github.com/andytimm/nutpieR",
  "RemoteRef": "HEAD",
  "RemoteSha": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-06-10 15:14:17 UTC",
    "User": "root"
  },
  "Author": "Andy Timm [aut, cre]",
  "Maintainer": "Andy Timm <timmandrew1@gmail.com>",
  "MD5sum": "199eaec16748056dfb9deafda93410d5",
  "_user": "andytimm",
  "_type": "src",
  "_file": "nutpieR_1.7.6.tar.gz",
  "_fileid": "dd50071c8b3ddceb8f0eb3456c690a83904f8803d0fcd34530628f3902d756ad",
  "_filesize": 254094,
  "_sha256": "dd50071c8b3ddceb8f0eb3456c690a83904f8803d0fcd34530628f3902d756ad",
  "_created": "2026-06-10T15:14:17.000Z",
  "_published": "2026-06-10T15:33:40.751Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 80594684120,
      "time": 685,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7540299800"
    },
    {
      "job": 80594683902,
      "time": 431,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7540198522"
    },
    {
      "job": 80594683821,
      "time": 398,
      "config": "linux-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7540187338"
    },
    {
      "job": 80594683898,
      "time": 457,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7540208853"
    },
    {
      "job": 80594683851,
      "time": 316,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7540270109"
    },
    {
      "job": 80594684220,
      "time": 641,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7540416682"
    },
    {
      "job": 80594683952,
      "time": 485,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7540356659"
    },
    {
      "job": 80594684061,
      "time": 621,
      "config": "macos-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7540361906"
    },
    {
      "job": 80593535687,
      "time": 331,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7540025226"
    },
    {
      "job": 80594683799,
      "time": 175,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80594683961,
      "time": 388,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80594683999,
      "time": 371,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 80594683868,
      "time": 436,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/andytimm/nutpieR",
  "_commit": {
    "id": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
    "author": "Andrew Timm <timmandrew1@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "fix: verify BridgeStan download TLS against OS trust store (#31)\n\nThe one-time BridgeStan source download used ureq's default TLS stack\n(rustls + bundled webpki-roots), which ignores CAs installed in the OS\ntrust store. Behind TLS-intercepting corporate proxies this fails with\n\"invalid peer certificate: UnknownIssuer\" (#30).\n\nPatch download_bridgestan_src() in the vendored bridgestan to build a\nureq agent with RootCerts::PlatformVerifier (ureq \"platform-verifier\"\nfeature): the OS verifier on Windows/macOS, system cert bundle on\nLinux. Stays pure-rustls — no OpenSSL build dependency.\n\nFixes #30\n\nCo-authored-by: Claude Fable 5 <noreply@anthropic.com>",
    "time": 1781098320
  },
  "_maintainer": {
    "name": "Andy Timm",
    "email": "timmandrew1@gmail.com",
    "login": "andytimm",
    "description": "Senior Data Scientist at Grow Progress, building our platform for efficient message testing at scale. Former campaign field/data staff.",
    "uuid": 12973310
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.2",
      "role": "Depends"
    },
    {
      "package": "digest",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "posterior",
      "role": "Imports"
    },
    {
      "package": "bayesplot",
      "role": "Suggests"
    },
    {
      "package": "posteriordb",
      "role": "Suggests"
    },
    {
      "package": "reticulate",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "withr",
      "role": "Suggests"
    }
  ],
  "_owner": "andytimm",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-11",
      "n": 21
    },
    {
      "week": "2026-12",
      "n": 9
    },
    {
      "week": "2026-13",
      "n": 4
    },
    {
      "week": "2026-14",
      "n": 1
    },
    {
      "week": "2026-17",
      "n": 7
    },
    {
      "week": "2026-18",
      "n": 4
    },
    {
      "week": "2026-19",
      "n": 1
    },
    {
      "week": "2026-21",
      "n": 1
    },
    {
      "week": "2026-23",
      "n": 2
    },
    {
      "week": "2026-24",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 13,
  "_contributors": [
    {
      "user": "andytimm",
      "count": 45,
      "uuid": 12973310
    }
  ],
  "_userbio": {
    "uuid": 12973310,
    "type": "user",
    "name": "Andrew Timm",
    "description": "Senior Data Scientist at Grow Progress, building our platform for efficient message testing at scale. Former campaign field/data staff."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/nutpieR"
  },
  "_devurl": "https://github.com/andytimm/nutpier",
  "_searchresults": 3,
  "_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/NEWS.html",
    "extra/NEWS.txt",
    "extra/nutpieR.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "nutpie_cache_dir",
    "nutpie_clear_cache",
    "nutpie_compile_model",
    "nutpie_diagnostics",
    "nutpie_nuts_params",
    "nutpie_param_names",
    "nutpie_prune_cache",
    "nutpie_sample",
    "nutpie_unconstrain",
    "nutpie_warmup_diagnostics",
    "nutpie_warmup_draws"
  ],
  "_help": [
    {
      "page": "nutpie_cache_dir",
      "title": "Path to the nutpieR compile cache directory",
      "topics": [
        "nutpie_cache_dir"
      ]
    },
    {
      "page": "nutpie_clear_cache",
      "title": "Clear the nutpieR compile cache",
      "topics": [
        "nutpie_clear_cache"
      ]
    },
    {
      "page": "nutpie_compile_model",
      "title": "Compile a Stan model",
      "topics": [
        "nutpie_compile_model"
      ]
    },
    {
      "page": "nutpie_diagnostics",
      "title": "Extract sampler diagnostics from nutpie draws",
      "topics": [
        "nutpie_diagnostics"
      ]
    },
    {
      "page": "nutpie_nuts_params",
      "title": "NUTS sampler parameters in bayesplot's long format",
      "topics": [
        "nutpie_nuts_params"
      ]
    },
    {
      "page": "nutpie_param_names",
      "title": "Parameter names of a compiled Stan model",
      "topics": [
        "nutpie_param_names"
      ]
    },
    {
      "page": "nutpie_prune_cache",
      "title": "Prune the nutpieR compile cache",
      "topics": [
        "nutpie_prune_cache"
      ]
    },
    {
      "page": "nutpie_sample",
      "title": "Sample from a Stan model using the NUTS sampler",
      "topics": [
        "nutpie_sample"
      ]
    },
    {
      "page": "nutpie_unconstrain",
      "title": "Map a constrained parameter list to the unconstrained scale",
      "topics": [
        "nutpie_unconstrain"
      ]
    },
    {
      "page": "nutpie_warmup_diagnostics",
      "title": "Extract warmup diagnostics from nutpie output",
      "topics": [
        "nutpie_warmup_diagnostics"
      ]
    },
    {
      "page": "nutpie_warmup_draws",
      "title": "Extract warmup draws from nutpie output",
      "topics": [
        "nutpie_warmup_draws"
      ]
    }
  ],
  "_readme": "https://github.com/andytimm/nutpieR/raw/HEAD/README.md",
  "_rundeps": [
    "abind",
    "backports",
    "checkmate",
    "cli",
    "digest",
    "distributional",
    "generics",
    "glue",
    "jsonlite",
    "lifecycle",
    "magrittr",
    "matrixStats",
    "numDeriv",
    "pillar",
    "pkgconfig",
    "posterior",
    "rlang",
    "tensorA",
    "tibble",
    "utf8",
    "vctrs"
  ],
  "_score": 3.8129133566428557,
  "_indexed": true,
  "_nocasepkg": "nutpier",
  "_universes": [
    "andytimm"
  ],
  "_previous": "1.7.5",
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.7.5",
      "date": "2026-06-06T15:22:41.000Z",
      "arch": "x86_64",
      "commit": "d64060c6e8a70ac490302df7bc213bf87d380357",
      "fileid": "ad1ea90a5db651e21cb15ede6c31cffc1a7471534030d45eaf123f5f4f2842b6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27065957542"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.7.5",
      "date": "2026-06-06T15:22:48.000Z",
      "arch": "x86_64",
      "commit": "d64060c6e8a70ac490302df7bc213bf87d380357",
      "fileid": "9384817f8bf69e75131934964da73be1e9ffe4b4174b4fb158cd0978b45dc485",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27065957542"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.7.5",
      "date": "2026-06-06T15:22:48.000Z",
      "arch": "x86_64",
      "commit": "d64060c6e8a70ac490302df7bc213bf87d380357",
      "fileid": "8cc965e8fd2883c53b6da9458e7ac97518779c490787795105eae37bf2102d02",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27065957542"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-06-10T15:21:13.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "44f701a554831f46531d642382526757d9307ce2606343255ff9ae15496260f5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-06-10T15:19:00.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "3c9f9be476308456166e47d3faab43450189cea3b550e98efc927084a9b51b95",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-06-10T15:19:13.000Z",
      "distro": "noble",
      "arch": "aarch64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "70f212b0e7d04793279295bfd1bcaf64d8f7085c6fa7f7b7802ccf4c142cc32d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.7.6",
      "date": "2026-06-10T15:19:08.000Z",
      "distro": "noble",
      "arch": "x86_64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "8297595e3c867fdb33b1fdbe32cbac9ae97d07fd38c802e1ef313ff0e0587f58",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-06-10T15:23:12.000Z",
      "arch": "aarch64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "b50130b25815a56d573dd7da4beb4a2a0f0e519a47d923b4085b041d8ad5e11a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-06-10T15:25:27.000Z",
      "arch": "x86_64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "a61d15b222d0dd34c8bf8948ee37ebed8552265a39e4d59b0da298994e2c3c09",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-06-10T15:24:20.000Z",
      "arch": "aarch64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "4abdc54a6bfeeecf95f71b704bcc0ffa1b48114507962623575a7198eb0f62ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.7.6",
      "date": "2026-06-10T15:23:22.000Z",
      "arch": "x86_64",
      "commit": "fc9775363556088b63b010a15a4a2f8f3b2aa455",
      "fileid": "178e6b074cfe869201337fe82df6685ab31d38bcd0419924747f6933e35d700d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/andytimm/actions/runs/27286042494"
    }
  ]
}