GitHub

R-universe infrastructure code

logo

This organization holds all infrastructure code used to run r-universe.dev. Here you can find:

  • /help: central issue tracker and discussion forum.
  • /frontend: the central server that runs r-universe.dev. It consists of express/mongodb stack that stores all R packages and metadata in a database, and renders the frontend, cran-like repos, etc.
  • /workflows: reusable GHA workflows that get triggered in the monorepos to sync and build R packages.
  • /actions: scripts used by the build workflow to prepare, build, and check packages on all platforms.
  • /base-image: docker image (with sysdeps) used to build packages on Linux, including the initial source package.
  • /build-source the action used by the build workflow to build an R source package from an upstream git repo.
  • /cran-to-git: where we keep track of the upstream git home for CRAN packages as guessed by our cranscraper.
  • /build-wasm: container action that the build workflow uses for WebAssembly binaries.
  • /sync: action used by the sync workflow to update packages submodules in the monorepos.
  • /macos-libs a bundle with MacOS system libraries copied from mac.r-project.org. These libraries are the same as used by CRAN and are automatically available when packages get built for MacOS on r-universe.
  • /docs: source code for the quarto documentation site.

Pinned Loading

  1. Support and bug tracker for R-universe

    11 3

  2. Webserver stack for r-universe

    JavaScript 1

  3. Reusable workflows for r-universe repos

    4 4

  4. Composite actions used by the r-universe build workflow

    Shell 3 2

  5. Docker image with R and rspm and some system libraries

    Dockerfile 6 5

  6. Tracks CRAN / BIOC packages available on GitHub or GitLab

    5 3

Repositories

Showing 10 of 42 repositories

  • cran-to-git Public

    Tracks CRAN / BIOC packages available on GitHub or GitLab

    r-universe-org/cran-to-git's past year of commit activity

    5 3 0 0

    Updated Aug 17, 2026

  • build-source Public

    Container action to build R source package from checkout

    r-universe-org/build-source's past year of commit activity

    R

    2 6 0 0

    Updated Aug 16, 2026

  • frontend Public

    Webserver stack for r-universe

    r-universe-org/frontend's past year of commit activity

    JavaScript

    1 0 0 0

    Updated Aug 16, 2026

  • r-universe-org/cranscraper's past year of commit activity

    R

    2 0 0 0

    Updated Aug 14, 2026

  • build-wasm Public

    Container action for building webr binaries on r-universes

    r-universe-org/build-wasm's past year of commit activity

    Dockerfile

    21 3 0 0

    Updated Aug 12, 2026

  • sync Public

    Action to sync a universe with registry

    r-universe-org/sync's past year of commit activity

    R

    2 4 0 0

    Updated Aug 11, 2026

  • actions Public

    Composite actions used by the r-universe build workflow

    r-universe-org/actions's past year of commit activity

    Shell

    3 2 0 0

    Updated Aug 8, 2026

  • stats-worker Public

    Cloudflare Worker that counts r-universe traffic

    r-universe-org/stats-worker's past year of commit activity

    JavaScript

    0 0 0 0

    Updated Aug 3, 2026

  • r-universe-org/r2-download-stats's past year of commit activity

    JavaScript

    0 0 0 0

    Updated Aug 3, 2026

  • workflows Public

    Reusable workflows for r-universe repos

    r-universe-org/workflows's past year of commit activity

    4 4 0 1

    Updated Aug 1, 2026

Read the original on github.com ↗