fortune("help") ## or any quoted string
gives a warning
Warning message:
In grep(which, fort, useBytes = TRUE) :
argument 'useBytes = TRUE' will be ignored
in version.string R version 2.6.1 (2007-11-26)
fortune warning
3 messages · Richard M. Heiberger, Duncan Murdoch, Achim Zeileis
On 12/17/2007 10:50 AM, Richard M. Heiberger wrote:
fortune("help") ## or any quoted string
gives a warning
Warning message:
In grep(which, fort, useBytes = TRUE) :
argument 'useBytes = TRUE' will be ignored
in version.string R version 2.6.1 (2007-11-26)
This is a problem in a contributed package; I've cc'd the maintainer (Achim). Duncan Murdoch
On Mon, 17 Dec 2007, Duncan Murdoch wrote:
On 12/17/2007 10:50 AM, Richard M. Heiberger wrote:
fortune("help") ## or any quoted string
gives a warning
Warning message:
In grep(which, fort, useBytes = TRUE) :
argument 'useBytes = TRUE' will be ignored
in version.string R version 2.6.1 (2007-11-26)
This is a problem in a contributed package; I've cc'd the maintainer (Achim).
Thanks for the pointer (which was already reported privately previously), but I didn't get round to fix it, yet. I'll try to fix it asap. Z
Duncan Murdoch