The deparsing commit is just a quality of life improvement I noticed when debugging the test failure with readr 1.2.0.
readr 1.2.0 now errors when the parse functions are used with non-character input. This has always been unexpected input, but previously it would not be an error.
This change simply coerces the vectors to character before passing to the parse functions.
I plan to release readr 1.2.0 to CRAN soon, you will need to release mudata2 as well after it is accepted to avoid test failures on CRAN.
The deparsing commit is just a quality of life improvement I noticed when debugging the test failure with readr 1.2.0.
readr 1.2.0 now errors when the parse functions are used with non-character input. This has always been unexpected input, but previously it would not be an error.
This change simply coerces the vectors to character before passing to the parse functions.
I plan to release readr 1.2.0 to CRAN soon, you will need to release mudata2 as well after it is accepted to avoid test failures on CRAN.