Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Dec 3, 2024
1 parent 8a522cb commit 555e37b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -153,4 +153,4 @@ Suggests:
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
2 changes: 1 addition & 1 deletion R/cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ find_cache <- function(
}

#' @title Make a new `drake` cache. `r lifecycle::badge("stable")`
#' @description Uses the [storr_rds()] function
#' @description Uses the [storr::storr_rds()] function
#' from the `storr` package.
#' @export
#' @return A newly created drake cache as a storr object.
Expand Down
2 changes: 1 addition & 1 deletion R/deprecated.R
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ in_progress <- function(
#' @keywords internal
#' @seealso [new_cache()], [get_cache()]
#' @details Does not work with
#' in-memory caches such as [storr_environment()].
#' in-memory caches such as [storr::storr_environment()].
#' @return A drake/storr cache.
#' @inheritParams cached
#' @inheritParams new_cache
Expand Down
2 changes: 1 addition & 1 deletion man/new_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/recover_cache.Rd

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

0 comments on commit 555e37b

Please sign in to comment.