Skip to content

Commit

Permalink
Update R/verify.R
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksander Chlebowski <[email protected]>
Signed-off-by: Marcin <[email protected]>
  • Loading branch information
m7pr and chlebowa authored Nov 15, 2023
1 parent acbb3ed commit 5c9f7ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/verify.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ setMethod("verify", "teal_data", definition = function(x) {
reproducible <- all.equal(x@env, new_teal_data@env)
if (isTRUE(reproducible)) {
x@verified <- TRUE
methods::validObject(x)
x
} else {
stop("Code verification failed.")
Expand Down

0 comments on commit 5c9f7ec

Please sign in to comment.