recipes 1.0.2
-
A new set of basis functions were added:
step_spline_b()
,step_spline_convex()
,step_spline_monotone()
,step_spline_natural()
,step_spline_nonnegative()
, and
step_poly_bernstein()
. -
step_date()
,step_dummy()
,step_dummy_extract()
,step_holiday()
,step_ordinalscore()
, andstep_regex()
now returns integer results when appropriate. (#766) -
The default for the
strict
argument instep_integer()
has been changed fromFALSE
toTRUE
. The function will thus return integers, rather than whole-number numerics, by default. (#766) -
The default for the
value
argument instep_intercept()
has been changed from1
to1L
. (#766)