Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

527 results for “from:Duncan Temple Lang”

(simple) xml into data.frame and reverse
Duncan Temple Lang · Jul 15, 2009 · r-help

Thanks Dieter. It should have been http://www.omegahat.org/RSXML/xmlToDataFrame.R as it is an R file. Thanks D. Dieter Menne wrote: > > > Duncan Temple Lang wrote: >> >> >> I wrote some relatively general functions, but hastily written functions >> to read...

Writing Reports from R in Microsoft Office Open XML format (follow-up)
Duncan Temple Lang · Sep 18, 2009 · r-help

I believe that their approach is based on DCOM and the post was about Office Open XML. We have had the ability to do this via DCOM for at least 6 years, but unfortunately DCOM is limited to Windows. Greg...

XML-RPC
Duncan Temple Lang · Dec 3, 2008 · r-help

Hi Stavros httpRequest is good. You might also look at the RCurl package for access to more protocols and slightly higher level facilities for dealing with HTTP (and other) requests. Also, you might look at SSOAP as a related technology...

Error in read.mzXML
Duncan Temple Lang · Oct 22, 2008 · r-help

Minwook Kim wrote: > I got the error when I tried to read mzxml by using caMassClass. > >> msc.rawMS.read.mzXML("a.mzXML") > Error in .classEnv(thisClass) : > unable to find an environment containing class "XMLNamespaceDefinitions" > > How can I fix it? Either...

RSPython
Duncan Temple Lang · Feb 25, 2007 · r-help

Well, we'll need to know in what ways it doesn't work and what operating system you are using, etc. If you want to call R from Python, RPy is probably more straightforward. But RSPython works fine on Unix...

cairo anyone?
Duncan Temple Lang · Dec 22, 2005 · r-devel

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Michael Lawrence has as part of RGtk2. D. Byron Ellis wrote: > Has anyone taken a shot at a Cairo graphics device yet? I half > expected to see one on either Paul's pages or...

R and XML -- a near perfect combination?
Duncan Temple Lang · Dec 6, 1999 · r-help

Sorry, the correct URL for the XML package is http://www.omegahat.org/download/R/xml/ Thanks, Partha, for pointing this out. D. -- _______________________________________________________________ Duncan Temple Lang duncan at research.bell-labs.com Bell Labs, Lucent Technologies office: (908)582-3217...

Making FTP operations with R
Duncan Temple Lang · Mar 8, 2010 · r-help

R does provide support for basic FTP requests. Not for DELETE requests. And not for communication on the same connection. I think your best approach is to use the RCurl package (http://www.omegahat.org/RCurl). D. Orvalho Augusto wrote...

Data import export zipped files from URLs
Duncan Temple Lang · Jan 19, 2010 · r-help

Dieter Menne wrote: > > Velappan Periasamy wrote: >> I am not able to import zipped files from the following link. >> How to get thw same in to R?. >> mydata <- >> read.csv("http://nseindia.com/content/historical/EQUITIES/2010/JAN/cm15JAN2010bhav.csv.zip...

definition of R_problem_buf in S.h (PR#210)
Duncan Temple Lang · Jun 14, 1999 · r-devel

I would vote for (2). If we go to multiple evaluators as some of us were discussing recently, evaluator-specific statics will need to be removed. D. -- _______________________________________________________________ Duncan Temple Lang duncan@research.bell-labs.com Bell Labs, Lucent Technologies office...

name of DBI package
Duncan Temple Lang · Oct 8, 2001 · r-sig-db

> > I had raised this with Tim. One could argue for `SDBI' a la Omegahat > but I do not think the `S' is necessary. > > I will wait with moving up the packages until the naming has been > deciced. Given the connection...

XML - can create but can't save
Duncan Temple Lang · Mar 20, 2007 · r-help

Just for the record, the method has been added for that particular type of tree. So the original saveXML(tt, file = "test.xml") will work. Thanks for pointing it out. D. Alberto Monteiro wrote: > I wrote: >> library(XML) >> tt <- xmlHashTree...

Which data structure in R can mimic hash in PERL best?
Duncan Temple Lang · Nov 15, 2008 · r-help

You could use new.env(hash = TRUE, emptyenv()) and you can even specify an initial size. Seth Falcon has a package named dict that allows for different choices of hash function. D. Leon Yee wrote: > Dear all, > > Which data structure...

StatDataML
Duncan Temple Lang · Mar 3, 2000 · r-devel

Great. Will take a closer look. Did you take a look at the DTDs in Omegahat - $OMEGA_HOME/XML/DTDs? There are some things in there that might prove useful. Because of its reference-oriented style, things like connected/linked...

iSPlots paper
Duncan Temple Lang · May 31, 2006 · r-devel

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Thanks for incorporating the changes. It looks much shorter on the lead in which is good, I think. I should be able to read through it rapidly on the train and I expect it...

Adding text comments to graphics device output files?
Duncan Temple Lang · Jul 30, 2013 · r-devel

Hi Henrik I have some extensions of Simon U's png package to read and write metadata elements for PNG. They are at https://github.com/duncantl/png.git When I have time to completely test them, maybe Simon may...

getNodeSet - what am I doing wrong?
Duncan Temple Lang · Aug 30, 2010 · r-help

Hi Johannes This is a common issue. The document has a default XML namespace, e.g. the root node is defined as <unimod xmlns="http://www.unimod.org/xmlns/schema/unimod_tables_1"...> ..... So you need to specify which namespace...

iterated lapply
Duncan Temple Lang · Feb 23, 2015 · r-devel

Use force() (or anything that evaluates mycondition, e.g. your print): function(mycondition) { force(mycondition) function(i) mycondition * i } within the lapply() loop. Not a bug, but does surprise people. It is lazy evaluation. D. On 2/23/15 12...

Downloading a html table
Duncan Temple Lang · Oct 23, 2012 · r-help

Rather than requiring manual tweaking, library(XML) readHTMLTable("http://www.worldatlas.com/aatlas/populations/usapoptable.htm") will do the job for us. D. On 10/22/12 8:17 PM, David Arnold wrote: > All, > > A friend of mine would like...

Fast JSON <-> R converter?
Duncan Temple Lang · Jun 12, 2009 · r-help

It is not so much that rjson is implemented in R that makes it slow, just that it does not use vectorized operations. The package RJSONIO http://www.omegahat.org/RJSONIO can be used as a drop-in replacement for...

Can't find what you're looking for? Try searching with Google .