blockr-org / blockr

Composable, extensible no-code UI
https://blockr-org.github.io/blockr/
GNU General Public License v3.0
17 stars 2 forks source link

blockr

ci codecov

Building blocks for data manipulation and visualization operations.

{blockr} has been built for webR (wasm) and is available for download with webr::install("blockr", repos = c("https://blockr-org.github.io/webr-repos", "https://repo.r-wasm.org")).

library(blockr)
library(blockr.data)

data_block <- new_dataset_block(selected = "lab", package = "blockr.data")

stack <- new_stack(
  data_block,
  new_select_block
)
serve_stack(stack)

Installation

You can install the development version of blockr from GitHub with:

# install.packages("devtools")
pak::pkg_install("blockr-org/blockr")

Contribute

Easiest is to run make, otherwise:

  1. Install npm dependencies with packer::npm_install()
  2. Build CSS by running the script in dev/sass.R