Skip to content

The blockr universe

blockr is split into two layers: infrastructure packages that frame the app (engine, layout, sessions, code export) and block packages that provide the actual building blocks users drag onto a board. Each layer spans three maturity tiers — stable on CRAN, in development, and experimental.

All packages are free and open source, released under GPL-3.0. Source for each package lives on GitHub (linked from the cards below).

Just want to get started?

install.packages("blockr") pulls the whole stable stack in one step — the blockr meta‑package re‑exports the six CRAN packages below.

Infrastructure

The framework itself: engine, layout managers, session and code tooling.

Stable on CRAN

In development usable

Block packages

The blocks users drag onto a board: data wrangling, visualisation, I/O, and verticals.

Stable on CRAN

In development usable

Experimental will change