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
The test expect_output_file(print_tagged_na(x), "tagged-na.txt") is failing if the option width is not equal to 80 (could be be the case according to your local configuration).
The test
expect_output_file(print_tagged_na(x), "tagged-na.txt")
is failing if the optionwidth
is not equal to 80 (could be be the case according to your local configuration).Would it be appropriate to add the command
options(width = 80)
in that test? (https://github.com/hadley/haven/blob/master/tests/testthat/test-tagged_na.R#L57)The text was updated successfully, but these errors were encountered: