[R] plotting moving range control chart with qcc. . .

2010-08-20 Thread jim smith
umber the adjacent data's groups z3[(length(z[,1]) + 1):(length(z3[,1])),2] <- z3[(length(z[,1]) + 1): (length(z3[,1])),2] - 1 # remove the last member of the initial data, so the groups all have # two values z4<-z3[-(length(z[,1])),] # now group with qcc obj<-qcc.groups(z4$pH, z4$gr

Re: [R] Trouble compiling igraph. . .

2010-06-23 Thread jim smith
ut still I get this error. Any guidance? > > The only idea I have is that there could be a problem with the compiler > version you used to compile igraph. Perhaps R himself an igraph are > build with different compilers? > > > Thanks. > > Hope this help a little bit,

[R] Trouble compiling igraph. . .

2010-06-23 Thread jim smith
.so.38 => /usr/local/lib/libicui18n.so.38 (0x348d) libncurses.so.7 => /lib/libncurses.so.7 (0x34a27000) libthr.so.3 => /lib/libthr.so.3 (0x34a66000) libicudata.so.38 => /usr/local/lib/libicudata.so.38 (0x34a7b000) So it appears to be there, but still I get this error. Any