tidyverse/design

Deprecating a function

hadley opened this issue · 1 comments

Things to do:

  • Add deprecation warning with pointer to new function; use .Deprecate() for now.

  • Update documentation to show how to update.

  • Adjust tests for deprecation warnings.

  • Add regression test for deprecation suggestion.

Things to think about:

  • Soft deprecation vs. full deprecation