A comprehensive, concise guide to R's C API for package authors, reflecting
the post-R-4.5 API-compliance era (R_NO_REMAP, Rf_/R_ prefixes, and the
API / experimental / embedding / non-API classification).
This repo is a Quarto book. Render it locally with:
quarto renderindex.qmd,calling-c.qmd, ... — one.qmdper chapter, organised into Parts I–IV plus appendices (see_quarto.yml).diagrams/— images used by chapters.tools/— maintenance scripts:extract-r-api.Rregeneratessources/r-api.md(WRE chapter 6) so we can re-diff against future WRE releases.build-index.R(planned) parses the standardised entries to produce the function index,functions.json, and a coverage report.llms.R(planned) producesllms.txt,llms-full.txt, and per-page markdown copies post-render.
sources/— raw mined material (e.g.r-api.md). Not rendered; treat as source to rewrite, not copy.