-
Notifications
You must be signed in to change notification settings - Fork 16
rewrite scatterplotmatrix so it uses patchwork #986
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
Open
m7pr
wants to merge
28
commits into
main
Choose a base branch
from
patchwork-scatterplotmatrix
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 16 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
62b115d
patchwork alternative
m7pr 98f83d8
[skip style] [skip vbump] Restyle files
github-actions[bot] b89a623
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 6ad660a
Merge branch 'main' into patchwork-scatterplotmatrix
m7pr f71fa93
applied feedback
m7pr dccf03e
remove duplication
m7pr 6c10564
improve calidate_qenv
m7pr 4b0dd87
rename file to keep the same naming convention
m7pr fe96a1d
revert changes on validate_qenv
m7pr 725ed24
remove get_scatterplotmatrix_stats
m7pr a95fe74
apply feedback for tm_g_scatterplotmatrix
m7pr 4881836
change patchwork to ggplot object
m7pr ad3e275
make it even more clear
m7pr 5cd18af
bring old geoms styyle
m7pr 292ef4d
Apply suggestion from @m7pr
m7pr 082fe54
Apply suggestion from @m7pr
m7pr 1c9fa93
[skip style] [skip vbump] Restyle files
github-actions[bot] 6deb5bd
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] edb7bee
remove non-ascii string
m7pr 64b5bea
Merge branch 'patchwork-scatterplotmatrix' of https://github.com/insi…
m7pr 2a92e94
update WORDLIST
m7pr c4a9036
lintr
m7pr 888b8eb
Merge branch 'main' into patchwork-scatterplotmatrix
m7pr 4d51a4d
[skip style] [skip vbump] Restyle files
github-actions[bot] e664ced
wordlist typo
m7pr 202c0dc
Empty-Commit
m7pr 8bf3236
typo
m7pr 2594752
last touches on axes
m7pr 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -230,7 +230,6 @@ tm_a_regression <- function(label = "Regression Analysis", | |
| checkmate::assert_multi_class(post_output, c("shiny.tag", "shiny.tag.list", "html"), null.ok = TRUE) | ||
| checkmate::assert_choice(default_plot_type, seq.int(1L, length(plot_choices))) | ||
| checkmate::assert_string(default_outlier_label) | ||
| assert_decorators(decorators) | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this is repeated in line 245/246. so I deleted duplication |
||
|
|
||
| if (length(label_segment_threshold) == 1) { | ||
| checkmate::assert_numeric(label_segment_threshold, any.missing = FALSE, finite = TRUE) | ||
|
|
||
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.