I took a look at https://github.com/tidymodels/tune/issues/143 and the issue seems to happen once you reach hardhat.
Basically, if you add a second role to a feature, you get an extras list, which when used in blueprint$forge$process does name-repair which then makes it so it can't find the variables.
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.
I took a look at https://github.com/tidymodels/tune/issues/143 and the issue seems to happen once you reach hardhat. Basically, if you add a second role to a feature, you get an
extras
list, which when used inblueprint$forge$process
does name-repair which then makes it so it can't find the variables.Below is a pretty minimal example of what happens inside the https://github.com/tidymodels/tune/issues/143 example
Created on 2019-12-25 by the reprex package (v0.3.0)