[R] Problem making a package using S4 objects.

2009-05-29 Thread Fernando Martins
, weighting_function = FUNCTION_REMORA_EUCLIDEAN, scale_variance=TRUE, s_value = 0.001, d = 0.3, alfa = 0.9, eta = 0.01, niter=-1, niter_changes=5, perform_sum = TRUE, verbose=FALSE) { result_configuration <- new(CLASS_REMORA_CONFIGURATION) [...] result_configuration } I&#

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