Skip to content

Commit

Permalink
update the documentation and pkgdown website
Browse files Browse the repository at this point in the history
  • Loading branch information
levenc committed Sep 12, 2024
1 parent f5103d4 commit 6a92514
Show file tree
Hide file tree
Showing 32 changed files with 1,082 additions and 649 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# posologyr v1.2.7

* All vignettes are moved to articles
* The updates to `poso_simu_pop()` in v1.2.5 introduced several issues and have been reverted.
* The new function `poso_replace_et()` enables updating a model with events from a new rxode2 event table, while accounting for and interpolating any covariates or inter-occasion variability.
* The updates to `poso_simu_pop()` in v1.2.5 introduced several issues and have been reverted
* The new function `poso_replace_et()` enables updating a model with events from a new rxode2 event table, while accounting for and interpolating any covariates or inter-occasion variability

# posologyr v1.2.6

Expand Down
6 changes: 3 additions & 3 deletions R/et.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
#' for and interpolating any covariates or inter-occasion variability.
#'
#' @param target_model Solved rxode2 object. A model generated by one of
#' posologyr's estimation functions
#' posologyr's estimation functions.
#' @param prior_model A \code{posologyr} prior population model.
#' @param interpolation Character string. Specifies the interpolation method to
#' be used for covariates. Choices are "locf" for last observation carried
#' forward, "nocb" for next observation carried backward, "midpoint", or
#' "linear".
#' @param event_table An rxode2 event table
#' @param event_table An rxode2 event table.
#'
#' @return A solved rxode2 object, updated with the event table provided
#' @return A solved rxode2 object, updated with the event table provided.
#'
#' @examples
#' # model
Expand Down
3 changes: 3 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ reference:
- poso_estim_mcmc
- poso_estim_sir
- poso_simu_pop
- title: "Post-processing"
- contents:
- poso_replace_et
navbar:
left:
- text: Models & Data
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

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

84 changes: 50 additions & 34 deletions docs/LICENSE.html

Large diffs are not rendered by default.

63 changes: 40 additions & 23 deletions docs/articles/a_posteriori_dosing.html

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

Loading

0 comments on commit 6a92514

Please sign in to comment.