Skip to content

Commit

Permalink
Chore #2138 Implement derive_vars_extreme_event()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyad committed Nov 15, 2023
1 parent 708d232 commit 60a0cba
Show file tree
Hide file tree
Showing 31 changed files with 1,397 additions and 35 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ export(default_qtc_paramcd)
export(derivation_slice)
export(derive_basetype_records)
export(derive_expected_records)
export(derive_extreme)
export(derive_extreme_event)
export(derive_extreme_records)
export(derive_locf_records)
Expand Down Expand Up @@ -106,6 +107,7 @@ export(derive_vars_dtm_to_dt)
export(derive_vars_dtm_to_tm)
export(derive_vars_duration)
export(derive_vars_dy)
export(derive_vars_extreme_event)
export(derive_vars_joined)
export(derive_vars_merged)
export(derive_vars_merged_lookup)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## New Features

- Implement `derive_vars_extreme_event()`, which works as `derive_extreme_event()` but returns variables instead of a parameter. (#2138)

## Updates of Existing Functions

- Fixed a bug in `compute_tmf()` where the time imputation flag was being incorrectly
Expand Down Expand Up @@ -109,6 +111,7 @@ order = exprs(my_order_var),
- `derive_var_ontrtfl(span_period)`

- The `derive_param_extreme_record()` function has been superseded in favor of `derive_extreme_event()`. (#2141)
- The functions `derive_var_dthcaus()`, `derive_var_extreme_dt()`, and `derive_var_extreme_dtm()` are superseded in favor of `derive_vars_extreme_event()`. (#2138)

## Documentation

Expand Down
Loading

0 comments on commit 60a0cba

Please sign in to comment.