Skip to content

Commit

Permalink
work around bug in roxygen2
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b committed Sep 8, 2021
1 parent ab17167 commit b4672c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/pkgpins-GEN.R
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ hash_fn_call <- function(from_fn,
#' @param expr The expression to cache.
#' @param from_fn The name of the function that `expr` is cached from, i.e. the name of the function that `with_cache()` is called from. A character scalar.
#' @param ... The arguments received by `from_fn` on which the caching should depend. This is fundamental to determine whether `expr` was already cached or not.
#' The arguments must be specified _unnamed_ (see examples). `r pkgsnip::param_label("dyn_dots_support")`
#' The arguments must be specified _unnamed_ (see examples). `r pkgsnip::param_label("dyn_dots_support")`
#' @param use_cache `r pkgsnip::param_label("use_cache")`
#' @param cache_lifespan `r pkgsnip::param_label("cache_lifespan")`
#'
Expand Down
2 changes: 1 addition & 1 deletion Rmd/pkgpins.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ NOTES:
#' @param expr The expression to cache.
#' @param from_fn The name of the function that `expr` is cached from, i.e. the name of the function that `with_cache()` is called from. A character scalar.
#' @param ... The arguments received by `from_fn` on which the caching should depend. This is fundamental to determine whether `expr` was already cached or not.
#' The arguments must be specified _unnamed_ (see examples). `r pkgsnip::param_label("dyn_dots_support")`
#' The arguments must be specified _unnamed_ (see examples). `r pkgsnip::param_label("dyn_dots_support")`
#' @param use_cache `r pkgsnip::param_label("use_cache")`
#' @param cache_lifespan `r pkgsnip::param_label("cache_lifespan")`
#'
Expand Down
2 changes: 1 addition & 1 deletion man/with_cache.Rd

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

0 comments on commit b4672c7

Please sign in to comment.