From 04ce0434ec3e57ec629df6f983e4b50bb7ba8d20 Mon Sep 17 00:00:00 2001 From: levenc Date: Sat, 3 Sep 2022 22:35:11 +0200 Subject: [PATCH] spellcheck and missing tags --- R/dosing_optim.R | 1 - R/posologyr.R | 1 + docs/news/index.html | 6 +-- docs/pkgdown.yml | 2 +- docs/reference/poso_inter_cmin.html | 5 +-- man/poso_inter_cmin.Rd | 2 - man/posologyr.Rd | 58 ----------------------------- 7 files changed, 6 insertions(+), 69 deletions(-) delete mode 100644 man/posologyr.Rd diff --git a/R/dosing_optim.R b/R/dosing_optim.R index b6d3e87..dd3d386 100644 --- a/R/dosing_optim.R +++ b/R/dosing_optim.R @@ -644,7 +644,6 @@ poso_dose_conc <- function(dat=NULL,prior_model=NULL,time_c,target_conc, #' @param indiv_param Optional. A set of individual parameters : THETA, #' estimates of ETA, and covariates. #' -#' @return A numeric #' #' @return A list containing the following components: #' \describe{ diff --git a/R/posologyr.R b/R/posologyr.R index fc71e76..d454867 100644 --- a/R/posologyr.R +++ b/R/posologyr.R @@ -63,6 +63,7 @@ #' } #' #' @keywords internal +#' @noRd posologyr <- function(prior_model=NULL,dat=NULL,nocb=FALSE){ validate_priormod(prior_model) diff --git a/docs/news/index.html b/docs/news/index.html index 481f925..0b41c2a 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -71,7 +71,7 @@