Skip to content

Commit

Permalink
verification message
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Sep 26, 2024
1 parent 97f0c3c commit 89285ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions R/teal_data_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,7 @@ NULL
args = c(
mget(x = datanames_corrected_with_raw, envir = teal.code::get_env(data)),
list(
code = gsub(
"warning('Code was not verified for reproducibility.')\n",
"",
teal.data::get_code(data, datanames = datanames_corrected_with_raw),
fixed = TRUE
),
code = teal.data::get_code(data, datanames = datanames_corrected_with_raw),
join_keys = teal.data::join_keys(data)[datanames_corrected]
)
)
Expand Down

0 comments on commit 89285ce

Please sign in to comment.