-
The
with
line is now an info bullet. Thedetails
lines are info
bullets by default, unless the argument is named. -
Indirect usages of deprecated features now mention the package that
likely used the deprecated feature and recommends contacting the
authors (#135). -
Indirect usages of
deprecate_warn()
no longer warn repeatedly,
even ifalways = TRUE
(#135). -
In tests,
deprecate_soft()
will only warn if the deprecated function
is called directly from the package being tested, not one of its dependencies.
This ensures that you only see the warning when it's your responsibility to
do something about it (#134). -
Soft deprecations now only warn every 8 hours in non-package code (#134).