-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tm_g_regression
labels are no longer allowed out of bounds (#675)
# Pull Request Fixes #66 ### Changes description - Adds dependency to imports - Uses `ggrepel` to generate the labels for outliers - Adds option to `tm_g_regression` and encoding panel for size of segment ### Reviewer considerations - Is the new encoding option necessary? - This could be implemented as an optional dependency - with `if (requireNamespace("ggrepel", quietly) { <ggrepel> } else { <old behaviour> }` - In practice it's never an optional dependency as `ggmosaic` depends directly on it (`with Imports`) --------- Signed-off-by: André Veríssimo <211358+averissimo@users.noreply.github.com> Co-authored-by: Aleksander Chlebowski <114988527+chlebowa@users.noreply.github.com>
- Loading branch information
1 parent
b2da3d3
commit 08730aa
Showing
6 changed files
with
138 additions
and
17 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ repos: | |
- dplyr | ||
- DT | ||
- forcats | ||
- ggrepel | ||
- grid | ||
- logger | ||
- magrittr | ||
|
This file contains 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 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 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 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Forkers | ||
Hoffmann | ||
TLG | ||
UI | ||
facetting | ||
funder | ||
pre | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.