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