ModelOriented / randomForestExplainer

A set of tools to understand what is happening inside a Random Forest
https://ModelOriented.github.io/randomForestExplainer/
230 stars 37 forks source link

[MAINT] Deal with global variable notes via globalVariables() #39

Closed mayer79 closed 8 months ago

mayer79 commented 8 months ago

This PR switchs to utils::globalVariables() as method to avoid the CRAN notes on undeclared global variables.

mayer79 commented 8 months ago

we can temporarily close this - will deal with it later