-
Notifications
You must be signed in to change notification settings - Fork 14
Release v1.3.0 #868
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
Release v1.3.0 #868
Conversation
update tests and docs
Fix unit tests for new stats methods
Fix 811 - Added Snapshot Date to results_summary of Make_Snapshot()
Co-authored-by: Matt Roumaya <40671730+mattroumaya@users.noreply.github.com>
Fix 706 - Finalize Lab KRI Workflow
…ion for expected output
Fix 635 - Add country to grouping
Adverse Event (AE) Assessment Checklist
Notes:
df_ae <- AE_Map_Raw()
ae <- AE_Assess(df_ae, strMethod = "poisson")
print(ae$lCharts$scatter) |
Consent Assessment Checklist
|
Disposition Assessment Checklist
Notes:
|
Lab Abnormalities Assessment Checklist
Notes:
|
Inclusion/Exclusion (IE) Assessment Checklist
|
Protocol Deviation Assessment Checklist
Notes:
|
Analyze Function Checklist - KaiFunctions:
|
Data Transformation and Flagging Checklist - KaiFunctions:
|
Workflow and Reporting Function Checklist
|
I'll QC Analyze and Data Transformation and Flagging |
Utility Function Checklist
Functions listed above were reviewed without a formal checklist, but the functions and unit tests were reviewed, and tested with R code to check for any edge cases. Nothing to report ✅ |
Visualization Function ChecklistFunctions:
Functions listed above were reviewed without a formal checklist, but the functions and unit tests were reviewed, and tested with R code to check for any edge cases. Nothing to report ✅ |
…tion documentation updates
@Zhongkai-Wang - my review is complete! Let me know when you are all set, and I'll request review from Jeremy. |
@mattroumaya - My review is complete as well! Only review note is |
Awesome, thanks @Zhongkai-Wang! I'll file an issue to add those tests. @jwildfire all yours to review! |
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.
Looks great!
Release Description
Release
v.1.3.0
Assessments Updated
Analyze_NormalApprox()
,Flag_NormalApprox()
, andAnalyze_NormalApprox_PredictBounds()
.AE_Assess()
,Disp_Assess()
,LB_Assess()
, andPD_Assess()
.Study_Assess()
andMake_Snapshot()
Milestone
Milestone: v1.0.0
Overall Risk Assessment
Overall Risk: Medium
Notes:
Designating medium risk because a new default statistical method was added to qualified assessment functions.
Release Checklist
DESCRIPTION
styler
spell_check()
README.md
and relevant Vignettespkgdown::build_site()
and check that all affected examples are displayed correctly and that all new functions occur on the "Reference" page.