Re: [R] Singleton pattern

2012-03-19 Thread David Cassany
et > mangled, but I doubt there is a way to prevent users from copying it, which > would be more along the lines of a singleton. > > > > You can google the archives for some great discussions of S3 vs S4 if > that sounds interesting. > > > > Bryan > > > &

[R] Singleton pattern

2012-03-16 Thread David Cassany
grammers to take it in consideration which is what I am really looking for. Any advice will be highly appreciated :P Thanks! -- *David Cassany Viladomat Software Developer Transmural Biote**ch S.L* [[alternative HTML version deleted]] _

[R] Load packages from source

2012-02-17 Thread David Cassany
Hi all, I'm developing an R package and I'd like to load it easly while developing, debugging and testing. I would like to load it without having to install it. Installing it causes me some problems for debugging it, as the code file it is executing it not the one I'm editing. I've seen the funct