Local installation

Installing blockr

Install blockr from GitHub using pak:

pak::pak("BristolMyersSquibb/blockr")

This installs all six core packages: blockr.core, blockr.dag, blockr.dock, blockr.dplyr, blockr.ggplot, and blockr.io.

Running blockr

Launch the blockr interface:

library(blockr)
run_app()

The interface opens in your web browser.

Requirements

Getting help

If you encounter issues, open an issue on GitHub.