Closed rafalab closed 5 years ago
Thank you for distilling this into a simple test case. It did indeed "work" in the past, but likely by accident. A fix has been placed on Github.
Are you able to install a hot fix from Github? If not, would you like one sent to you, or do you prefer to wait until the repaired version appears on CRAN?
I can install from GitHub. Thanks!
I want to use the caret package to train a random forrest. It requires the predictor matrix to have column names. But Rborist is crashing when this matrix has column names. I am pretty sure it used to work.
Gives this error:
The issue seems to come from
PreFormat
. The following crashes:Here is the session Info