-
Notifications
You must be signed in to change notification settings - Fork 63
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
Closes #2415 replaced hard coding of expr(USUBJID, STUDYID) or expr(USUBJID) with … #2452
Closed
ProfessorP-beep
wants to merge
27
commits into
main
from
2415-general-issue-make-subject-keys-flexible-in-all-functions
Closed
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
941fa3a
replaced hard coding of expr(USUBJID, STUDYID) or expr(USUBJID) with …
ProfessorP-beep b0f3e0c
merged with changes from origin main
ProfessorP-beep fd5a292
merged with changes from origin main
ProfessorP-beep cb3363e
replaced expr(STUDYID, USUBJID) and expr(USUBJID) with !!!get_admiral…
ProfessorP-beep 66a98fb
Merge branch 'main' into 2415-general-issue-make-subject-keys-flexibl…
ProfessorP-beep 84794a1
ran styler::style_file("inst/templates/ad_adex.R") to address Code St…
ProfessorP-beep 55f8b81
Merge branch '2415-general-issue-make-subject-keys-flexible-in-all-fu…
ProfessorP-beep 2157bba
change instances of by = get_admiral_option(...) to by_vars =. Also r…
ProfessorP-beep e2638ed
Updated News.md
ProfessorP-beep 80b9cf2
fixed syntax and remoced expr() from around get_admiral_options(...).…
ProfessorP-beep 3628b0b
styler function ran on templates wasnt in last push
ProfessorP-beep b56823f
Missed some get_admiral_option syntax changes that werentt included i…
ProfessorP-beep 61fd719
Addressed additional get_admiral_option(...) syntax issues
ProfessorP-beep 7f00946
Fixed errors due to missing parentheses in ad_adex, ad_admh, and adpp…
ProfessorP-beep f51d7be
ran styler::style_file(c("inst/templates/ad_adex.R", "inst/templates/…
ProfessorP-beep 5e20b1b
Added STUDYID to vignettes so that get_admiral_option("subject_keys")…
ProfessorP-beep d0d9aa1
ran styler_file() on changed vignettes in this commit
ProfessorP-beep badf8c9
ran styler_file() on changed vignettes in this commit. Reverted get_a…
ProfessorP-beep 27dc85d
made changes to !!!adsl_vars to remove exclamations and bring it outs…
ProfessorP-beep 8573bdc
addressed additional instances where get_admiral_options should be us…
ProfessorP-beep 39de758
Merge branch 'main' into 2415-general-issue-make-subject-keys-flexibl…
ProfessorP-beep e379b8f
updated wordlist with spellcheck package
ProfessorP-beep d679577
resolving merge to update code
ProfessorP-beep 6932070
additional USUBJID and STUDYID fixes
ProfessorP-beep bd1378f
received some errors in devtools::check() that I investigated then re…
ProfessorP-beep 5b975ff
addressed missed replacements in inst/templates scripts
ProfessorP-beep 50c2dd7
Ran spellcheck, lintr, and devtools to address pull request errors.
ProfessorP-beep 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 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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other occurrences should be updated as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ProfessorP-beep did this one need an update?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops looks like I missed it. Can update in a bit.