diff --git a/R/epi.R b/R/epi.R index b272619..bf77708 100644 --- a/R/epi.R +++ b/R/epi.R @@ -1,7 +1,7 @@ #' An interface to eight compartmental epidemic models. #' -#' [ehpi::epi()] is an application programming interface (for the -#' Shiny application that motivated its creation) or a convenient function for +#' ehpi is an application programming interface (for the Shiny application that +#' motivated its creation) or a convenient function [ehpi::epi()] for #' interactive use in epidemic modelling. The arguments provided to the function #' determine compartments used in the model that is run. #' diff --git a/man/epi.Rd b/man/epi.Rd index c23a4a7..6f83205 100644 --- a/man/epi.Rd +++ b/man/epi.Rd @@ -75,8 +75,8 @@ differential equations for each point in time of the model (per function arguments). } \description{ -\code{\link[=epi]{epi()}} is an application programming interface (for the -Shiny application that motivated its creation) or a convenient function for +ehpi is an application programming interface (for the Shiny application that +motivated its creation) or a convenient function \code{\link[=epi]{epi()}} for interactive use in epidemic modelling. The arguments provided to the function determine compartments used in the model that is run. }