Skip to content

Commit

Permalink
fix: escaped curl braces so docs render correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
selkamand committed Nov 13, 2024
1 parent e154805 commit b1b52d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/assert.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#' Assert that conditions are met
#'
#' @param ... a list of conditions to check
#' @param msg A character string containing the error message to display if any of the conditions are not met. The string can include the placeholder {failed_expressions} to insert a list of the failed expressions. The string can also include {?s} and {?is/are} to insert the correct pluralization for the list of failed expressions.
#' @param msg A character string containing the error message to display if any of the conditions are not met.
#' The string can include the placeholder \{failed_expressions\} to insert a list of the failed expressions. The string can also include \{?s\} and \{?is/are\} to insert the correct pluralization for the list of failed expressions.
#' @inheritParams common_roxygen_params
#'
#' @return invisible(TRUE) if all conditions are met, otherwise aborts with the error message specified by msg
Expand Down
3 changes: 2 additions & 1 deletion man/assert.Rd

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

0 comments on commit b1b52d1

Please sign in to comment.