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

Implement $str$extract_groups() #979

Merged
merged 3 commits into from
Mar 29, 2024
Merged

Implement $str$extract_groups() #979

merged 3 commits into from
Mar 29, 2024

Conversation

etiennebacher
Copy link
Collaborator

@etiennebacher etiennebacher commented Mar 28, 2024

Close #975

@Yunuuuu as you can see there isn't much Rust to implement for this kind of feature. What I do in general is refer to the original PR in python-polars (in this case, this one: https://github.com/pola-rs/polars/pull/10179/files). There are a bunch of changes but we're only interested in the last 4 files which implement the documentation and make the connection between Rust and python.

Feel free to ask questions if you're interested in this

@etiennebacher
Copy link
Collaborator Author

@eitsupi this failure with R-devel on windows has been here for a week or so, do you know what's happening?

Call pkgbuild::check_build_tools(debug = TRUE) to diagnose the problem.

Is it a problem related to Rtools 4.4?

@eitsupi
Copy link
Collaborator

eitsupi commented Mar 29, 2024

I believe this is separate from the R-devel problem that has been occurring recently.
My guess is that the latest GHA Windows images include R4.3.3 and Rtools44 by default, which prevents R from using Rtools.

Maybe fixed by #981

@etiennebacher etiennebacher merged commit 128ee43 into main Mar 29, 2024
27 of 28 checks passed
@etiennebacher etiennebacher deleted the str-extract-groups branch March 29, 2024 06:34
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.

Feature request: add extract_groups for str methods
2 participants