Describe the bug
MEx-IPA will fail to load if using tidyr 1.0.0 with a #> No common type for error.
This is due to the behaviour of unest() being changed. See https://stackoverflow.com/q/58337311/11502856.
Temporary solution: change unest() to unest_legacy(), but should investigate how to update function properly.
To Reproduce
Load a dataset when using tidyr 1.0.0 or latest tidyverse
Expected behavior
A clear and concise description of what you expected to happen.
Session Info
Describe the bug
MEx-IPA will fail to load if using tidyr 1.0.0 with a
#> No common type forerror.This is due to the behaviour of
unest()being changed. See https://stackoverflow.com/q/58337311/11502856.Temporary solution: change
unest()tounest_legacy(), but should investigate how to update function properly.To Reproduce
Load a dataset when using tidyr 1.0.0 or latest tidyverse
Expected behavior
A clear and concise description of what you expected to happen.
Session Info