tidymodels / parsnip

A tidy unified interface to models
https://parsnip.tidymodels.org
Other
586 stars 88 forks source link

Installation Error: set_encodings() allow_sparse_x error #376

Closed mdancho84 closed 3 years ago

mdancho84 commented 3 years ago

Hi Max & company,

Great R package. A few of my students are having issues installing parsnip-adjacent packages like modeltime and treesnip. Here's a stackoverflow.

The error looks like:

Error: package or namespace load failed for 'treesnip':
 .onLoad failed in loadNamespace() for 'treesnip', details:
  call: NULL
  error: The values passed to `set_encoding()` are missing arguments: 'allow_sparse_x'
error: loading failed
topepo commented 3 years ago

I'm in the process of making PRs for all of the parsnip packages for this. The change is pretty simple.

@Athospd

mdancho84 commented 3 years ago

You da man. 🔥

github-actions[bot] commented 3 years ago

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.