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
Deprecated (via warnings) plotting p-value and confidence interval in visualize() (use new functions shade_p_value() and shade_confidence_interval() instead) (#178).
New functions
shade_p_value() - {ggplot2}-like layer function to add information about p-value region to visualize() output. Has alias shade_pvalue().
shade_confidence_interval() - {ggplot2}-like layer function to add information about confidence interval region to visualize() output. Has alias shade_ci().
Other
Account for NULL value in left hand side of formula in specify() (#156) and type in generate() (#157).
Update documentation code to follow tidyverse style guide (#159).
Remove help page for internal set_params() (#165).