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
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
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