Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reconsider ignoring minus signs followed by space #73

Open
MicheleNuijten opened this issue Feb 23, 2023 · 0 comments
Open

reconsider ignoring minus signs followed by space #73

MicheleNuijten opened this issue Feb 23, 2023 · 0 comments
Labels

Comments

@MicheleNuijten
Copy link
Owner

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant