Displaying 20 results from an estimated 2000 matches similar to: "cgi/servlets/httpd in R"
2004 May 19
4
GUI data browsers
Hi R-helpers,
Does anyone know of a good Tk (or other) script that allows somewhat
intuitive viewing of all of the variables (especially complex lists) in
a session? I would also like to delete, save to file, and rename them
graphically. I would also like a lot of supplemental information like
class, atrributes, names, modes, whatever else...
Context: I am running simulations
2004 May 03
2
Build problems on Linux SuSE 9.1
Hi,
did anybody succeed in building R on SuSE Linux 9.1?
My compilation failed with the following error messages:
make[4]: Entering directory `/home/lederer/Source/R-1.9.0/src/modules/X11'
gcc -I. -I../../../src/include -I../../../src/include
-I/usr/X11R6/include -I/us
r/local/include -DHAVE_CONFIG_H -D__NO_MATH_INLINES -mieee-fp -fPIC -g
-O2 -c d
ataentry.c -o dataentry.lo
In file
2004 May 10
5
Gmane for list?
Hi all,
I was wondering if I might subscribe this list to gmane.org, so I (and
everyone else) might view and search in with a newsreader?
Also--is there any way to get it indexed by google, maybe along with the
r-help list (or is it already but I haven't found it)?
Thanks for your consideration
W
2004 Aug 19
3
More precision problems in testing with Intel compilers
The Intel compiled version also fails the below test:
> ###------------ Very big and very small
> umach <- unlist(.Machine)[paste("double.x", c("min","max"), sep='')]
> xmin <- umach[1]
> xmax <- umach[2]
> tx <- unique(outer(-1:1,c(.1,1e-3,1e-7)))# 7 values (out of 9)
> tx <- unique(sort(c(outer(umach,1+tx))))# 11 values
2004 Jun 03
3
printing tabular data nicely
Hi R-heplers,
I would like to print various matrices, dataframes, tables, etc to
files, preferably nicely formatted postscript for import into papers.
Is there a way to do this?
I know ?cat, ?writeLines, ?format, ?paste. But I am not sure of a good
combination of these in order to get a nice looking table of information.
Any ideas? I guess I want (almost) publication ready output, just
2009 Oct 29
1
Error installing RSPerl.
Dear list,
I have updated to version R-2.10.0. When I try to load the RSPerl
library I get the following error:
> library(RSPerl)
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/usr/local/lib/R/library/RSPerl/libs/RSPerl.so':
/usr/local/lib/R/library/RSPerl/libs/RSPerl.so: undefined symbol:
boot_DB_File__Glob
Error: package/namespace load failed
2003 Dec 18
1
RSPerl
If anyone can help it would be very much apreciated...
System RedHat 9
R installed as
# ./configure --enable-R-shlib
# make
# make install
and R seems to work fine ...
Then I do
# R INSTALL --clean --configure-args='--with-in-perl'
RSPerl_0.5-7.tar.gz
# export R_HOME=/usr/local/lib/R
# cd /usr/local/lib/R/library/RSPerl/examples/
# perl -I
2008 Jan 14
1
Install RSPerl in Leopard
Hi,
I am having problems installing RSPerl 0.92-1 in my Mac OSX 10.5.1.
I?ve installed correctly R-2.6.1 with the .mpkg.
I run the next command: <R CMD INSTALL --configure-args=' --with-in-
perl ' RSPerl>
And the next error message appears:
RSPerl
* Installing to library '/Library/Frameworks/R.framework/Resources/
library'
* Installing *source* package
2007 Aug 30
3
R and Web Applications
Hello,
I'm curious to know how people are calling R from web applications (I've
been looking for Perl but I'm open to other languages). After doing a
search, I came across the R package "RSPerl", but I'm having difficulties
getting it installed (on Mac OSX). I believe the problem probably has to do
with changes in R since the package release. Below you will see where
2004 Nov 11
1
RSPerl problem with testing
Hi,
I'm trying to install de RSPerl module and i have some problems trying
to test it. I've tried to contact with the author but the e-mail address
seems not to exist. Hope that anyone in this list could explain me a
little about this problem. I have a bash shell and what i do is the
following:
#PERLLIB=/usr/lib/R/library/RSPerl/share/blib/arch:/usr/lib/R/library/RSPerl/share/blib/lib
#
2005 Mar 04
1
R-2.01 and RSPerl-0.6.2
Hi,
I am somewhat new to R and RSPerl, but I think this particular problem
has to do with RSPerl and so I am not sure if this is the right forum
to ask for help. Nevertheless I am quite sure that many of you would
have used RSPerl with R.
My hardware platform is a Sun/Solaris V440 server running Solaris 9
operating system I use the gcc-3.4.0 compiler to compile R without any
problems. My
2009 May 07
3
RSPerl and Statistics::R
Greetings!
Being a Perl hacker for some time, and wanting to leverage what R provides, I've been trying to work with Statistics::R and RSPerl.
The former has a race condition that breeds some unreliability and the latter seems to have issues all around, and neither has been updated in some time.
Are these projects are abandoned, or is there some effort currently being undertaken to
2004 Feb 09
2
moments, skewness, kurtosis
I checked the help and the mailing list archives, but I can
find no mention of a routine that calculates higher
moments like skewness and kurtosis. Of course, these
are easy enough to write myself, but I was thinking
that they MUST be in here. Am I wrong?
Thanks.
-Frank
2004 Jan 30
3
looping over factors
How does one loop over factors? Perhaps this is a newbie question.
I tried:
> b
[1] caseX caseY caseZ
Levels: caseX caseY caseZ
> length(b)
[1] 3
>
> for (i in b) {
+ print (b == i) ;
+ print (i);
+ }
[1] FALSE FALSE FALSE
[1] 1
[1] FALSE FALSE FALSE
[1] 2
[1] FALSE FALSE FALSE
[1] 3
>
But that strangely doesn't work. I must protest
the implications of the above. i , as
2002 Jul 18
1
RSPerl on OS X
Hello,
Has anyone gotten RSPerl ( (http://www.omegahat.org/RSPerl/)
to work on Mac OS X?
After installing RSPerl, I run the test program (or, even simpler,
perl -e 'use R;') and get the following error:
dyld: perl Undefined symbols:
_RPerl_createRProxy
_RPerl_discardRProxy
_RPerl_getProxyValue
_RPerl_getReferenceName
_addPerlConverterRoutine
_fromPerl
_tryEval
_userLevelConversionToPerl
2003 Nov 03
2
calling R from Perl
Hi,
I want to call R from Perl to generate plots to be displayed on a
webpage. What I found out so far is that there is a package called
RSPerl on www.omegahat.org which should do what I need. However in
the description it says it has been tested with R 1.3.* the latest.
I'm using R 1.8.0 right now so the package seems rather unmaintained.
It is not easy for me to just install it and see
2004 Mar 31
3
Maximum number of connections in R
It appears that the maximum number of connections available
in R is about 48. Can anyone tell me how to bump this number
up? I've been perusing the source, but any info would speed
things up.
Is there a reason that it was set to such a low number?
Thanks for any help.
-Frank
2008 Mar 27
1
Nothing happened when I using t.test throuth RSPerl
Hi,
I've just started using RSPerl. Though also tests in directory "/usr/local/lib/R/library/RSPerl/tests/" are passed successfully, I meet the problem with the following codes;
use strict;
use warnings;
use R;
use RReferences;
my @array1=1..10;
my @array2=1..39;
&R::initR("--silent");
&R::library("RSPerl");
my $tt=&R::call("t.test",
2003 Jun 11
3
OpenLDAP Administration for Samba3
I am looking for an LDAP client to manage the LDAP server that we are going
to use when we switch to samba3. A Windows variety would be OK, a web
interface would be even better. Just looking for suggestions to try.
Thanks,
Brandon
2007 Nov 11
2
using RSperl with "tree" package
Hello,
I am trying to use the "tree" package in R with RSperl.
I have generated a regression tree using the "tree" package in R and saved it in a file say "RegTree_2.Rdata"
If I use the predict function from R command line, it works fine. However, I want to use it from within perl using RSperl. To do that, here is what I do,
my $regTree =