[Rd] format.data.frame containing S4 class with format method

2010-05-16 Thread Daniel Murphy
Hi again, I must be misunderstanding something fundamental about how an S4 class stored in a data.frame can be persuaded to print according to a desired format. The help page says: format.data.frame formats the data frame column by column, applying the appropriate method of format for each column

Re: [Rd] R CMD check

2010-05-16 Thread Peter Dalgaard
sahil seth wrote: > Hi, > I have been finding clues on the internet to understand the reason for this > warning. > The package i have made, builds, installs and works well, except for this > warning when I check it: > > When I run: > R CMD check mypack_1.0.tar.gz > ... ... .. .. > * checking R c

[Rd] R CMD check

2010-05-16 Thread sahil seth
Hi, I have been finding clues on the internet to understand the reason for this warning. The package i have made, builds, installs and works well, except for this warning when I check it: When I run: R CMD check mypack_1.0.tar.gz ... ... .. .. * checking R code for possible problems ... NOTE Fou

Re: [Rd] Creating an S3 method when the generic function is defined in another (imported) package

2010-05-16 Thread Arne Henningsen
On 14 May 2010 10:37, Achim Zeileis wrote: > On Fri, 14 May 2010, Arne Henningsen wrote: >> In one of my packages (maxLik), I would like to add an S3 method, >> where the generic function (estfun) is defined in another package >> (sandwich). Everything works fine if my package "Depends" on the oth