Skip to content

Commit

Permalink
Excape braces in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed May 1, 2024
1 parent eca464f commit a8b700c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion R/dfun.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' The functions [dfun()] and [geom_funfill()], together with [chart()] allow to
#' plot them.
#'
#' @param object A **distribution** object, as from the {distributional}
#' @param object A **distribution** object, as from the \{distributional\}
#' package.
#' @param i The distribution to use from the list (first one by default)
#' @param n The number of points to use to draw the density functions (500 by
Expand Down
2 changes: 1 addition & 1 deletion R/stddev.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' The generic functions [stddev()] returns the standard deviation for these
#' distributions.
#'
#' @param x A **distribution** object, as from the {distributional} package.
#' @param x A **distribution** object, as from the \{distributional\} package.
#' @param ... Further arguments (not used yet).
#'
#' @return A numeric vector with one or more standard deviations.
Expand Down
2 changes: 1 addition & 1 deletion R/tabularise.htest.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#' @param env The environment where to evaluate lazyeval expressions (unused for
#' now).
#' @return A **flextable** object you can print in different forms or rearrange
#' with the {flextable} functions.
#' with the \{flextable\} functions.
#'
#' @export
#' @importFrom tabularise tabularise_default colformat_sci
Expand Down
2 changes: 2 additions & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ htest
lazyeval
ORCID
SciViews
tinytable
tt
YAML
2 changes: 1 addition & 1 deletion man/dfun.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/stddev.Rd

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

6 changes: 5 additions & 1 deletion man/tabularise_default.htest.Rd

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

0 comments on commit a8b700c

Please sign in to comment.