{
  "_id": "6a51c9db9b92047c28d50c6a",
  "Package": "relm",
  "Title": "Local Large Language Models as Base-R Objects",
  "Version": "0.1.0",
  "Authors@R": "person(\"Alessandro\", \"Vadala\", , \"vadale93@gmail.com\", role = c(\"aut\", \"cre\", \"cph\"))",
  "Description": "Load and run local large language models (through a\nvendored, patched 'llama.cpp') from R and work with them as\nplain data frames and matrices in base-R idiom. Provides model\nloading and tokenization ('llm', 'llm_tokens'), text generation\n('llm_generate'), next-token distributions ('llm_logits'), text\nembeddings ('llm_embed'), and mechanistic interpretability\ntools -- activation tracing ('llm_trace'), activation steering\n('llm_steer'), and neuron ablation ('llm_ablate'). A\nchecksum-verified downloader ('llm_download') fetches pinned\nmodels.",
  "License": "MIT + file LICENSE | Apache License (== 2.0)",
  "URL": "https://github.com/Vadale/R-ebirth",
  "BugReports": "https://github.com/Vadale/R-ebirth/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "8.0.0",
  "VignetteBuilder": "quarto",
  "Config/testthat/edition": "3",
  "Config/rextendr/version": "0.5.0",
  "SystemRequirements": "Cargo (Rust's package manager), rustc >= 1.71.0,\ncmake (>= 3.28), xz",
  "Config/pak/sysreqs": "cmake libzstd-dev xz-utils libclang-dev",
  "Repository": "https://vadale.r-universe.dev",
  "Date/Publication": "2026-07-09 10:58:52 UTC",
  "RemoteUrl": "https://github.com/Vadale/R-ebirth",
  "RemoteRef": "HEAD",
  "RemoteSha": "a50502b3966f9429c662395c68268650a5ced104",
  "RemoteSubdir": "rebirth",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-07-09 14:23:29 UTC",
    "User": "root"
  },
  "Author": "Alessandro Vadala [aut, cre, cph]",
  "Maintainer": "Alessandro Vadala <vadale93@gmail.com>",
  "_user": "vadale",
  "_type": "src",
  "_file": "relm_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/41fb2af8b23407f42d3974b12c2308c1c52abf278a69491ba6444c2e2c441c09",
  "_filesize": 3128954,
  "_sha256": "41fb2af8b23407f42d3974b12c2308c1c52abf278a69491ba6444c2e2c441c09",
  "_expires": "2026-10-17T14:49:48.000Z",
  "_created": "2026-07-09T14:23:29.000Z",
  "_published": "2026-07-11T04:43:07.064Z",
  "_jobs": [
    {
      "job": 86511108166,
      "time": 361,
      "config": "linux-devel-arm64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8201506399"
    },
    {
      "job": 86511108180,
      "time": 384,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8201517068"
    },
    {
      "job": 86511108185,
      "time": 348,
      "config": "linux-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8201500071"
    },
    {
      "job": 86511108191,
      "time": 379,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8201515559"
    },
    {
      "job": 86511108274,
      "time": 409,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8201991631"
    },
    {
      "job": 86511108252,
      "time": 783,
      "config": "macos-oldrel-x86_64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8201896537"
    },
    {
      "job": 86511108260,
      "time": 388,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8201813081"
    },
    {
      "job": 86511108254,
      "time": 626,
      "config": "macos-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8201911647"
    },
    {
      "job": 86511108098,
      "time": 680,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8201316506"
    },
    {
      "job": 86511107896,
      "time": 188,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 86511107929,
      "time": 196,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 86511107910,
      "time": 178,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 86511107886,
      "time": 158,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999",
  "_status": "success",
  "_upstream": "https://github.com/Vadale/R-ebirth",
  "_commit": {
    "id": "a50502b3966f9429c662395c68268650a5ced104",
    "author": "Alessandro Vadalà <77400763+Vadale@users.noreply.github.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #29 from Vadale/docs-relm-governance-sync\n\ndocs: sync governance docs to the relm name + shipped status",
    "time": 1783594732
  },
  "_maintainer": {
    "name": "Alessandro Vadala",
    "email": "vadale93@gmail.com",
    "login": "vadale",
    "description": "unimol student.",
    "uuid": 77400763
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.5.0",
      "role": "Depends"
    },
    {
      "package": "nanoarrow",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "glmnet",
      "role": "Suggests"
    },
    {
      "package": "uwot",
      "role": "Suggests"
    },
    {
      "package": "dbscan",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    }
  ],
  "_owner": "vadale",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-27",
      "n": 6
    },
    {
      "week": "2026-28",
      "n": 36
    }
  ],
  "_tags": [
    {
      "name": "v0.1.0",
      "date": "2026-07-08"
    }
  ],
  "_stars": 1,
  "_contributors": [
    {
      "user": "vadale",
      "count": 231,
      "uuid": 77400763
    }
  ],
  "_userbio": {
    "uuid": 77400763,
    "type": "user",
    "name": "Alessandro Vadalà",
    "followers": 5,
    "description": "unimol student."
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/relm"
  },
  "_devurl": "https://github.com/vadale/r-ebirth",
  "_searchresults": 8,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo",
    "quarto",
    "cpp"
  ],
  "_quarto": true,
  "_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/relm.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "llm",
    "llm_ablate",
    "llm_download",
    "llm_embed",
    "llm_generate",
    "llm_logits",
    "llm_steer",
    "llm_tokens",
    "llm_trace"
  ],
  "_help": [
    {
      "page": "as.matrix.relm_trace",
      "title": "Extract one activation slice as a matrix",
      "topics": [
        "as.matrix.relm_trace"
      ]
    },
    {
      "page": "close.llm",
      "title": "Free a model handle",
      "topics": [
        "close.llm"
      ]
    },
    {
      "page": "llm",
      "title": "Load a local large language model",
      "topics": [
        "llm",
        "print.llm"
      ]
    },
    {
      "page": "llm_ablate",
      "title": "Ablate neurons in a model",
      "topics": [
        "llm_ablate"
      ]
    },
    {
      "page": "llm_download",
      "title": "Download a pinned model, verified by checksum",
      "topics": [
        "llm_download"
      ]
    },
    {
      "page": "llm_embed",
      "title": "Embed text with a model",
      "topics": [
        "llm_embed"
      ]
    },
    {
      "page": "llm_generate",
      "title": "Generate text from a model",
      "topics": [
        "llm_generate"
      ]
    },
    {
      "page": "llm_logits",
      "title": "Inspect the next-token distribution",
      "topics": [
        "llm_logits"
      ]
    },
    {
      "page": "llm_steer",
      "title": "Steer a model along a direction",
      "topics": [
        "llm_steer"
      ]
    },
    {
      "page": "llm_tokens",
      "title": "Tokenize text, or decode token ids back to text",
      "topics": [
        "llm_tokens"
      ]
    },
    {
      "page": "llm_trace",
      "title": "Trace a model's activations",
      "topics": [
        "llm_trace",
        "print.relm_trace",
        "print.summary.relm_trace",
        "summary.relm_trace"
      ]
    },
    {
      "page": "summary.llm",
      "title": "Summarize a model handle",
      "topics": [
        "print.summary.llm",
        "summary.llm"
      ]
    }
  ],
  "_readme": "https://github.com/Vadale/R-ebirth/raw/HEAD/rebirth/README.md",
  "_rundeps": [
    "nanoarrow"
  ],
  "_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"
    }
  ],
  "_vignettes": [
    {
      "source": "anatomy-lab.qmd",
      "filename": "anatomy-lab.html",
      "title": "The anatomy lab: locating sentiment in a language model",
      "engine": "quarto::html",
      "headings": [
        "AUC needs no dependency",
        "A fixed contrast set",
        "Trace, probe, and the money plot",
        "Steering along the direction",
        "Reading is not causing",
        "Sufficiency is not necessity",
        "A magnitude caveat",
        "Where unit-level causal importance lives"
      ],
      "created": "2026-07-07 20:14:34",
      "modified": "2026-07-08 22:04:45",
      "commits": 3
    },
    {
      "source": "topics-without-python.qmd",
      "filename": "topics-without-python.html",
      "title": "Topic modelling without Python",
      "engine": "quarto::html",
      "headings": [
        "The corpus",
        "Embed, reduce, cluster, name",
        "The labelled map",
        "How good are the topics?",
        "What is each topic about?",
        "How do the topics relate?"
      ],
      "created": "2026-07-07 20:14:34",
      "modified": "2026-07-08 22:04:45",
      "commits": 3
    }
  ],
  "_score": 3.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "relm",
  "_universes": [
    "vadale"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-09T14:30:41.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/e6e895127fe554182ab00d565a5772bb6968488a84af3bc6b21ad94bb4407b76",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-09T14:30:01.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/3812fb474f1a97e4ee049b1e78829a80d56580c1f573780ec7a963b889646919",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-09T14:30:33.000Z",
      "distro": "resolute",
      "arch": "aarch64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/d020caad0a62130e3118f3f1b27a7658d0482eae7680f819d7f58239668f2ea1",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-09T14:29:57.000Z",
      "distro": "resolute",
      "arch": "x86_64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/c6085e570901dc9e64aef02ffe1ebbc1a9faf07cb33c1c0eb4f7b2d8e93fccbf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T14:44:49.000Z",
      "arch": "aarch64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/7a5a02be3e990953a5b67190574e282a20a77f8f45fb884a3d751e4d17997c99",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T14:37:53.000Z",
      "arch": "x86_64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/dbf6cbfb6eb168b809cba0d21c2dffaca98e1a5279d80f71419dde9a249387b5",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T14:38:48.000Z",
      "arch": "aarch64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/304e123bf77f148dd4dcfedfd7ca82a6098acdc7549be08506eda2195cd4b89c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-09T14:40:13.000Z",
      "arch": "x86_64",
      "commit": "a50502b3966f9429c662395c68268650a5ced104",
      "fileid": "https://r2.ropensci.org/2078a9618e57b920245f13dbd337eaa500010104cfc2958d0ba0cad51ab9953f",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/vadale/actions/runs/29024667999"
    }
  ]
}