Skip to content

Commit 555e37b

Browse files
committed
fix docs
1 parent 8a522cb commit 555e37b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ Suggests:
153153
Encoding: UTF-8
154154
Language: en-US
155155
Roxygen: list(markdown = TRUE)
156-
RoxygenNote: 7.3.1
156+
RoxygenNote: 7.3.2

R/cache.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ find_cache <- function(
912912
}
913913

914914
#' @title Make a new `drake` cache. `r lifecycle::badge("stable")`
915-
#' @description Uses the [storr_rds()] function
915+
#' @description Uses the [storr::storr_rds()] function
916916
#' from the `storr` package.
917917
#' @export
918918
#' @return A newly created drake cache as a storr object.

R/deprecated.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -1402,7 +1402,7 @@ in_progress <- function(
14021402
#' @keywords internal
14031403
#' @seealso [new_cache()], [get_cache()]
14041404
#' @details Does not work with
1405-
#' in-memory caches such as [storr_environment()].
1405+
#' in-memory caches such as [storr::storr_environment()].
14061406
#' @return A drake/storr cache.
14071407
#' @inheritParams cached
14081408
#' @inheritParams new_cache

man/new_cache.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/recover_cache.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)