Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hillarymarler committed Jan 2, 2025
1 parent 92e32f4 commit 165434f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/Figures.R
Original file line number Diff line number Diff line change
Expand Up @@ -1497,4 +1497,4 @@ TADA_GroupedScatterplot <- function(.data, group_col = "TADA.MonitoringLocationN

# return scatterplot (one) or list of scatterplots (multiple)
return(all_scatterplots)
}
}
4 changes: 2 additions & 2 deletions tests/testthat/test-URLChecker.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ignore warning
# file("") only supports open = "w+" and open = "w+b": using the former
# https://github.com/USEPA/EPATADA/pull/548
suppressWarnings(
#suppressWarnings(
test_that("URLs are not broken", {
# extract urls function
extract_urls <- function(text) {
Expand Down Expand Up @@ -73,4 +73,4 @@ suppressWarnings(
# verify that there are zero urls with failing response codes
testthat::expect_equal(n, 0)
})
)
#)

0 comments on commit 165434f

Please sign in to comment.