From a121c09bae0e078b8d9f4fb600e191f1eebbbeaa Mon Sep 17 00:00:00 2001 From: Andreas Alfons Date: Sun, 3 Nov 2024 11:52:32 +0100 Subject: [PATCH] fixed links in help files with missing package anchors --- NEWS | 2 ++ R/shiny_apps.R | 4 ++-- R/to_flextable.R | 2 +- R/to_latex.R | 2 +- man/robmed_GUI.Rd | 2 +- man/simulation_app.Rd | 2 +- man/to_flextable.Rd | 2 +- man/to_latex.Rd | 2 +- 8 files changed, 10 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 3c51426..cf21e8f 100644 --- a/NEWS +++ b/NEWS @@ -4,4 +4,6 @@ Changes in robmed version 0.1.1 + Default in tables is now to include p values of the indirect effects. + + Fixed links in help files with missing package anchors. + + Updated examples in help files. diff --git a/R/shiny_apps.R b/R/shiny_apps.R index 6ed3ca6..09348c5 100644 --- a/R/shiny_apps.R +++ b/R/shiny_apps.R @@ -88,7 +88,7 @@ run_shiny_app <- function(which = c("GUI", "simulation")) { #' \emph{Behavior Research Methods}, \bold{40}(3), 879--891. #' doi:10.3758/brm.40.3.879. #' -#' @seealso \code{\link{test_mediation}} +#' @seealso \code{\link[robmed]{test_mediation}} #' #' @examples #' # run example only from an interactive R session @@ -172,7 +172,7 @@ robmed_GUI <- function(data = NULL) { #' Mediation Analysis. \emph{Multivariate Behavioral Research}, \bold{45}(1), #' 1--44. doi:10.1080/00273170903504695. #' -#' @seealso \code{\link{test_mediation}} +#' @seealso \code{\link[robmed]{test_mediation}} #' #' @examples #' # run example only from an interactive R session diff --git a/R/to_flextable.R b/R/to_flextable.R index c1a1f47..465085b 100644 --- a/R/to_flextable.R +++ b/R/to_flextable.R @@ -57,7 +57,7 @@ #' \bold{103}(13), 1--45. doi:10.18637/jss.v103.i13. #' #' @seealso -#' \code{\link{test_mediation}()}, +#' \code{\link[robmed]{test_mediation}()}, #' \code{\link[robmed:summary.test_mediation]{summary}()} #' #' \code{\link{export_docx}()}, \code{\link{export_pptx}()} diff --git a/R/to_latex.R b/R/to_latex.R index 768d462..127aea6 100644 --- a/R/to_latex.R +++ b/R/to_latex.R @@ -78,7 +78,7 @@ #' \bold{103}(13), 1--45. doi:10.18637/jss.v103.i13. #' #' @seealso -#' \code{\link{test_mediation}()}, +#' \code{\link[robmed]{test_mediation}()}, #' \code{\link[robmed:summary.test_mediation]{summary}()} #' #' \code{\link{to_flextable}()} diff --git a/man/robmed_GUI.Rd b/man/robmed_GUI.Rd index c45ec0b..c2a9080 100644 --- a/man/robmed_GUI.Rd +++ b/man/robmed_GUI.Rd @@ -60,7 +60,7 @@ for Assessing and Comparing Indirect Effects in Multiple Mediator Models. doi:10.3758/brm.40.3.879. } \seealso{ -\code{\link{test_mediation}} +\code{\link[robmed]{test_mediation}} } \author{ Andreas Alfons and Aurore Archimbaud, based on an initial prototype by diff --git a/man/simulation_app.Rd b/man/simulation_app.Rd index 275b05b..3f44faa 100644 --- a/man/simulation_app.Rd +++ b/man/simulation_app.Rd @@ -62,7 +62,7 @@ Mediation Analysis. \emph{Multivariate Behavioral Research}, \bold{45}(1), 1--44. doi:10.1080/00273170903504695. } \seealso{ -\code{\link{test_mediation}} +\code{\link[robmed]{test_mediation}} } \author{ Andreas Alfons diff --git a/man/to_flextable.Rd b/man/to_flextable.Rd index b3550d6..93a2097 100644 --- a/man/to_flextable.Rd +++ b/man/to_flextable.Rd @@ -136,7 +136,7 @@ The \R Package \pkg{robmed}. \emph{Journal of Statistical Software}, \bold{103}(13), 1--45. doi:10.18637/jss.v103.i13. } \seealso{ -\code{\link{test_mediation}()}, +\code{\link[robmed]{test_mediation}()}, \code{\link[robmed:summary.test_mediation]{summary}()} \code{\link{export_docx}()}, \code{\link{export_pptx}()} diff --git a/man/to_latex.Rd b/man/to_latex.Rd index 6d17df5..4947dac 100644 --- a/man/to_latex.Rd +++ b/man/to_latex.Rd @@ -170,7 +170,7 @@ The \R Package \pkg{robmed}. \emph{Journal of Statistical Software}, \bold{103}(13), 1--45. doi:10.18637/jss.v103.i13. } \seealso{ -\code{\link{test_mediation}()}, +\code{\link[robmed]{test_mediation}()}, \code{\link[robmed:summary.test_mediation]{summary}()} \code{\link{to_flextable}()}