Re: [R-pkg-devel] R-devel warning: You used a knitr feature that depends on the digest package.

2018-02-08 Thread Dirk Eddelbuettel
On 7 February 2018 at 15:03, luke-tier...@uiowa.edu wrote: | The problem is that this is an indirect dependency with knitr needing | digest and codetools to implement a feature (cacheing) that is being | asked for. And there is no obvious way (to me at least) of finding out | that these are needed

Re: [R-pkg-devel] [FORGED] Re: Depreciate Function

2018-02-08 Thread Rolf Turner
On 08/02/18 07:49, Rami Krispin wrote: I follow the example of the R Packages book about depreciating a function It would be helpful if you were to distinguish between the words "deprecate" and "depreciate". They are *VERY* different words. cheers, Rolf Turner -- Technical Editor ANZJ

Re: [R-pkg-devel] Depreciate Function

2018-02-08 Thread Rami Krispin
Thanks for all the answers, I modified it to print function and it fixed the problem. Best regards, Rami Krispin On Wed, Feb 7, 2018 at 3:44 PM, William Dunlap wrote: > Instead of help(oldFunction) giving the example > oldFunction(x = something, option = "XYZ") > show the user, via comments