ggstatsplot for blockr.
You can install the development version of blockr.ggstatsplot from GitHub with:
# install.packages("remotes")
remotes::install_github("blockr-org/blockr.ggstatsplot")
library(blockr)
library(blockr.ggstatsplot)
stack <- new_stack(
new_dataset_block,
new_ggscatterstats_block
)
serve_stack(stack)