Skip to content

Commit

Permalink
Escape braces in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
phgrosjean committed May 1, 2024
1 parent 416f07b commit e4e1952
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/Sgg.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Make a ggplot function pipeable
#'
#' @description The set `Sgg` should be used like this: `Sgg$geom_point()`.
#' It transforms on the fly an original {ggplot2} function supposed to be used
#' It transforms on the fly an original \{ggplot2\} function supposed to be used
#' with the `+` operator (like `p + geom_point()`) into a pipeable version
#' (like `p %>% Sgg$geom_point()`).
#'
Expand All @@ -12,7 +12,7 @@
#' @param pattern A regular expression to list matching names.
#'
#' @return The `Sgg()` function just returns an error message. When subsetted
#' with the name of a {ggplot2} function (e.g., `Sgg$geom_point()`), it
#' with the name of a \{ggplot2\} function (e.g., `Sgg$geom_point()`), it
#' returns a modified version of that function in such a way that it can be
#' used with a pipe operator.
#'
Expand Down
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ GitHub
modelit
OSX
pipeable
README
reusability
subsettable
thetics
Expand Down
4 changes: 2 additions & 2 deletions man/Sgg.Rd

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

0 comments on commit e4e1952

Please sign in to comment.