- Fixes compatability issues with
dplyr
- Re-licensed package from GPL-3 to MIT. All copyright holders are RStudio employees and give consent.
- Switches maintainer to Max Kuhn
- Uses
dplyr::tbl_vars()
for column name extraction to instead ofcolnames()
-
Adds
as_parsed_model()
support for regression models -
Fixes compatability issues with
rlang
anddplyr
-
Removes pipes and other dplyr dependencies from internal
mlr()
function -
Consolidates duplicated database operations in
mlr()
-
Fixes an issue in
simple_kmeans_db()
when specifying variables
- Fixes dependency issue with
tidypredict
by removingas_parsed_model()
. The function will be moved totidypredict
in its next version.