From 64cea397017385cc0b541fde71dda3484583ccc8 Mon Sep 17 00:00:00 2001 From: Jacob Long Date: Sun, 28 Jul 2024 16:04:13 -0400 Subject: [PATCH] Fix documentation check warning --- NEWS.md | 3 +++ R/simple_slopes.R | 2 +- man/sim_slopes.Rd | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 24bbf89..1d476ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,8 @@ # interactions 1.2.0.9000 +A special thanks to Github user @olivroy for contributing a number of mostly +under-the-hood updates prior to this release. + Enhancements: * `sim_slopes()` now supports non-continuous variables in the `pred` argument. diff --git a/R/simple_slopes.R b/R/simple_slopes.R index 8f70007..25aa93b 100644 --- a/R/simple_slopes.R +++ b/R/simple_slopes.R @@ -86,7 +86,7 @@ #' #' @family interaction tools #' -#' @seealso \code{\link{interact_plot()}} accepts similar syntax and will plot the +#' @seealso \code{\link{interact_plot}} accepts similar syntax and will plot the #' results with \code{\link[ggplot2]{ggplot}}. #' #' \code{testSlopes()} from `rockchalk` performs a hypothesis test of diff --git a/man/sim_slopes.Rd b/man/sim_slopes.Rd index 56689e9..ac07a06 100644 --- a/man/sim_slopes.Rd +++ b/man/sim_slopes.Rd @@ -232,7 +232,7 @@ multiple regression/correlation analyses for the behavioral sciences} (3rd ed.). Mahwah, NJ: Lawrence Erlbaum Associates, Inc. } \seealso{ -\code{\link{interact_plot()}} accepts similar syntax and will plot the +\code{\link{interact_plot}} accepts similar syntax and will plot the results with \code{\link[ggplot2]{ggplot}}. \code{testSlopes()} from \code{rockchalk} performs a hypothesis test of