search for: comapare

Displaying 3 results from an estimated 3 matches for "comapare".

2010 Aug 20
2
segfault in embedded r after call to repldlldo1
...i copy commandlines containing valid R commands function to R's buffer all things are fine. but when i copy a non valid command, R singals segfault after passing the error message, that the given object is not valid. this happens in call to eval(R_CurrentExpr, rho) in repldlldo1. i tried to comapare both ways (mainloop vs. repldlldo+repldllinit) but actually cannot find a significant difference. can anyone please help me with this problem, i'm stucked with this because i don't know the inside of R and the datastructures. some additional information: c++, runtime loaded libR, 64-bi...
2010 May 17
2
dovecot2beta5 lmtp
Hello, recently I inspected the sourcecode of the lmtp server. I searched for changes that would add return-path header. ( http://www.dovecot.org/list/dovecot/2010-February/046401.html ) But I found, that all mails are spooled via files in /tmp. ( dovecot2/srv/lmtp/commands.c ~line 695 ) has somebody experiences while delivering huge ammount of mail via dovecot2 lmtp service? - is it
2009 Aug 17
1
R : how does %in% operator work?
...1.894e+00 0.0592 . i14 NA NA NA NA i15 NA NA NA NA I know THERE ARE OTHER COMPARISONS OPERATOR S like all.equal,identical,compare,setdiff.I do not have compare function,all.equal doesn’t solve my problem,it just comapares and gives the diff,setdiff also didn’t work and also identical didn’t. I know there’s problem with data in the dataset coef_dataframe_rownames.Because coef_dataframe_rownames<-c("recmeanC2","recmeanC3"," recmeanC4","i1") *#only when I har –coded in th...