[Rd] How to force dispatch to an internal generic?

2013-12-20 Thread Skye Bender-deMoll
Dear R-devel, I have a class 'myClass' in R that is essentially a list with pre-specified structure. It has an assignment operator which is going to do some things and then should assign the value using the regular list assignment operator `$<-.myClass`<-function(x,i,value){ # do some pre

[Rd] Fwd: How to check if R interpreter is initiated

2013-12-20 Thread Sandip Nandi
Hi R-Developers , I am using R-3.1 , moved from R-2.15 . I am facing a problem which I have raised in R bug report with bug 15596 . My problem is how to check if R is initiated before initiating R I am embedding R in parallel environment and reusing process already running to reduce overhead . E

Re: [Rd] Fwd: How to check if R interpreter is initiated

2013-12-20 Thread Duncan Murdoch
On 13-12-20 2:00 PM, Sandip Nandi wrote: Hi R-Developers , I am using R-3.1 , moved from R-2.15 . I am facing a problem which I have raised in R bug report with bug 15596 . My problem is how to check if R is initiated before initiating R I am embedding R in parallel environment and reusing pro