> -Ursprüngliche Nachricht-
> Von: baptiste auguie [mailto:baptiste.aug...@googlemail.com]
> Gesendet: Donnerstag, 19. August 2010 07:41
> An: Janko Thyson
> Cc: r-de...@r-project. org
> Betreff: Re: [Rd] Automatically retrieve correct collation
>
> Hi,
>
>
Hi,
roxygen can create the collate field for you, if you specify the
dependencies in the commented code. I've never tested it with S4
classes though.
HTH,
baptiste
On 18 August 2010 22:28, Janko Thyson wrote:
> Dear List,
>
> consider the following scenario:
>
> setClass(Class = "A", represent
Dear List,
consider the following scenario:
setClass(Class = "A", representation = representation(B = "B", C = "C"))
setClass(Class = "B", representation = representation(C = "C"))
setClass(Class = "C", representation = representation(something =
"character"))
Obviously, the collation for sour