From 328d1173db2395c1a5705b5f0980e2956db8be1f Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 13 Feb 2025 12:43:29 +0100 Subject: Update wordlist, bump date and simplify DESCRIPTION Also, the R-Universe URL that the badge points to is updated --- R/mkinpredict.R | 4 ++-- R/nlme.R | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'R') diff --git a/R/mkinpredict.R b/R/mkinpredict.R index 60456fb2..4c6d7862 100644 --- a/R/mkinpredict.R +++ b/R/mkinpredict.R @@ -22,7 +22,7 @@ #' variables. The third possibility "eigen" is fast in comparison to uncompiled #' ODE models, but not applicable to some models, e.g. using FOMC for the #' parent compound. -#' @param method.ode The solution method passed via [mkinpredict] to [ode]] in +#' @param method.ode The solution method passed via [mkinpredict] to `deSolve::ode()` in #' case the solution type is "deSolve" and we are not using compiled code. #' When using compiled code, only lsoda is supported. #' @param use_compiled If set to \code{FALSE}, no compiled version of the @@ -36,7 +36,7 @@ #' the observed variables (default) or for all state variables (if set to #' FALSE). Setting this to FALSE has no effect for analytical solutions, #' as these always return mapped output. -#' @param na_stop Should it be an error if [ode] returns NaN values +#' @param na_stop Should it be an error if `deSolve::ode()` returns NaN values #' @param \dots Further arguments passed to the ode solver in case such a #' solver is used. #' @return A matrix with the numeric solution in wide format diff --git a/R/nlme.R b/R/nlme.R index 6b2d06d0..de82d99c 100644 --- a/R/nlme.R +++ b/R/nlme.R @@ -126,7 +126,7 @@ nlme_function <- function(object) { #' @rdname nlme #' @importFrom rlang !!! -#' @return A \code{\link{groupedData}} object +#' @return A `nlme::groupedData` object #' @export nlme_data <- function(object) { if (nrow(object) > 1) stop("Only row objects allowed") -- cgit v1.2.1