Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Nov 19, 2023
1 parent 1a0c4e6 commit df7b172
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/testthat/test-data_to_numeric.R
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ test_that("to_numeric regex", {


test_that("to_numeric works with haven_labelled, convert many labels correctly", {
skip_if_not_installed("httr")
skip_if_not_installed("haven")
skip_on_cran()

withr::with_tempfile("temp_file", fileext = ".sav", code = {
request <- httr::GET("https://raw.github.com/easystats/circus/main/data/EFC.sav")
httr::stop_for_status(request)
Expand Down

0 comments on commit df7b172

Please sign in to comment.