Skip to content

Add small tweaks to make tests pass with R 3.6.3#243

Merged
eddelbuettel merged 2 commits intomasterfrom
de/robustify_tests_for_R_3.6.3
May 13, 2021
Merged

Add small tweaks to make tests pass with R 3.6.3#243
eddelbuettel merged 2 commits intomasterfrom
de/robustify_tests_for_R_3.6.3

Conversation

@eddelbuettel
Copy link
Copy Markdown
Contributor

This PR addresses the issue that some tests failed under R 3.6.* (having to do with the fact that the default behavior for stringsAsFactors switched from pre-R 4.0.0 to R 4.0.0). For character columns, our code always treats them as character and never as factors (just as R now does) but in two or three spots the tests did not account for that and now do a (conditional on R < 4.0.0) conversion.

@eddelbuettel
Copy link
Copy Markdown
Contributor Author

The UI here is stooopid:

image

That is due to Azure 'canceling' because I piled on a new commit. Sad.

@eddelbuettel eddelbuettel merged commit c76c783 into master May 13, 2021
@eddelbuettel eddelbuettel deleted the de/robustify_tests_for_R_3.6.3 branch May 13, 2021 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants