R has multiple OO paradigms, but since you're starting from a point of
"I want object oriented," I'd guess you would be interested in the S4
paradigm which is stricter rather than the far more sane S3 system.

If S4 is for you, there are some good links here:
http://stackoverflow.com/questions/4143611/sources-on-s4-objects-methods-and-programming-in-r

See also the relatively new "Reference Classes" -- I don't have much
documentation on those, but you could start here:
http://www.bioconductor.org/help/course-materials/2010/HeidelbergNovember2010/ReferenceClasses-Morgan.pdf

Best,
Michael

On Tue, May 15, 2012 at 9:55 AM, Alfredo Naime <alfredon...@gmail.com> wrote:
> Hello everybody, please excuse my bad English. I am Alfredo Naime and
> I'm from to Venezuela.
>
> I want to make a lib with tools for simulation (queues, inventories,
> factory, etc.) using object-oriented programming (OOP).
>
> You have any manuals on the handling of data types, classes,
> inheritance, etc. in R with examples and how to make a R lib.
>
> Thank you, very much.
>
> Alfredo
>
> ______________________________________________
> R-devel@r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-devel

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to