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
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
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
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