Skip to content

Commit

Permalink
Fix anchored links for CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Jul 22, 2024
1 parent e42277b commit 2c1d831
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions R/interact_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@
#' appears above the legend. If \code{NULL}, the name of the moderating
#' variable is used.
#'
#' @param colors See [jtools_colors] for details on the types of arguments
#' accepted. Default is "CUD Bright" for factor
#' @param colors See [`jtools_colors`][jtools::jtools_colors] for details on the
#' types of arguments accepted. Default is "CUD Bright" for factor
#' moderators, "Blues" for +/- SD and user-specified \code{modx.values}
#' values.
#'
Expand Down
2 changes: 1 addition & 1 deletion R/simple_slopes.R
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ nobs.sim_slopes <- function(object, ...) {
#' @param x The [sim_slopes()] object.
#' @param format The method for sharing the slope and associated uncertainty.
#' Default is `"{estimate} ({std.error})"`. See the instructions for the
#' `error_format` argument of [export_summs()] for more on your
#' `error_format` argument of [jtools::export_summs()] for more on your
#' options.
#' @param sig.levels A named vector in which the values are potential p value
#' thresholds and the names are significance markers (e.g., "*") for when
Expand Down
2 changes: 1 addition & 1 deletion man/as_huxtable.sim_margins.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/as_huxtable.sim_slopes.Rd

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

4 changes: 2 additions & 2 deletions man/interact_plot.Rd

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

0 comments on commit 2c1d831

Please sign in to comment.