[Rd] showMethods

2010-01-20 Thread Kasper Daniel Hansen
There seems to be some unanticipated things happening with showMethods (as far as I can see, it is caused by getGenerics), for packages that have namespaces and has unexported methods. Example: library(Matrix) showMethods(class = "dsyMatrix") output (with a fair amount removed): Function "isDi

Re: [Rd] showMethods("plot", printTo=FALSE) fails if printTo set to FALSE

2008-08-20 Thread Sklyar, Oleg (London)
Thanks for a good tip. Dr Oleg Sklyar Technology Group Man Investments Ltd +44 (0)20 7144 3803 [EMAIL PROTECTED] > -Original Message- > From: Prof Brian Ripley [mailto:[EMAIL PROTECTED] > Sent: 20 August 2008 13:29 > To: Sklyar, Oleg (London) > Cc: [EMAIL PROTECTED] >

Re: [Rd] showMethods("plot", printTo=FALSE) fails if printTo set to FALSE

2008-08-20 Thread Prof Brian Ripley
On Wed, 20 Aug 2008, Sklyar, Oleg (London) wrote: Hi everybody, any idea why showMethods fails with the following error when printTo is set to false, i.e. to return the output as a character vector. It works fine if printTo is left default as seen below. The behaviour is consistent for any meth

[Rd] showMethods("plot", printTo=FALSE) fails if printTo set to FALSE

2008-08-20 Thread Sklyar, Oleg (London)
Hi everybody, any idea why showMethods fails with the following error when printTo is set to false, i.e. to return the output as a character vector. It works fine if printTo is left default as seen below. The behaviour is consistent for any method I tried. stdin() generally works fine on this syst