Closed mayer79 closed 1 year ago
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
9453a1e
) 95.16% compared to head (57eabbe
) 97.35%.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes problem with syntactically wrong column names:
Additionally, at least for the default formula ". ~ .", parsing data.frames with many thousands of columns would not fail anymore. This has partly fixed by catching the ". ~ ." case in the initial formula parsing, and switching to
ranger()
s "x/y" interface. This solves