Local installation

Installing blockr

You can install the development version of blockr from GitHub with

pak::pak("BristolMyersSquibb/blockr")

or released versions via CRAN as

install.packages("blockr")

This will install several blockr packages, including blockr.core, blockr.dag, blockr.dock, blockr.dplyr, blockr.ggplot, and blockr.io.

Running blockr

Launch the blockr interface:

library(blockr)
run_app()

This will open blockr in your default web browser.

Requirements

  • R version 4.1 or higher
  • A modern web browser (Chrome, Firefox, Safari, Edge)

Getting help

If you encounter issues, open an issue on GitHub.