Re: [R] Building a package using classes

2010-06-05 Thread Bryan Hanson
Sébastien, late last year I found myself in the same situation, and asked a question or two about classes, which produced some very helpful answers. The thread starts here: http://r.789695.n4.nabble.com/Need-Advice-Considering-Converting-a-Package-f rom-S3-to-S4-td898853.html#a898853 Good Luck, Br

[R] Building a package using classes

2010-06-05 Thread Sébastien Durand
Hello, I am looking for an efficient and complete free tutorial to learn how to properly use, create and manage classes and their methods. I have build few R packages in the past but I was not going very far in class definition and so forth. So I wish to drastically improve my coding skills in