similar to: R and XML -- a near perfect combination?

Displaying 20 results from an estimated 6000 matches similar to: "R and XML -- a near perfect combination?"

1999 Nov 11
6
Compilation of R under Mandrake Linux 6.1 (helios)
I've just installed Mandrake Linux, then compiled R-0.65.1 . Whether because I omitted some necessary items when I selected software for installion, or because they anyway needed to be loaded afterwards, I found it necessary to load the following packages in order to compile R-0.65.1 pgcc-g77-1.1.3-3mdk.i586.rpm (Fortran g77 compiler) XFree66-devel-3.3.5-3mdk.i586.rpm (X.h etc
2000 Sep 04
2
how to compile R source code under Win NT?
Dear All, This is an absolutely beginner's question: which compiler should I use to compile R source code under Win NT platform? Thanks a lot. Shige Song Department of Sociology, UCLA -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2000 Jun 27
2
R as a server in client server computing
I like to have a continuously running R process, which can receive a dataframe from a client (over TCP/IP), does some processing, and sends some data back. What is the prefered way to do this? Using the socket interface? Using omega's CORBA stuff? Does anyone has example code for doing so? Thanks for any help Regards -- Dr. Jens Oehlschl?gel-Akiyoshi Analyse MD FACTORY GmbH Gr?nstr. 15
1999 Jun 14
4
definition of R_problem_buf in S.h (PR#210)
Full_Name: Thomas Vogels Version: 0.64.1 OS: AIX 4.2 Submission from: (NULL) (198.133.22.70) R_problem_buf is defined, not just declared, in S.h: #define R_PROBLEM_BUFSIZE 4096 char R_problem_buf[R_PROBLEM_BUFSIZE]; This is bad since every time S.h is included this buffer is defined. The linker will eventually complain about multiple definitions of this symbol. Solution: declare
2000 Nov 02
2
RSPerl...
Duncan - (but sent to R-devel, for any other thoughts?) How do you envision RSPerl being used? Without having seen the details, I can think of playing with strings; is there a preferred incantation for stringification of R objects (serialization)? (actually, the main problem I'm having is that I know how I want to code something like: Robject <-
2000 Aug 16
1
Multiple pages with postscript() (PR#635)
Version: platform = i686-pc-linux-gnu arch = i686 os = linux-gnu system = i686, linux-gnu status = major = 1 minor = 1.0 year = 2000 month = June day = 15 language = R Search Path: .GlobalEnv, Autoloads, package:base The function will produce a three page file, but only the first one has the lwd parameter set. The other pages have reverted to lwd = 1. I've tried setting the
2001 Oct 23
2
Parsing of HTML files in R
Is there any package similar to the XML package that is able to "extract" relevant information from HTML files. Namely, I'm interested in obtained data that is represented as a HTML table, into some R-type structure. Thank you. -- Luis Torgo FEP/LIACC, University of Porto Phone : (+351) 22 607 88 30 Machine Learning Group Fax : (+351) 22 600 36 54 R. Campo
1999 Aug 02
2
Advice interfacing to an imaging library
Hi All, I've done some work recently making some of our image analysis library callable from R and Splus. Most of the C image functions use an abstract data type, and R only sees a pointer to this. All memory allocation is done by the library. This leads to some interesting problems. I'm interested in your views about possible solutions. 1) assignment. something like a<-b, where a and
2000 Dec 31
4
R as a daemon?
I have a GNU/Linux / Unix application in which I'd like to have an R process running in a persistant state, while receiving instructions (and data) from another process, and returning results to this process. My initial thoughts are to set something up with named pipes or such, but I believe that the R process will terminate when it reads EOF (^D) from the input pipe. The client process is
2002 Apr 12
3
multi-threaded R current status?
Hi All, What is the current status of removing the global variables etc that is required to permit multi-threading R? I'm developing a web application tool for/using R, python (www.python.org), and Zope (www.zope.org), and it would be really convenient if I could use something like RPy to communicate with several concurrent R sessions, preferably within the same process space. -Greg
1999 Jan 13
4
make docs
I'm having trouble with make at the documentation. (R 0.63.2 on Solaris) Paul Gilbert ______ g77 -O2 -fPIC -c kmns.f -o kmns.o ld -G -o mva.so dblcen.o hclust.o kmns.o mkdir ../../../../library/mva/libs mkdir ../../../library/stepfun mkdir ../../../library/stepfun/R Building system startup profile You should `make docs' now ... make: Fatal error: Don't know how to make target
2001 Mar 05
3
xgobi/ggobi
> From: Ko-Kang at xtra.co.nz > Date: Mon, 5 Mar 2001 23:25:00 +1300 > > This might be better discussed on the ggobi help list, but I failed to > > subscribe to that as mail to ggobi.org is refused .... > > Yes I tried to subscribe to the list a few weeks ago and it refused my > subsription somehow... I think if you use ggobi-help-request at franz.stat.wisc.edu it
2002 Aug 20
2
Calling R from within Matlab Code
Hi, Does anyone know how I can call R from within Matlab and return the result to Matlab? Thanks, Kamyar -- ================================== FROM: Kamyar Hazaveh Hesarmaskan Ontario, Canada E-mail: kamyar_hazaveh at ieee.org -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
2003 Jul 04
4
configuration error when installing gtkDevice
Dear all, when I try to install gtkDevice on Mandrake Linux 9.1 (R v. 1.7.1), I get the following comfiguration error (see below). Has anyone else had this problem? Any hints are greatly appreciated. Thank you in advance, Dimitri install.packages("gtkDevice") trying URL `http://cran.r-project.org/src/contrib/PACKAGES' Content type `text/plain; charset=iso-8859-1' length
2000 Sep 04
2
problems with R COMPILE in make
Dear R helpers I have a problem with R COMPILE. While the Makefile consisting of the lines SOURCES = imageio.c procbase.c readargs.c regSegs.c goodiesPH.c \ generalAnalysis.c edgeAggregation.c utilities.alga.c \ cs.parametrizing.c tst.so: $(SOURCES) R SHLIB -o $@ $(SOURCES) works fine, the Makefile with the target replaced by imageio.o: imageio.c R COMPILE imageio.c results in
2000 Sep 04
2
problems with R COMPILE in make
Dear R helpers I have a problem with R COMPILE. While the Makefile consisting of the lines SOURCES = imageio.c procbase.c readargs.c regSegs.c goodiesPH.c \ generalAnalysis.c edgeAggregation.c utilities.alga.c \ cs.parametrizing.c tst.so: $(SOURCES) R SHLIB -o $@ $(SOURCES) works fine, the Makefile with the target replaced by imageio.o: imageio.c R COMPILE imageio.c results in
2001 Nov 23
4
SQL implementations (was: Are you experienced in SAS and R ...)
An embedded message was scrubbed... From: Douglas Bates <bates at stat.wisc.edu> Subject: Re: [R] Are you experienced in SAS and R as well? Which of these would you recommend me? Date: 23 Nov 2001 15:16:59 -0600 Size: 4446 Url: https://stat.ethz.ch/pipermail/r-help/attachments/20011123/8d0399f0/attachment.mht
2002 Sep 06
3
explict sharing of symbols between packages
Hi everyone, I'm thinking about breaking up a large package I have to avoid loading some of the more specialised parts when it isn't necessary. The package is dependent on shared libraries. The base one will keep all of the core stuff like constructors etc and the specialised parts will need to access these. It is obviously possible to set the "local" flag to false, however
2000 Apr 12
4
For wishlist: sanity checks for subsets in lm, glm (PR#
Martyn Plummer <plummer@iarc.fr> writes: > On 12-Apr-00 Peter Dalgaard BSA wrote: > > Might be a good idea. Mind you, Splus 3.4 does exatly the same thing, > > and I'm a little worried that the uniqueness assumption might kill > > some bootstrapping applications: > > > > glm(y ~ x, data=test.data, subset=sample(seq(along=y),replace=T)) > > Splus
2000 Mar 03
5
StatDataML
Hi, we have a first draft of R functions reading/writing data to XML files including a rather general DTD ... which borrows heavily from the data types of a certain programming language :-) The basic idea is to create an XML standard for data exchange, together with import/export functions for as many applications as possible. We here will need R, Matlab & Octave for our research program,