-
-
Notifications
You must be signed in to change notification settings - Fork 50
Adds decorate functionality to module output #1357
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 12 commits
Commits
Show all changes
198 commits
Select commit
Hold shift + click to select a range
b74d1f6
WIP
dependabot-preview[bot] 6835c18
init
dependabot-preview[bot] 9fc5923
WIP
dependabot-preview[bot] 9bc0405
Merge branch 'main' into 1187_decorate_output@main
dependabot-preview[bot] 9f4e6dd
[skip style] [skip vbump] Restyle files
github-actions[bot] fa117d1
multiple outputs
dependabot-preview[bot] ed29e78
Merge remote-tracking branch 'origin/main' into 1187_decorate_output@…
dependabot-preview[bot] c214c25
reshuffle validation of teal_transform_module
dependabot-preview[bot] 5f7ab79
don't display UI if not specified
dependabot-preview[bot] 898015f
Dispatch in teal_transform_module constructor
dependabot-preview[bot] b5cb59f
- make_teal_transform_server to simplify teal_transform_module's serv…
dependabot-preview[bot] 30bb248
move teal_transform_module to a new file instead of keeping with teal…
dependabot-preview[bot] dfce86b
Merge branch 'main' into 1187_decorate_output@main
gogonzo 1c75925
post merge fixes
gogonzo a92ebc9
Merge branch 'main' into 1187_decorate_output@main
gogonzo 5894970
Merge branch 'main' into 1187_decorate_output@main
gogonzo b1b85d4
Merge branch 'main' into 1187_decorate_output@main
m7pr d2626b1
[skip style] [skip vbump] Restyle files
github-actions[bot] 3cd4761
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] a0977eb
Update R/teal_transform_module.R
m7pr 51e10cd
Update R/teal_transform_module.R
m7pr 9dfce2d
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] e46964e
redact decorate-modules-output vignette
m7pr b54fd6d
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 8f03d2e
[skip style] [skip vbump] Restyle files
github-actions[bot] c2e530d
small edits to the second vignette
m7pr 4be8b97
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 02de519
[skip style] [skip vbump] Restyle files
github-actions[bot] b09ff42
add init part to examples of teal_transform_data so it's clear where …
m7pr ac475e8
[skip style] [skip vbump] Restyle files
github-actions[bot] 106bf4c
decorator -> decorators
m7pr 5206bfe
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr a1888c0
Update R/teal_transform_module.R
m7pr 4cabc0c
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] e5e2e58
teal.data::datanames to names
m7pr d9bc6e7
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr f33669d
woops
m7pr 8182e6d
ugh
m7pr 38335b7
bring back extract_transformers
m7pr cabf9f2
Revert "bring back extract_transformers"
m7pr 350d990
unify naming convention transformers->transforms
m7pr c36ab66
[skip style] [skip vbump] Restyle files
github-actions[bot] 6eccdb8
fix 3 tests
m7pr 6843cc8
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr bf210b4
[skip style] [skip vbump] Restyle files
github-actions[bot] 1004af4
fix 2 more tests
m7pr df0b16e
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 5b7e901
change names of ui/srv_transform_data in vignette
m7pr 9d82fea
fix vignette code
m7pr 9d4eeac
[skip style] [skip vbump] Restyle files
github-actions[bot] e132211
remove pipe operator from vignette
m7pr 64fbbbd
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr c84cbb6
[skip style] [skip vbump] Restyle files
github-actions[bot] 64e7f5d
remove pipes, simplify example in the vignette, add skeleton tests
m7pr 97b55af
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 4117417
[skip style] [skip vbump] Restyle files
github-actions[bot] 7f1375f
Merge branch 'main' into 1187_decorate_output@main
m7pr f6a4513
documentation enhancemenes
m7pr 81e1277
decorator example with DT table
m7pr 6729e4d
update names in vignette
m7pr ecbf96f
extend example_module so it handles decorations
m7pr 99c7a7c
[skip style] [skip vbump] Restyle files
github-actions[bot] e0bcb23
update NEWS
m7pr 41fd9d7
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr cc1f7be
remove indent from format.teal_module
m7pr a1aaee2
fix Spell Check
m7pr fc596d4
missing chunk end typo
m7pr 986a7c8
rename *_transofrm_data -> *_teal_transform_data
m7pr efdf8d2
[skip style] [skip vbump] Restyle files
github-actions[bot] e6c2ff0
fix pkgdown
m7pr f0e0605
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 875ccdb
update names in tests
m7pr 56872ec
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] e86e19f
Apply suggestions from code review
m7pr c2bc50d
[skip style] [skip vbump] Restyle files
github-actions[bot] e14f9b1
Update NEWS.md
m7pr f9bdb60
@gogonzo suggestions
m7pr f0b87f8
change transform to transformator
m7pr b54ebfc
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr a90544f
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] d7f8366
update WORDLIST
m7pr d3c8830
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 0481d15
update docuemntaion
m7pr 103ad27
change the object in example_module and document it
m7pr 0e1d83f
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] e91d198
update examples
m7pr 7576e11
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 8ced169
create two shinytest2 tests for decorators
m7pr 9daa456
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 532fe73
[skip style] [skip vbump] Restyle files
github-actions[bot] 40c73fd
combine decorator vignettes into one
m7pr a73dc58
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 80af8a2
[skip style] [skip vbump] Restyle files
github-actions[bot] 5c839b5
lintr fixes
m7pr 8bc8c10
[skip style] [skip vbump] Restyle files
github-actions[bot] 3d5bc4e
rebuild docs
m7pr 87acaec
fix one more test
m7pr 2d7089c
[skip style] [skip vbump] Restyle files
github-actions[bot] 28f17da
Update tests/testthat/test-shinytest2-decorators.R
m7pr 8d3a465
Update R/modules.R
m7pr 30002e1
bring back test for eventReactive value returned by teal_transform_mo…
m7pr 0f6a2a8
merge
m7pr af099e8
prefix in vignette
m7pr 37dc226
rerun docs
m7pr 5663ca2
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 717603d
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 31aa2d2
cleanup tests - remove ggplot2 examples
m7pr ceb97ff
Update R/dummy_functions.R
m7pr 9ceff8b
[skip style] [skip vbump] Restyle files
github-actions[bot] 0860bdf
fix: test with datanames validation
averissimo a8f1166
Merge branch 'main' into 1187_decorate_output@main
averissimo 1f97c13
Update vignettes/decorate-module-output.Rmd
m7pr 2bb9291
Update vignettes/decorate-module-output.Rmd
m7pr 17afb2b
Update vignettes/decorate-module-output.Rmd
m7pr 72e33f4
remove DT from vignette/dependencies
m7pr 7bf54e7
Merge branch 'main' into 1187_decorate_output@main
m7pr 6e9ae0c
change expression to language - as that's how it is documented in the…
m7pr 0f51ce5
wrapper -> convenience function
m7pr 5d09fcf
adjust intro
m7pr afbe5be
shiny::testServer tests for srv_teal_transform
m7pr 4ba6320
[skip style] [skip vbump] Restyle files
github-actions[bot] 2dae2b6
add pkgdown links to 1st appearance of the function in the decorators…
m7pr e39a883
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 60eec6e
be direct about which modules we talk
m7pr 5007a82
Update R/dummy_functions.R
m7pr d395ac6
Update R/dummy_functions.R
m7pr d7c1f7e
Update R/modules.R
m7pr 29ea4f1
change order of setnences in transofrmator vignette
m7pr cdf8797
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 9de76b9
Update vignettes/decorate-module-output.Rmd
m7pr f90bb77
Update vignettes/decorate-module-output.Rmd
m7pr 75b41b9
Update vignettes/decorate-module-output.Rmd
m7pr 1bdd159
link to teal_transform_module in transform vignettes
m7pr 7a4778a
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr fd78283
Update vignettes/data-transform-as-shiny-module.Rmd
m7pr 9e00183
Update vignettes/data-transform-as-shiny-module.Rmd
m7pr f329c0e
write about what is a decorator in general
m7pr 6140ff8
Merge branch '1187_decorate_output@main' of https://github.com/insigh…
m7pr 585a3ba
Update vignettes/decorate-module-output.Rmd
m7pr 33b308f
fix: tests
averissimo 44e4bc3
fix: long test name
averissimo 134dcf4
fix: long test name
averissimo 21d0e36
fix: namespace in tests
averissimo 5e088eb
Merge branch 'main' into 1187_decorate_output@main
m7pr b91b8c0
Apply suggestions from code review
m7pr cbc401e
this req is not needed
m7pr 8a34f0f
apply @pawelru feedback
m7pr 2c0dbf0
fix: namespace change in server function applied to UI
averissimo ad54746
docs: test title
averissimo 5b402e2
fix: reactivity issue
averissimo ffe1a19
docs: fix spelling
averissimo 1ad0b84
Merge branch 'main' into 1187_decorate_output@main
averissimo f264ad1
Merge branch 'main' into 1187_decorate_output@main
m7pr 20a3962
Update tests/testthat/test-teal_transform_module.R
m7pr 0003fef
@averissimo suggestions on debounce removal
m7pr 1b0d5fd
[skip style] [skip vbump] Restyle files
github-actions[bot] 42035b7
Update decorators vignette for multiple decorators (#1418)
m7pr cc32fe0
[skip style] [skip vbump] Restyle files
github-actions[bot] e1e49da
fix superlintr
m7pr fbd34d8
[skip style] [skip vbump] Restyle files
github-actions[bot] 113b0c7
feat: updates decorators argument on dummy
averissimo 28c50a9
feat: add print statement to code
averissimo 62913ae
fix: tests uses list of decorators
averissimo f493ee1
fix: corrects e2e tests and small fixes
averissimo fa298c8
docs: add decorators param
averissimo ed921de
chore: fix linter errors
averissimo 26ceb2d
Update R/dummy_functions.R
averissimo 452c9da
[skip style] [skip vbump] Restyle files
github-actions[bot] 2078b1f
docs: fixes params documentation
averissimo 4340c2b
chore: adds ggplot2 to suggests
averissimo 8f42166
fix: update e2e test with newer examples code
averissimo ab8fe49
fix: examples
averissimo 8cb4a52
fix: R CMD check note
averissimo e0b9e0e
fix: remove unnecessary div
averissimo a9a0b0e
chore: improve on error message
averissimo e7747c5
chore: improve on error message (missing on last commit)
averissimo a71e6d5
chore: use safer ids in transformators
averissimo be49c50
chore: minor rename of id
averissimo 0f9565c
fix: show errors in transform even if there is no UI
averissimo f67584f
chore: rename ui/srv_teal_transform_data to ui/srv_transform_teal_data
averissimo 6389232
fix: e2e test that had the old namespace
averissimo 347b82a
fix: typo on documentation
averissimo 0a15929
Fix examples on decorator vignette (#1423)
llrs-roche 6c353fe
fix: reactivity on input
averissimo 3a9c68f
example for multiple outputs
m7pr 8992555
Update vignettes/decorate-module-output.Rmd
m7pr 6cd9662
Update vignettes/decorate-module-output.Rmd
m7pr a91a1cf
Update vignettes/decorate-module-output.Rmd
m7pr 2685527
Update vignettes/decorate-module-output.Rmd
m7pr e04a892
Update vignettes/decorate-module-output.Rmd
m7pr 33749d8
Update vignettes/decorate-module-output.Rmd
m7pr be6fa32
Update vignettes/decorate-module-output.Rmd
averissimo 51b0964
Update vignettes/decorate-module-output.Rmd
averissimo 2fd5402
docs: vignette cleanup
averissimo 93fe55c
Merge branch 'main' into 1187_decorate_output@main
averissimo e2f58e9
pr feedback: simplify
averissimo e5acbdc
chore: add formatters to lookup references
averissimo c36e7b9
chore: minor clean of vignette
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
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.