hesim-dev / hesim

Health economic simulation modeling and decision analysis
https://hesim-dev.github.io/hesim/
62 stars 15 forks source link

Fix problems with RD files #116

Closed dincerti closed 5 months ago

dincerti commented 5 months ago

From the CRAN checks (https://cran.r-project.org/web/checks/check_results_hesim.html).

For example, the items in itemize shouldn't hae braces. create_params.Rd should be derived in Roxygen as:

#' \itemize{
#' \item `create_params.lm` -> [`params_lm`]
#' \item `create_params.multinom` -> [`params_mlogit`]
#' \item `create_params.multinom_list` ->  [`params_mlogit_list`]
#' \item `create_params.flexsurvreg` -> [`params_surv`]
#' \item `create_params.flexsurvreg_list` -> [`params_surv_list`]
#' \item `create_params.partsurvfit` ->  [`params_surv_list`]
#' }