Skip to content

Commit

Permalink
escape curly braces
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzwalthert committed Jan 11, 2024
1 parent bf23412 commit 640ad73
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions R/cache.R
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#' Issue a warning if `{R.cache}` uses temporary cache only
#' Issue a warning if \{R.cache\} uses temporary cache only
#'
#' This function used to check if a permanent cache was available and issue a
#' warning if not, but since {R.cache} version `0.15.0` (release date
#' warning if not, but since \{R.cache\} version `0.15.0` (release date
#' 2021-04-27), a permanent directory will be used automatically, so this check
#' if redundant. the function is kept in the package for compatibility, i.e.
#' if someone updates the R package {precommit} but not the hook revisions.
#' if someone updates the R package \{precommit\} but not the hook revisions.
#' @param temp_cache_is_enough ignored.
#' @family hook script helpers
#' @keywords internal
Expand Down
2 changes: 1 addition & 1 deletion R/release.R
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ release_prechecks <- function(bump, is_cran) {
dsc
}

#' Updates the hook version ref of {precommit} in a `.pre-commit-config` file
#' Updates the hook version ref of \{precommit\} in a `.pre-commit-config` file
#'
#' This is useful in the release process because when releasing a new version,
#' we must make sure the template that is used with `precommit::use_precommit()`
Expand Down
6 changes: 3 additions & 3 deletions man/may_require_permanent_cache.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/update_rev_in_config.Rd

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

0 comments on commit 640ad73

Please sign in to comment.