forked from tidyverse/ggplot2
-
Notifications
You must be signed in to change notification settings - Fork 3
Sync branches #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix #4122 * Handle when `geometry` is not a symbol * Fix a comment
* Document computed variable `width` and add a test * Add a NEWS
* Update doc of stat_boxplot() * Update doc of stat_smooth() * Explain some depend on orientation and fix a typo * Put "or"s in Italic
* Add scale_color_viridis_b Add missing British to American spellings for scale_colour_viridis_b() * Export scale_color_viridis_b
…() (#4134) * Regenerate document * Add a test to confirm no missing scale_color_* * Fix regex pattern
* typos; stick to en-GB; prefer project to website Use ColorBrewer project name rather than obsolete website name. Not sure what is meant by "use blender variants" in the last example. Should it be "use binned variants"? * update doc for minor fixes
* Remove adding libgit2 PPA as r-lib/actions#97 gets merged * Skip geom_quantile() tests if quantreg is not available * Do not install gdal * Tweak * Install only binary packages and use Linux for R-devel
* Update pkgdown GitHub Action * Include release event * Fix a typo * Install tidytemplate
* replace cyl with factor(cyl) * Regenerate docs Co-authored-by: Hiroaki Yutani <[email protected]>
* Corrected type: cobination -> combination * Regenerate documents Co-authored-by: Orry Messer <[email protected]> Co-authored-by: Hiroaki Yutani <[email protected]>
* Update stat_ecdf to work either on the x or the y aesthetic, whatever is provided. * Undo breaking change of renaming the stats result and go back to y. * Add bullet to NEWS.md * Fix typo in comments. * Improve comment. * Document Co-authored-by: GitHub Actions <[email protected]>
* doc no longer says no setup_params() method for geom * added back everything but last sentence
* Update limits.r * Document Co-authored-by: GitHub Actions <[email protected]>
* Add bg argument that defaults to plot.background fill colour * Add NEWS bullet * Add test for background color of saved file
* Skip visual tests when vdiffr is not available * Add tweak to skip ggsave tests * Update CMD-ckeck.yml * Add http-user-agent * Fix a comment * Require vdiffr except when it's explicitly disabled
…ed color vectors (#4243)
* Do not use RStudio Package Manager for R-devel * Skip test when xml2 is not available * Remove workaround for systemfonts
* If plot theme background is null, set to transparent when saving * Add test for svg with no background * Make checking for NULL background more concise with %||%
* Drop support for R 3.2 * Add a NEWS item
* Clarify that span is only used for loess in stat_smooth It can be surprising that `span` argument has no effect when number of observations is large. * Change docstring in .r file * Apply suggestions from code review Co-authored-by: Hiroaki Yutani <[email protected]> * Document Co-authored-by: Hiroaki Yutani <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
* Add periods to midwest variables for consistency * Add reference for midwest data See https://git.io/JkSOi (ggplot2 book). * Add missing midwest variable descriptions * Fix variable comment for population to density * Add user note for using midwest dataset * Use canonical form of CRAN acs package link * Document Co-authored-by: GitHub Actions <[email protected]>
* Skip visual tests when vdiffr is not available * Add tweak to skip ggsave tests * Update CMD-ckeck.yml * Add http-user-agent * Fix a comment * Require vdiffr except when it's explicitly disabled
* Describe what is ymin, ymax * Restrict to 80 characters wide Co-authored-by: Eric Leung <[email protected]> * Fix documentation of mean_se Fixed also a tipo on stat_summary * Address latest comments Co-authored-by: Eric Leung <[email protected]>
Co-authored-by: Heath <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.