On Wed, May 5, 2010 at 6:04 AM, Romain Francois
wrote:
> Le 13/04/10 00:14, Douglas Bates a écrit :
>>
>> One of the advantages of using S4 classes and methods in R is that
>> there are formal definitions of classes. I plan eventually to write R
>> code that will take an S4 class definition and c
Le 13/04/10 00:14, Douglas Bates a écrit :
One of the advantages of using S4 classes and methods in R is that
there are formal definitions of classes. I plan eventually to write R
code that will take an S4 class definition and create a C++ class
definition and constructor code to mirror the R c
Le 04/05/10 22:26, Douglas Bates a écrit :
In the files src/MatrixNs.{h,cpp} of the lme4a package (the
development version of lme4, available only from R-forge) I create C++
classes that parallel some of the S4 classes in the Matrix package for
R. Most of the time I apply operations in those cl
On Tue, Apr 13, 2010 at 1:14 AM, Romain Francois
wrote:
> Le 13/04/10 00:14, Douglas Bates a écrit :
>>
>> One of the advantages of using S4 classes and methods in R is that
>> there are formal definitions of classes. I plan eventually to write R
>> code that will take an S4 class definition and
Le 13/04/10 00:14, Douglas Bates a écrit :
>
> One of the advantages of using S4 classes and methods in R is that
> there are formal definitions of classes. I plan eventually to write R
> code that will take an S4 class definition and create a C++ class
> definition and constructor code to mirror