R-universe package registry for the Xberg organization.
| Package | Source Repository | Description |
|---|---|---|
| xberg | xberg-io/xberg | Extract text and metadata from 90+ file formats |
| htmltomarkdown | xberg-io/html-to-markdown | High-performance HTML to Markdown converter |
# Install xberg
install.packages("xberg", repos = "https://xberg-io.r-universe.dev")
# Install htmltomarkdown
install.packages("htmltomarkdown", repos = "https://xberg-io.r-universe.dev")- htmltomarkdown — builds and publishes on r-universe. ✅
- xberg — registered but not yet building: the R package pulls the full
core feature set (ONNX/Paddle/candle/transcription), which won't compile on
r-universe runners, and it isn't vendored for the isolated tarball build.
Tracking + required fixes (align with
wasm-target, regenerate the binding, vendor the Rust deps) are documented inxberg/packages/r/R-UNIVERSE.md.
- This repo MUST be named
xberg-io.r-universe.dev(i.e.xberg-io/xberg-io.r-universe.dev), matching r-universe's<owner>.r-universe.devconvention. It was previously named justr-universe.dev, so r-universe never recognized it as the registry (the build repor-universe/xberg-iohad no package submodules andxberg-io.r-universe.dev404'd). Renaming fixed discovery. packages.jsonlists each package's sourceurl,branch(main), andsubdir(packages/r). r-universe rebuilds automatically on push here or to the source repos.