Skip to content

Commit

Permalink
fixed links in help files with missing package anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
aalfons committed Nov 3, 2024
1 parent 418ebe9 commit a121c09
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 8 deletions.
2 changes: 2 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
4 changes: 2 additions & 2 deletions R/shiny_apps.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion R/to_flextable.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}()}
Expand Down
2 changes: 1 addition & 1 deletion R/to_latex.R
Original file line number Diff line number Diff line change
Expand Up @@ -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}()}
Expand Down
2 changes: 1 addition & 1 deletion man/robmed_GUI.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/simulation_app.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/to_flextable.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/to_latex.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a121c09

Please sign in to comment.