mattwarkentin / ordered

Bindings for ordinal classification models for use with the 'parsnip' package, such as ordinal random forests by Hornung R. (2020) <doi:10.1007/s00357-018-9302-x> and others.
Other
6 stars 1 forks source link

declare & linebreak arguments for clarity & explicitness #5

Open corybrunson opened 3 days ago

corybrunson commented 3 days ago

I struggled for a bit to understand how this call made sense in comparison to other examples. So i thought it would help to make the arguments explicit to communicate that, indeed, the package being dependencied is {ordinalForest}, not {ordered}. The change is also consistent with the Tidyverse style guide.