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 the comma sep function to handle non-numeric values #79

Merged
merged 3 commits into from
Aug 23, 2024

Conversation

cjrace
Copy link
Contributor

@cjrace cjrace commented Aug 22, 2024

Brief overview of changes

Quick one to allow comma_sep() to take non numeric values.

Why are these changes being made?

It can actually handle them fine, and this means that it can be applied over columns in data frames that have strings as well as numeric values in them.

Detailed description of changes

Nothing to add.

Additional information for reviewers

Potential for conflicts with #78 as I've moved the function around in there.

Known linting issue #77 that is likely to be fixed separately in #78.

I'd make this a patch version change, so if merged immediately it would bump the package to be v0.4.1. I'll add this and notes to NEWS.md after approval.

Issue ticket number/s and link

No related issue, just made the PR as soon as I noticed.

@cjrace cjrace requested a review from jen-machin August 22, 2024 22:57
@cjrace cjrace marked this pull request as ready for review August 22, 2024 22:57
@jen-machin
Copy link
Collaborator

Potential for conflicts with #78 as I've moved the function around in there.

Worth testing this when everything is moved in?

jen-machin
jen-machin previously approved these changes Aug 23, 2024
@cjrace
Copy link
Contributor Author

cjrace commented Aug 23, 2024

Potential for conflicts with #78 as I've moved the function around in there.

Worth testing this when everything is moved in?

Given this one is approved, I'll merge it in and then sort it out on the other branch while I remember what the code should look like

@cjrace cjrace merged commit 54cad63 into main Aug 23, 2024
7 of 8 checks passed
@cjrace cjrace deleted the comma_sep_not_numeric branch August 23, 2024 10:45
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