tidymodels/recipes

string interpolation failure for splines

Closed this issue · 1 comments

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

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.