-
-
Notifications
You must be signed in to change notification settings - Fork 15
🗃️ decorators feature branch
#795
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
68 commits
Select commit
Hold shift + click to select a range
661585d
WIP
gogonzo de6f56c
reorg regression for decoration
gogonzo f014f3e
feat: refactored outliers to allow for decorators (#788)
kpagacz 6bb26f5
regression with validate
gogonzo d045e7b
elo
gogonzo 95e0fbf
fixes
gogonzo bf87833
conditionalPanel for regression
gogonzo 7c4996c
fix after teal
gogonzo 8e8457d
fix error
gogonzo 40f053a
Merge branch 'main' into 1187_decorate_output@main
gogonzo b6d9bff
update tm_a_regression and tm_outliers after changes in teal for the …
m7pr 5196b7f
Update R/tm_outliers.R
m7pr f28d40d
unify decorators usage with outliers
m7pr bf0af48
Apply suggestions from code review
m7pr d52361b
add req statements to get_code
m7pr a3d3de8
remove examples and link to the vignette
m7pr 7aed6cd
[skip style] [skip vbump] Restyle files
github-actions[bot] b26a29d
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 29eae48
Update R/tm_outliers.R
m7pr e598755
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] c491777
updates for req and documentation
m7pr 09bb242
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 1c10233
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 97e60ef
move tm_outliers changes to different PR
m7pr 3d48ec6
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 4c4d214
add req statement so that when srv_teal_transform_data returns NULL y…
m7pr ce1ba17
[skip style] [skip vbump] Restyle files
github-actions[bot] 6dcb2ef
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] cf4371f
introduce decorators for `tm_g_bivariate` (#797)
m7pr 612bb06
introduce decorators for `tm_g_response` (#802)
averissimo 006b374
introduce decorators for `tm_g_distribution` (#801)
averissimo 56be63f
[skip style] [skip vbump] Restyle files
github-actions[bot] 7deda6d
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 824efcf
introduce decorators for `tm_t_crosstable` (#806)
m7pr 0fcddf0
introduce decorators for `tm_a_pca` (#798)
m7pr f915e29
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] ba642f0
chore: rename ui/srv_teal_transform_data to ui/srv_transform_teal_data
averissimo 11d9ea8
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 5f2d532
fix: move print statement after decoration
averissimo 89f1d44
clean up print(plot) in `tm_g_distribution` module (#810)
m7pr 9375353
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 09968a8
introduce decorators for `tm_g_scatterplotmatrix` (#808)
m7pr 0870002
introduce decorators for `tm_g_scatterplot` (#807)
m7pr b6ca759
introduce decorators for `tm_g_association` (#800)
m7pr fb28571
introduce decorators for `tm_data_table` (#799)
m7pr 9ef1032
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 9ae70c4
simplify usage for regression
m7pr 18f1618
introduce decorators for `tm_missing_data` (#809)
m7pr 817123a
introduce decorators for `tm_outliers` (#805)
m7pr 9712e1c
[skip style] [skip vbump] Restyle files
github-actions[bot] 8a96128
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 7e81203
revert: tm_missing_data qenv creation
averissimo 4824e27
Updates "Decorators" to use name-based execution and new wrappers (#812)
averissimo 6908d9c
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 39437e7
Update R/tm_g_distribution.R
averissimo 2478c93
fix: linter error with long line
averissimo 94cc740
docs: regenerate man pages
averissimo 0357e15
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 0b2967e
fix: 3 out 4 e2e tests
averissimo 040b311
fix: value was 2 not 1 in main
averissimo 4e0d82e
docs: update missing @param
averissimo 737fe42
docs: typo
averissimo f5a741a
fix: R CMD check errors and adds lifecycle to dependencies
averissimo db6793f
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 0048a41
fix: wrong function was being called
averissimo 630ee6a
feat: build output objects separately
averissimo 097326e
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
dependabot-preview[bot] 1af3642
fix: minor bug
averissimo 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| # nocov start | ||
| roxygen_decorators_param <- function(module_name) { | ||
| paste( | ||
| sep = " ", | ||
| lifecycle::badge("experimental"), | ||
| " (`list` of `teal_transform_module`, named `list` of `teal_transform_module` or", | ||
| "`NULL`) optional, if not `NULL`, decorator for tables or plots included in the module.", | ||
| "When a named list of `teal_transform_module`, the decorators are applied to the", | ||
| "respective output objects.\n\n", | ||
| "Otherwise, the decorators are applied to all objects, which is equivalent as using the name `default`.\n\n", | ||
| sprintf("See section \"Decorating `%s`\"", module_name), | ||
| "below for more details." | ||
| ) | ||
| } | ||
|
|
||
| roxygen_ggplot2_args_param <- function(...) { | ||
| paste( | ||
| sep = " ", | ||
| "(`ggplot2_args`) optional, object created by [`teal.widgets::ggplot2_args()`]", | ||
| "with settings for all the plots or named list of `ggplot2_args` objects for plot-specific settings.", | ||
| "The argument is merged with options variable `teal.ggplot2_args` and default module setup.\n\n", | ||
| sprintf( | ||
| "List names should match the following: `c(\"default\", %s)`.\n\n", | ||
| paste("\"", unlist(rlang::list2(...)), "\"", collapse = ", ", sep = "") | ||
| ), | ||
| "For more details see the vignette: `vignette(\"custom-ggplot2-arguments\", package = \"teal.widgets\")`." | ||
| ) | ||
| } | ||
|
|
||
| # nocov end | ||
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.