Skip to content

Commit

Permalink
chore: remove unwanted library call
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed May 10, 2024
1 parent 0257f9e commit 245fcbb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
app_driver_tm_missing_data <- function() {
data <- within(simple_teal_data(), {
set.seed(123)
require(nestcolor)

add_nas <- function(x) {
x[sample(seq_along(x), floor(length(x) * runif(1, .05, .17)))] <- NA
Expand Down

0 comments on commit 245fcbb

Please sign in to comment.