Skip to content

Commit

Permalink
unbrowse
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Dec 23, 2024
1 parent d049202 commit 9b1032e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/class_meta.R
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ meta_class <- R6::R6Class(
.subset2(.subset2(.subset2(self, "database"), "get_row")(name), "data")
},
hash_deps = function(deps, pipeline) {

browser()

deps <- sort_chr(deps)
hashes <- lapply(X = deps, FUN = self$hash_dep, pipeline = pipeline)
names(hashes) <- deps
Expand Down

0 comments on commit 9b1032e

Please sign in to comment.