Re: [R] Problem making a package using S4 objects.

2009-06-04 Thread Fernando Martins
Hello again. I have found the answer to my own problem and I have documented it in my blog. Take a look at http://m6onsoftware.blogspot.com/2009/06/r-package-with-s4-objects.html for full story. Hope this is useful for others. Best regards On Fri, May 29, 2009 at 11:54 PM, Fernando Martins wrot

[R] Problem making a package using S4 objects.

2009-05-29 Thread Fernando Martins
Hello. I've developed an algorithm in R which I need to package. The implementation uses S4 objects and it's divided in 5 files. Everything is working fine when I load the files into the R console but when I try to make a package I get an error that I don't quite understand. Here's what I do: *1