search for: multiget

Displaying 2 results from an estimated 2 matches for "multiget".

2004 Mar 27
2
cbind question
...: Just wonder if there is any suggestions in how to get around this cbind error. I created two character lists with identical length. First tried combine the lists together with cbind, then convert the lists to matrix, and tried again. Both faied. Any fix to merge the two lists/matrices? ll<- multiget(ftID, hgu95av2LOCUSID) > class(ll) [1] "list" > sym <- multiget(ftID, hgu95av2SYMBOL) > class(sym) [1] "list" > cbind(sym, ll) Error in cbind(...) : cannot create a matrix from these types > sym <- as.matrix(multiget(ftID, hgu95av2SYMBOL)) > ll<- as.ma...
2008 Jan 19
1
Urgent: Major bug in latest X.Org Update for CentOs 5
OS: CentOS 5.1 x86. Hi, after applying the latest X.Org updates, applications have stopped running with an error message: "The program 'multiget' received an X Window System error. This probably reflects a bug in the program. The error was 'BadAlloc (insufficient resources for operation)'. (Details: serial 214 error_code 11 request_code 146 minor_code 5) (Note to programmers: normally, X errors are reported asynchronously;...