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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
NEW FEATURES
Add support for spark plots on Windows
MAJOR CHANGES
spark_line() and spark_bar() are no longer exported
Default statistics for numeric changed from min(x) and max(x) to quantile(x, probs = 0) and quantile(x, probs = 1). These changes
lead to more predictable behaviors when a column is all NA values.
MINOR IMPROVEMENTS
Add minimimum required version for stringr
Improve documentation in general, especially those related to fonts
BUG FIXES
Fix issue where a histogram for data with all NAs threw an error