Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow tab_spanner_delim() to use delim strings greater than a single character #1513

Merged
merged 10 commits into from
Dec 21, 2023

Conversation

rich-iannone
Copy link
Member

This PR allows greater flexibility in choosing delim values in that they can now be longer than a single character. This reverses a restriction in v0.10.0 that was imposed for implementation reasons. The changes here involve a reworked string-splitting implementation to solve the underlying issues. Several testthat tests were added here as well.

Fixes: #1469

@rich-iannone rich-iannone merged commit 30ac5d3 into master Dec 21, 2023
12 checks passed
@rich-iannone rich-iannone deleted the tab-spanner-delim-fix branch December 21, 2023 20:05
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.

gt::tab_spanner_delim (>= 0.10.0) no longer allow "delim" to be more than one character
1 participant