Skip to content

Commit

Permalink
poso_inter_cmin does not take tdm as argument
Browse files Browse the repository at this point in the history
  • Loading branch information
levenc committed Nov 26, 2023
1 parent 2102b97 commit 01ec0e5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* Fix a bug in `poso_dose_conc()`, `poso_dose_auc()` and `poso_inter_cmin()` where the returned estimate of the target value to be optimized against was always equal to zero.

## Documentation
* The documentation for `poso_time_cmin()`, `poso_dose_conc()`, `poso_dose_auc()`, and `poso_inter_cmin()` now explicitly states the consequences of setting `tdm` to `TRUE`: which parameters are required, which parameters are ignored, and which parameters behave differently.
* The functions `poso_time_cmin()`, `poso_dose_conc()`, `poso_dose_auc()`, and `poso_inter_cmin()` now return a warning if any of the input parameters are ignored.
* The documentation for `poso_time_cmin()`, `poso_dose_conc()`, and `poso_dose_auc()` now explicitly states the consequences of setting `tdm` to `TRUE`: which parameters are required, which parameters are ignored, and which parameters behave differently.
* The functions `poso_time_cmin()`, `poso_dose_conc()`, and `poso_dose_auc()` now return a warning if any of the input parameters are ignored.
* Fix incorrect information regarding the duration of the AUC in the documentation of `poso_dose_auc()`

# posologyr v1.2.2
Expand Down
4 changes: 2 additions & 2 deletions docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ articles:
multiple_endpoints: multiple_endpoints.html
patient_data_input: patient_data_input.html
posologyr_user_defined_models: posologyr_user_defined_models.html
last_built: 2023-11-26T13:42Z
last_built: 2023-11-26T14:13Z

0 comments on commit 01ec0e5

Please sign in to comment.