search for: durinck

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

2002 Sep 30
3
R installation on Linux
...#39;ve to build R from source code and typed in the R-1.5.1 directory ./configure the configuration starts but after a few lines the following error occurs: checking for C compiler default output... configure: error: C compiler cannot create executables what should i do? Kind Regards, Steffen Durinck -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at st...
2007 Jan 26
0
[BioC] problem with biomaRt getHomolog function
...fy affyio Biobase "0.1-12" "2.9.8" "1.13.14" "1.3.3" "1.13.34" > Mark W. Kimpel MD (317) 490-5129 Work, & Mobile (317) 663-0513 Home (no voice mail please) 1-(317)-536-2730 FAX -----Original Message----- From: Steffen Durinck [mailto:durincks at mail.nih.gov] Sent: Friday, January 26, 2007 9:24 AM To: Kimpel, Mark William Cc: bioconductor at stat.math.ethz.ch Subject: Re: [BioC] problem with biomaRt getHomolog function Hi Mark, I think the rat entrezgene id 613226 is a recently added entrezgene id and is not yet ava...
2003 Feb 25
1
How to modify XML documents and save changes
Dear, I want to read XML documents, add child nodes to some elements and store everything back as an XML document. I've tryed the following: doc <- xmlTreeParse("file.xml") QTListNode<-xmlElementsByTagName(xmlRoot(doc)[[1]],"tagname") append.xmlNode(QTListNode[[1]],newXMLNode(name ="Norm", attrs = NULL)) saveXML(doc, file = "out.xml",