Installation
Most users access blockr through blockr.cloud and don't need to install anything. If you want to run blockr locally, follow the steps below.
Prerequisites
You need R (version 4.1 or later) installed on your system.
Install blockr
r
install.packages("blockr")Run blockr
r
blockr::run_app()This opens an empty blockr canvas in your browser. From here you can add blocks, connect them, and build workflows just like on blockr.cloud.
Next steps
- Build your first app: a step-by-step tutorial to get started