-
-
Notifications
You must be signed in to change notification settings - Fork 15
Add ability to set datanames
#824
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
67 commits
Select commit
Hold shift + click to select a range
9d52672
Add datasets_selected argument
llrs-roche 4cab9d5
Use datasets_selected for datanames
llrs-roche 01af1e5
Add datasets_selected
llrs-roche 7d1d1e9
Improve checks on datasets_selected
llrs-roche f64f3a0
Rstudio new version adds an id
llrs-roche f23555d
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 766a3c6
Rename argument
llrs-roche b782def
Rename datasets_selected to datanames
llrs-roche 18791db
Deprecate show_metadata and use datanames
llrs-roche 4a3682c
Update vignette
llrs-roche 02e0408
Add tests checking deprecated arguments
llrs-roche 441d069
Add NEWS entry
llrs-roche 677075f
Correct example
llrs-roche 24537f3
Style the R files
llrs-roche 0bbce3a
Remove trailing commas
llrs-roche 2708f8f
Merge branch 'main' into 821_select_datanames@main
llrs-roche fc4174e
Merge commit '268a6040c2143cd8e440a386b8334e2a41f008ce'
llrs-roche e2ebc56
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche af4143a
Apply suggestions from code review
llrs-roche 0f8eae8
Fix superlinter issue (line > 120 character)
llrs-roche 3b70824
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 341e039
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche 883d667
Soft deprecate & use datasets_selected argument when possible
llrs-roche e6e5d10
Comment I missed when updating
llrs-roche 6ba1998
Use full name of the function to avoid spelling false positives (and …
llrs-roche bd44f70
Prevent breaking user code and simplify code
llrs-roche 111d2e5
[skip style] [skip vbump] Restyle files
github-actions[bot] 59401be
Apply suggestions from code review
llrs-roche 1493152
[skip style] [skip vbump] Restyle files
github-actions[bot] f108aa4
Keep the same default as before the PR and check if it is used before…
llrs-roche a591612
Remove unnecessary call
llrs-roche d79fee8
Add back the button control with datanames
llrs-roche 60f9544
The default matches before this PR
llrs-roche 1a40f0f
Styler changes
llrs-roche bd25c85
Update NEWS according to changes and discussion
llrs-roche 1d1c716
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 478f9c9
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche e115f24
Use "all" instead of c("all", parent_dataname)
llrs-roche 4e7265a
Convert check to one line
llrs-roche cb72e2a
Add lifecycle as a dependency
llrs-roche e5e29e0
Use deprecated() and missing
llrs-roche 5fcca60
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 6faefc9
Use NULL as character0 is not accepted by teal::module(datanames)
llrs-roche 9d85b7f
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche 3c4ddb5
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 1a691ae
Add warning check (uncommited by error on last PR)
llrs-roche 201576e
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche d7fe392
Import and no reassign
llrs-roche 2da5d0b
Remove unnecessary NEWS entry
llrs-roche ba2b037
Shorter datasets_selected argument and remove the datanames' argument…
llrs-roche 53ac5be
Use identical instead of !=
llrs-roche 6f08e3d
Correct typo, shorten datases_selected argument's description, remove…
llrs-roche cc70989
Update documentation with feedback and typos corrected
llrs-roche 7bd66d5
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 8545235
Update R/tm_variable_browser.R
llrs-roche c157c80
Remove tests
llrs-roche 24db467
Merge branch 'main' into 821_select_datanames@main
llrs-roche 4b2eba2
Set parent_dataname that matches data available
llrs-roche d28c934
Documentation update
llrs-roche 2966292
[skip style] [skip vbump] Restyle files
github-actions[bot] 999bdbd
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] cdfe6f7
Keep order or datanames
llrs-roche 4f8e966
Merge branch '821_select_datanames@main' of https://github.com/insigh…
llrs-roche 25d872e
Merge branch 'main' into 821_select_datanames@main
llrs-roche 7485958
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] a561700
Fix broken merge
llrs-roche 0deb55e
[skip roxygen] [skip vbump] Roxygen Man Pages Auto Update
github-actions[bot] 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 |
|---|---|---|
|
|
@@ -31,3 +31,4 @@ import(shiny) | |
| import(teal) | ||
| import(teal.transform) | ||
| importFrom(dplyr,"%>%") | ||
| importFrom(lifecycle,deprecated) | ||
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.