-
Notifications
You must be signed in to change notification settings - Fork 10
Add harm bound to AHR designs #640
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
LittleBeannie
wants to merge
23
commits into
main
Choose a base branch
from
618-add-harm-bound
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.
+1,322
−262
Open
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
489ed2a
Add harm bound to `gs_power_npe` and `gs_design_npe`
LittleBeannie 5e415a4
Add harm bound to `gs_xxx_ahr`
LittleBeannie 568d492
Update summary functions when harm bound is added
LittleBeannie 399cd2a
add developer tests
LittleBeannie f2bcae3
Add as_rtf test file and update snapshot
LittleBeannie f585c45
Merge remote-tracking branch 'origin/main' into 618-add-harm-bound
LittleBeannie 9b59c45
Rename test file to match new naming convention
LittleBeannie b577e09
Revert "Rename test file to match new naming convention"
LittleBeannie 6d1efe7
Rename testing file
LittleBeannie ec13144
Fix CI: remove manual source() and update snapshots
yihui 4e081f7
Roxygenize, remove redundant test file, fix all() usage
yihui fa84635
Clarify test skill: helpers are auto-sourced, .md snapshots are stand…
yihui b561720
Fix parse error in gs_power_ahr examples (missing # before Example 5)
yihui 9117f53
Add an error message when users add harm bound to a fixed design
LittleBeannie b0da6ff
Restrict harm bound only shows when futility is tested
LittleBeannie 55bbe26
Add more developer tests
LittleBeannie c642a6b
Update the Rd files
LittleBeannie 31d59a0
Address CICD checking errors
LittleBeannie 0a65c16
Add harm bound Schoenfeld vignette
keaven e74b093
Update the error-checking of harm bound when it is a fixed design
LittleBeannie cabf2ce
Update developer tests of harm bound in `gs_design_ahr`
LittleBeannie c01904f
update `_pkgdown.yml`
LittleBeannie 17977b3
Merge branch 'main' into 618-add-harm-bound
yihui 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
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.
We could temporarily require the dev version of gsDesign:
and remove this
Remotesfield after the new version of gsDesign is on CRAN.