giuseppec / iml

iml: interpretable machine learning R package
https://giuseppec.github.io/iml/
Other
491 stars 88 forks source link

Required Dependencies #78

Closed PietroTurati closed 5 years ago

PietroTurati commented 5 years ago

Hi Christoph,

Thank you for sharing your work. What are the need in terms of R version. I have tried to run it on the R 3. 4 and it seems to run into a failure due to the package mvtnorm not supported on version previous to 3.4.4 Is that package really necessary ?

Thanks in advance,

christophM commented 5 years ago

The dependency on mvtnorm comes from the dependency of iml on partykit. Since partykit is only used for the surrogate models, I moved it to "Suggests" and now the other function in iml should work without requiring mvtnorm.