ModelOriented / shapviz

SHAP Plots in R
https://modeloriented.github.io/shapviz/
GNU General Public License v2.0
80 stars 14 forks source link

maintenance: changes in package_version() #100

Closed mayer79 closed 1 year ago

mayer79 commented 1 year ago

CRAN informed that package_version() will stop to accept numeric values (for good reasons).

This row should be fixed accordingly:

utils::packageVersion("lightgbm") >= 4
mayer79 commented 1 year ago

Fixed in https://github.com/ModelOriented/shapviz/pull/101