You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_that("t-values with a weird minus sign and a space do not result in errors", {
txt1 <- " t(553) = − 4.46, p < .0001" # this is an em dash or something
expect_output(statcheck(txt1, messages = FALSE), "did not find any results")
})
not sure why I decided why these cases should be ignored. seems reasonable to include them.
The text was updated successfully, but these errors were encountered:
see this test:
weird encoding in minus sign followed by space
test_that("t-values with a weird minus sign and a space do not result in errors", {
txt1 <- " t(553) = − 4.46, p < .0001" # this is an em dash or something
})
not sure why I decided why these cases should be ignored. seems reasonable to include them.
The text was updated successfully, but these errors were encountered: