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.
Launch the blockr interface:
library(blockr)
run_app()The interface opens in your web browser.
If you encounter issues, open an issue on GitHub.