Skip to content
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

401 add rate01 tlg@main #739

Merged
merged 12 commits into from
Nov 11, 2022
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ Collate:
'summarize_ancova.R'
'summarize_change.R'
'summarize_colvars.R'
'summarize_glm_count.R'
'summarize_num_patients.R'
'summarize_patients_exposure_in_cols.R'
'summarize_variables_in_cols.R'
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ export(summarize_ancova)
export(summarize_change)
export(summarize_colvars)
export(summarize_coxreg)
export(summarize_glm_count)
export(summarize_logistic)
export(summarize_num_patients)
export(summarize_occurrences_by_grade)
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# tern 0.7.10.9007

### Enhancements
* Added `summarize_glm_count` function to tern.
* Replaced `synthetic_cdisc_data` with refactored `synthetic_cdisc_dataset` function to speed up dataset loading in tests/examples.
* Updated all tests to use `rcd_2022_06_27` version of cached data.
* Added more tests to increase code coverage.
Expand Down
Loading