Added cross_fit_glm()
, which works like cross_fit()
but allows you to also specify a crossing of glm()
model families.
Added tidy_glance()
, which returns a tibble with information from both broom::tidy()
and broom::glance()
.
tidy_glance()
is now the default tidier in cross_fit()
.Added future_xmap_raw()
and future_xwalk()
.
cross_join()
, cross_list()
, cross_tbl()
and cross_df()
now silently ignore NULL
inputs.future_*()
functions now prompt the user to select a future
plan if R is not set up for parallelization.broom
and dplyr
from suggested to imported packages.weights
argument to cross_fit()
.
NULL
or NA
for an unweighted model.tibble
as a suggested package.NEWS.md
file to track changes to the package.pkgdown
YAML.