You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is possibly an issue that only applies to older versions of R. I propose that require(methods) is included (at least for the modeOf() function) so that the is() function loads with the lsr package. Happy to submit a pull request if this seems sensible. See this issue for a similar problem: tidymodels/broom#67
The text was updated successfully, but these errors were encountered:
ghonk
changed the title
methods package does not load with Rscript
functions ( e.g., modeOf() ) fail because methods package does not load with Rscript
Jul 13, 2017
This is possibly an issue that only applies to older versions of R. I propose that
require(methods)
is included (at least for themodeOf()
function) so that theis()
function loads with thelsr
package. Happy to submit a pull request if this seems sensible. See this issue for a similar problem: tidymodels/broom#67The text was updated successfully, but these errors were encountered: