Skip to content

proper way to handle obsolete function names

3 messages · Jannis, michael.weylandt at gmail.com (R. Michael Weylandt, Peter Langfelder

#
Dear R community,


what would be the proper R way to handle obsolete function names? I have 
created several packages with functions and sometimes would like to 
change the name of a function but would like to create a mechanism that 
other scripts of functions using the old name still work.


Cheers
Jannis
On Apr 17, 2013, at 10:17 AM, Jannis <bt_jannis at yahoo.de> wrote:

            
It sounds like you want .Deprecate

?.Deprecate

Michael
#
On Wed, Apr 17, 2013 at 10:36 AM, R. Michael Weylandt
<michael.weylandt at gmail.com>
Perhaps you meant Deprecated?

?Deprecated

Best,

Peter