-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Clean up orphan functions and tiny one-off helpers #6022
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
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
20fa50f
replace single use internal functions
teunbrand 0bfbcc3
move helper to location where it is used
teunbrand 79866e8
remove orphan functions
teunbrand a5a1ce5
replace and remove redundant `adjust_breaks()` function
teunbrand c4c61de
replace `df_rows()` with `vec_slice()`
teunbrand 2ce92fb
inline `f_as_facets_list()`
teunbrand 15241a6
inline `find_origin()`
teunbrand 2e9b8c2
inline `firstUpper()`
teunbrand 0cca7a3
replace `has_name()`
teunbrand 5f4a4b9
replace `interleave()` with `vec_interleave()`
teunbrand 79fa0b1
remove `cunion()`
teunbrand abc62dd
inline `is_dotted_var()`
teunbrand 4a3ffff
inline `is_facets()`
teunbrand 9976913
inline `is_labeller()`
teunbrand b4e0d80
inline `is_missing_arg()`
teunbrand be4081a
replace `is_npc()` (we partially backport `unitType()`)
teunbrand 70cc78b
inline `is_scalar_numeric()`
teunbrand 997d9fe
inline `is.margin()`
teunbrand 1bdc20d
inline `is.sec_axis()`
teunbrand b044fa2
inline `is.subclass()`
teunbrand 490c9c3
inline `is_triple_bang()`
teunbrand 4ebdea3
remove `justify_grobs()`
teunbrand e086817
inline `label_variable()`
teunbrand 024a1b6
more responsibility for `parse_axes_labeling()`, so that it is less d…
teunbrand b2de86e
remove `resolve_guide()`
teunbrand f7c8cb6
inline revalue
teunbrand 3232471
simplify `scale_flip_position()`
teunbrand 37da401
remove `as.quoted()` (note there is still `as_quoted()`)
teunbrand 6ac62cf
replace `simplify_formula()` with `simplify()`
teunbrand db6feb8
inline `single_value()`
teunbrand e75c6d6
inline `update_guides()`
teunbrand 4739a12
inline `is_column_vec()` and better name for `validate_column_vec()`
teunbrand 47e36e2
remove/replace `wrap_as_facets_list()` (by `compact_facets()`
teunbrand d74f6a5
finishing touches
teunbrand 8621926
resolve merge conflicts
teunbrand 2f1f42f
`parse_axes_labeling` uses parent call
teunbrand 276e6a2
elaborate on regex pattern
teunbrand 2978d4d
Revert "inline `is_labeller()`"
teunbrand 037c1ae
Revert "inline `is.sec_axis()`"
teunbrand 8076706
Revert "replace single use internal functions"
teunbrand 049db27
Collection of test functions for user-facing components
teunbrand ae2561b
apply tests when applicable
teunbrand 3be8e6d
redocument
teunbrand 13b8d36
abolish `uniquecols()`'s rownames
teunbrand d7092aa
move `is.*()` functions to class definitions
teunbrand 16b35e9
resolve merge conflict
teunbrand File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.