Welch Two Sample t-test
data: delay by manufacturer
t = -21.506, df = 58976, p-value < 2.2e-16
alternative hypothesis: true difference in means between group AIRBUS and group BOEING is not equal to 0
95 percent confidence interval:
-3.146901 -2.621219
sample estimates:
mean in group AIRBUS mean in group BOEING
5.35713 8.24119
Interactive blockr dashboard
Graph view with blocks to the side
Extensibility
A framework?
blockr.core objects/tools for creating blocks/links/stacks and managing a board
blockr.ui front end, extending the core functionality
Remove (#2439) or reorder (#4190) entries in a reactiveValues object: for variadic blocks (e.g. rbind) we need to be able to grow, shrink and reorder entries.
Cleanup of dynamically created modules (#2281): blocks (and stacks) are represented by modules which are dynamically added and removed.
In both cases we were able to come up with solutions (that circumvent the public API).