On Sun, 21 Aug 2005, John Fox wrote:
> Dear R-devel list members:
>
> I have two internationalization questions, related to questions that I posed
> previously. These pertain to Windows (I've tried under Win XP but assume the
> issue is more general) and R 2.1.1 patched and 2.2.0 devel.
>
> (1) I'
What locale is this?
My guess is that this is a UTF-8 locale. If so, you need to tell latex
the input is in UTF-8, which you can do in the current LaTeX release
(you need 2003/12/01). As I recall you do this by
\usepackage[utf8]{inputenc}
On Sun, 21 Aug 2005, Charles Geyer wrote:
> OK. I g
Dear R-devel list members:
I have two internationalization questions, related to questions that I posed
previously. These pertain to Windows (I've tried under Win XP but assume the
issue is more general) and R 2.1.1 patched and 2.2.0 devel.
(1) I've noticed that the standard Windows dialogs in R
OK. I give up. I'll ask a stupid question.
How do I get the [EMAIL PROTECTED] signif stars line printed by summaries
to not look extremely bizarre in the latex produced by Sweave?
For example, see p. 7 of
http://www.stat.umn.edu/geyer/aster/library/aster/doc/tutor.pdf
I can see what the pro
Firstly, thanks for all the quick replies.
> Can you let me know what went wrong with SSOAP? It would be
> good to fix this and I am about to turn my attention to it anyway.
Well, I could not get SSOAP to pass the xmlns which specifies the set of
services being requested in the place where soapany
This report describes two similar, but different scripts causing
segmentation fault in R-2.1.1 and R-patched_2005-08-21.
The first is a script that causes segmentation fault in R-2.1.1.
Although the script runs correctly under R-patched_2005-08-12 and
R-patched_2005-08-21, there is still a reason
In R 2.2.0 density now can work with weighted obesrvations.
It would be nice if boxplot also would
accept a weight parameter,
then one could produce consistent density estimators and boxplots.
Could the developers consider adding this feature?
--
Erich Neuwirth, Didactic Center for Computer Scie
Absolutely - only the simplest of requests with the lowest of
bandwidth requirements should use plain GET requests.
Beyond that you must use some form of detail encapsulation. SOAP is
layer ontop of HTTP POST requests which is semi-standardized - ie how
a number is encoded is standardized, you st
for very low bandwidth IPC I'd just use a standard web page form using
a GET... so all you have to do is call a URL with the parameters
embedded in the URL, e.g.
http://silly.name.for.server.com/javaServlet?a=42&b=394&c=1982&d=complex
If your bandwidth requirements are a bit higher then you have
Hi, I need to somehow make R communicate with another remote JAVA
process which provides compute services. I have control over the
communications protocol, but I would like to keep it to a standardised
protocol, such as SOAP, CORBA, etc.
What I would like to know is, what do other people use to d
10 matches
Mail list logo