Displaying 7 results from an estimated 7 matches for "perlexpr".
2009 Sep 20
1
perl functions in R enviroment
....
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 deprecated functions
perl_script <- function(x){
Pvar <- "@var = 1;"
PPvar <- .PerlExpr(Pvar)
i = 1
for(i in 1:length(x)){
Ppush <- paste("push","(", "@var", ",", x[i], ")", ";", sep = "")
.PerlExpr(Ppush)
print(i)
}
Print <- paste("print", "\"","@va...
2002 Oct 16
0
CGI and RSPerl
...I want.
In fact I would like the user to load the file to analyze; then a R program
will treat the data ,display resulting graphs and save results in text
files.
I have test the following script by John Barnett without success.
#!/usr/lib/R/bin/R.bin --source
invisible(library(RSPerl));
foo <- .PerlExpr("use CGI;");
foo <- .PerlExpr("$q = new CGI; 1;");
a <- .PerlExpr("$q->param('a')");
cat(.PerlExpr("$q->header . $q->start_html . 'Hellooooo....';"),
a,
.PerlExpr("$q->end_html"));
I get the error:
prematu...
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,
2007 Aug 20
8
[sorta offtopic] Removing bad bytes from filenames
I'm moving my Ogg Vorbis collection off of my Linux server and onto my
laptop. I plan on using iTunes to play my collection, but, that's a
whole 'nother can of worms.
I'm having trouble moving my complete collection over because dbPowerAmp
(an application I used to love) made some dumb decisions about naming my
files. For example, in track/album/artist names that contained a
2008 May 24
1
RSPerl & OS X
...text html latex example
Perl text html latex example
PerlClear text html latex example
PerlDiscard text html latex example
PerlExists text html latex example
PerlExpr text html latex example
PerlFile text html latex example
PerlGetArray text html latex example
PerlGetCode text html latex example
PerlInit te...
2011 Jun 27
0
Errors when installing RSPerl-0.92
...*** installing help indices
converting help for package ‘RSPerl’
finding HTML links ... done
Perl html
PerlClear html
PerlDiscard html
PerlExists html
PerlExpr html
PerlFile html
PerlGetArray html
PerlGetCode html
PerlInit html
PerlInterpreter html
PerlLength...
2007 Mar 22
0
Fwd: RSPerl buffer overflow
...: text html latex example
? Perl ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?text ? ?html ? ?latex ? example
? PerlClear ? ? ? ? ? ? ? ? ? ? ? ? text ? ?html ? ?latex ? example
? PerlDiscard ? ? ? ? ? ? ? ? ? ? ? text ? ?html ? ?latex ? example
? PerlExists ? ? ? ? ? ? ? ? ? ? ? ?text ? ?html ? ?latex ? example
? PerlExpr ? ? ? ? ? ? ? ? ? ? ? ? ?text ? ?html ? ?latex ? example
? PerlFile ? ? ? ? ? ? ? ? ? ? ? ? ?text ? ?html ? ?latex ? example
? PerlGetArray ? ? ? ? ? ? ? ? ? ? ?text ? ?html ? ?latex ? example
? PerlGetCode ? ? ? ? ? ? ? ? ? ? ? text ? ?html ? ?latex ? example
? PerlInit ? ? ? ? ? ? ? ? ? ? ? ? ?te...