Displaying 20 results from an estimated 500 matches similar to: "CGI and RSPerl"
2003 Aug 06
2
(no subject)
Hi everybody,
Hope your are not all on holyday because I've got a problem that is going to
drive me crazy...
I would like to remove some rows from a dataframe. The rows correspond to
some
specific indexes which I can get by looking at the name in the first column
of my dataset. But I manage to get only the opposite of what I really want
(function #1)
#Function#1:
2002 Sep 24
2
Iterative data.frame
Hi,
I would like to create data.frame and increment their name to finally merge
them.
Does anybody has a solution ?
Something like that ?
n<-6
for (i in 1:n) {
m[i]<-data.frame(name,value)
m<-merge(m[i]:m[n])
}
Nolwenn
********************************************
Nolwenn Le Meur
INSERM U533
Facult? de m?decine
1, rue Gaston Veil
44035 Nantes Cedex 1
France
Tel:
2002 Jun 17
2
layout() and postscript()
HI,
I would like to know if it's possible to create a postscript file with
multiple graphs . I'm creating some graphs by the means of a loop and I want
to save each graph in the same file (splitting making the device by the
number of graphs).
Do I have to use the par(matrix()) option, the layout() function or the
split.screen() one ?
Thanks
Nolwenn
2003 Nov 28
1
mark axis
Maybe a stupid question:
In a plot, which parameter(s) ables to visualize the axis like in a
coplot
where the axis is also visible in the plot background ?
Thanks
Nolwenn
********************************************
Nolwenn Le Meur
INSERM U533
Facult? de m?decine
1, rue Gaston Veil
44035 Nantes Cedex 1
France
Tel: (+33)-2-40-41-29-86 (office)
(+33)-2-40-41-28-44 (secretary)
2002 Aug 23
2
axis() plot() - step
Hi,
Stupid question I guess but I can't figure out how to have a span of 0.5
instead of 1 in my graph.
Actually, I want to create a plot with x(-2,2) and y(-2,2) and an step of
0.5 along the axis.
Does somebody can help me ? Is it in par(), axis() or plot() that I have to
add something ?
Thanks
Nolwenn
*------------------------------------------*
Nolwenn Le Meur
INSERM U533
Facult? de
2003 Jun 05
1
Logical vectors
Hi everybody,
just a quick question that drives me crazy:
Is it possible to "join" 2 logical vectors ?
i.e.
x<-4
ind <- 1:19200
pin <- c(0, rep(400, 48) * (1:48))
ind1<-((pin[j] + 1) <= ind) & (ind <= pin[j + 2])
ind2<-((pin[j+x] + 1) <= ind) & (ind <= pin[j+x + 2])
ind2 and ind1 give the right TRUE index
#but I would like something like that
2004 Apr 09
1
generating 00Index.html
Hi,
I've started to create the documentation of my package.
I've generate a pdf and the different html files from .Rd files.
However I don't know how to automatically generate the 00Index.html. Do I
have to write one in latex style and convert it or can I use the CONTENTS,
INDEX, or Rd files.
Thanks
Nolwenn
********************************************
Nolwenn Le Meur
INSERM U533
2002 May 30
3
savePlot without displaying it
Hi,
I would like to save a plot without opening the device window (no display).
Is it possible ? How can I do it ?
Thanks
Nolwenn
*------------------------------------------*
Nolwenn Le Meur
INSERM U533
Facult? de M?decine
1, rue Gaston Veil
44035 Nantes cedex 1
t?l: +33(0)2-40-41-29-86
fax: +33(0)2-40-41-29-50
e-mail: nolwenn.lemeur at nantes.inserm.fr
2002 Dec 19
1
lattice and display
Hi,
I have just started using lattice and it looks great. But I already have 3
questions about xyplot display.
----------------------------------------------------------------------------
---------------------------------
1.I would like to create two differeny xyplot with different color to
identify my different groups but I have trouble applying colors.
Here are the scripts
2001 Feb 11
6
embedding R?
My apologies if this is a FAQ, I searched the mailing list archives before
posting.
Background: I am a long time user of SPlus, and a recent user of R. My
work normally involves converting the raw output of something interesting
into data to be analyzed in S/R, for which I use Perl extensively. I then
import the data into S/R, perform the analyses I need, dumping the values
into a new file,
2003 Apr 27
2
smbpasswd via cgi
using samba and ldap - redhat 7.3
trying to work on a short cgi to update samba password (it is a url with
attributes username and password). I am not very good at all with perl, so
if someone can take a quick ponder and help me out, that would be great.
I think that it fails in theory however, because to change other users
password, you need to be root ... So I was wondering if anyone knows
2008 Dec 16
4
perl-web-script should start a application with wine
I need some help.
I have a windows application which load a file, do something and put the output in the same file. This tool is called ct.exe. Now I use wine to start this application, everything works fine.
My problem starts if a try to write a perlscript which start this wine application.
my perl script:
1 #!/usr/bin/perl
2
3 use strict;
4 use CGI;
5 use CGI::Carp
2009 Sep 20
1
perl functions in R enviroment
dear all,
I am trying to implement some perl scripting in R to improve the performance
of some scripts.
I found RSPerl library, but it seems to be quite tricky to import variables.
this is a simple example.
is there any simpler way to do it?
furthermore is there any other available resource to interface the two
language? RSPerl seems to be no longer supported
and when I load it R complains about
2008 May 24
1
RSPerl & OS X
Hi,
I'm wanting to call R from Perl via the RSPerl package. However I cannot
seem to install it on my Macbook (OS X Tiger - R 2.6 - Perl 5.8.6). I try to
install the source downloaded from the sigmahat website - but it seems to
fail - when I search my system for R.pm - I can't find it? Something looks
to be going wrong with the make bits?
Cheers
David M
----
$ R CMD INSTALL
2011 Jun 27
0
Errors when installing RSPerl-0.92
Hello,
I am having errors when I try to install RSPerl-0.92 under fedora 14.
I have the following rpms installed:
R-devel-2.13.0-1.fc14.x86_64
R-core-2.13.0-1.fc14.x86_64
perl-5.12.3-143.fc14.x86_64
perl-devel-5.12.3-143.fc14.x86_64
perl-ExtUtils-* (all of them from yum)
Now I get the following errors:
# R CMD INSTALL RSPerl_0.92-1.tar.gz
* installing to library ‘/usr/lib64/R/library’
*
2007 Mar 22
0
Fwd: RSPerl buffer overflow
Hi,
I installed RSPerl (RSPerl_0.91-2.tar.gz) and after
loading the library I get a buffer overflow.
below is the output from R and below that the
messages during the installation.
Its on an AMD opteron system running Fedora Core5
R version 2.4.1 (2006-12-18).
Thank you very much for your help.
Ido
> sessionInfo()
R version 2.4.1 (2006-12-18)
x86_64-redhat-linux-gnu
locale:
2008 Feb 26
0
RSPerl on OS X Server 10.4.11
Hello,
I tried the R-Sig-Mac list with this query, but had no takers. I hope
that the following isn't too far off the mark for this list. Many
thanks in advance if someone can help me out!
Quick summary: I can't get RSPerl working on a PPC G5 with the
pre-compiled binary for Mac OS X, but it does work if I compile R from
source with the "--enable-R-shlib" flag. If I
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
2004 Jun 18
1
Problems running RSPerl w. SuSe 9.0 / Perl 5.8.1
Hi,
installation of RSPerl works fine without errors.
Running RSPerl does not work at all.
If I start R, and then enter this command:
library(RSPerl)
this error appears:
-----------------
> library(RSPerl)
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
"/usr/local/lib/R/library/RSPerl/libs/RSPerl.so":
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
#