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

string interpolation failure for splines #1380

Closed
topepo opened this issue Oct 18, 2024 · 1 comment · Fixed by #1381
Closed

string interpolation failure for splines #1380

topepo opened this issue Oct 18, 2024 · 1 comment · Fixed by #1381

Comments

@topepo
Copy link
Member

topepo commented Oct 18, 2024

Found in tidymodels/tune#949

msg_test <- "Error in if (df < 0) { : missing value where TRUE/FALSE needed\n"
recipes:::spline_msg(msg_test)
#> Error in glue(str, .envir = .envir, .transformer = transformer, .cli = TRUE, : Expecting '}'

Created on 2024-10-18 with reprex v2.1.1

Copy link

github-actions bot commented Nov 2, 2024

This issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with a reprex https://reprex.tidyverse.org) and link to this issue.

@github-actions github-actions bot locked and limited conversation to collaborators Nov 2, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant