recipeselectors icon indicating copy to clipboard operation
recipeselectors copied to clipboard

terms_select deprecated please use recipe_eval_select

Open QizhiSu opened this issue 1 year ago • 3 comments

Hi recipeselectors developer,

I am trying to use step_select_vip, however, I encounter the following error: Error in step_select_vip(): Caused by error: ! terms_select() was deprecated in recipes 1.0.6 and is now defunct. ℹ Please use recipes_eval_select() instead.

As I don't use terms_select directly, so I guess the step_select_vip use this function internally. It there a way to solve this issue?

Thank you! Sukis

QizhiSu avatar Dec 07 '23 15:12 QizhiSu

I got the same error when using step_select_mrmr()

arcenis-r avatar Dec 15 '23 01:12 arcenis-r

You are getting these errors because the package recipeselectors is changing its name to 'colino'. Continued package development and eventual release top CRAN will occur from the 'https://github.com/stevenpawley/colino' repository.

EmilHvitfeldt avatar Dec 15 '23 01:12 EmilHvitfeldt

You are getting these errors because the package recipeselectors is changing its name to 'colino'. Continued package development and eventual release top CRAN will occur from the 'https://github.com/stevenpawley/colino' repository.

That worked... thanks! I'm looking forward to your work on {colino}

arcenis-r avatar Jan 19 '24 00:01 arcenis-r