Skip to content

Commit

Permalink
Run the read_drake_seed() example.
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Feb 2, 2018
1 parent 0b73f73 commit 307bbe1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions R/read.R
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ read_drake_meta <- function(
#' current working directory only.
#' @param verbose whether to print console messages
#' @examples
#' \dontrun{
#' cache <- storr::storr_environment() # For the examples.
#' my_plan <- drake_plan(
#' target1 = sqrt(1234),
Expand All @@ -523,7 +522,6 @@ read_drake_meta <- function(
#' digest::digest(read_drake_seed(cache = cache))
#' digest::digest(.Random.seed)
#' readd(target2, cache = cache)
#' }
read_drake_seed <- function(
path = getwd(),
search = TRUE,
Expand Down
2 changes: 0 additions & 2 deletions man/read_drake_seed.Rd

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

0 comments on commit 307bbe1

Please sign in to comment.