Closed mikemahoney218 closed 1 year ago
Excellent, thank you very much! 🙌
This pull request 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.
This PR fixes #459 by ensuring
deparse()
generates a length-1 vector. The code to buildusing_bootstraps
is taken fromdeparse1()
, which was added in R 4.0; once rsample drops support for 3.6 it might make sense to change this todeparse1()
instead for readability. The new test is taken directly from #459 's excellent reprex.