You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All graph modules now accept a plot_width argument which specifies the plot width and renders a slider to adjust the width interactively in the module.
Replaced plot_with_height with plot_with_settings module throughout package.
Show R Code now produces code generating only the datasets needed for the current module, not all datasets included in the data argument of teal::init.
Evaluate chunks with chunks_safe_eval rather than chunks_eval.