r-lib / cpp11

cpp11 helps you to interact with R objects using C++ code.
https://cpp11.r-lib.org/
Other
193 stars 46 forks source link

Respond to upcoming changes in `glue::glue_collapse()` #310

Closed jennybc closed 1 year ago

jennybc commented 1 year ago

In the next version of glue, glue::glue_collapse() will never return character() but instead will return "" for empty inputs. For more detail see https://github.com/tidyverse/glue/pull/295.

This makes the necessary change inside cpp11 and places 2 temporary skips in the tests so cpp11 can be released before glue. Interestingly, this actually makes the tests match their existing descriptions.

I won't release glue for at least two weeks (so: March 31) and it will likely be later.

jennybc commented 1 year ago

The CI failure doesn't appear to be associated with what's going on in this PR.