[R] Unable to compile "Matrix" package

2007-05-16 Thread Vittorio De Martino
OR: compilation failed for package 'Matrix'M ** Removing '/usr/local/lib/R/library/Matrix'M NbBSD# exitMM exitM What shall I do? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PL

[R] Cannot use an escape character in regexp

2007-05-11 Thread Vittorio
up > rx2 <- "\)Tj$" Warning messages: 1: '\)' is an unrecognized escape in a character string 2: unrecognized escape removed from "\)Tj$" and > rx2 [1] ")Tj$" I tried also rx2 <- "(\))Tj$" but the result is the same. What am I missin

Re: [R] Reading a web page in pdf format

2007-05-10 Thread Vittorio De Martino
Great! It's a wonderful mailing list full of helpful people! Thanks to all of you Vittorio Il Wednesday 09 May 2007 18:57:39 Gabor Grothendieck ha scritto: > Here is one additional solution. This one produces a data frame. The > regular expression removes: > > - everything

[R] Reading a web page in pdf format

2007-05-09 Thread Vittorio
;Termoelettrico", towards the end of the balance) and put the data in a table. Is that possible? If yes, what R-packages should I use? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do re

[R] Finding not-matching rows in tables

2007-02-07 Thread Vittorio
ble to obtain this results by means of the merge command merging the two tables and selecting according to the fields, therefore in two steps Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help P

[R] New RODBC: a problem with sqlSave

2007-02-02 Thread Vittorio
= It seems to say that the violation caused a non-fatal error nevertheless it stopped the batch job without going on! What should I do? Ciao Vittorio PS Eliminating from the original postgresql the offending records, of course, the above menti

Re: [R] Rpad

2006-11-10 Thread vittorio
Tom, I've just downloaded Rpad_1.1.1.tar.gz file from CRAN and I can assure you that those files are ** ALL** missing in it . Ciao Vittorio Alle 16:35, venerdì 10 novembre 2006, tshort ha scritto: > Vittorio, > > Those files being missing is what's causing the errors. Try

[R] Rpad

2006-11-10 Thread Vittorio
s "dojo.xml.domUtil is deprecated" is concerned? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

Re: [R] R & gams

2006-10-27 Thread vittorio
The people presenting the models cited as a reference the site www.gams.com which, as you said, is about high-level modeling system for mathematical programming and optimization. Vittorio Alle 17:52, venerdì 27 ottobre 2006, Ravi Varadhan ha scritto: > Can you be more specific about what

[R] R & gams

2006-10-27 Thread vittorio
://www.gams.com/modtype/index.htm) and they say it is almost the only option for doing it. I would like to know your opinion on the subject and, above all, if R can be an effective alternative and to what extent, if any. Thanks Vittorio __ R-help

Re: [R] Problemss compiling RODBC

2006-10-13 Thread vittorio
There is. # ls /usr/local/lib/libpcre* @libpcre.so libpcre.so.0 Vittorio Alle 14:39, venerdì 13 ottobre 2006, Jerome Asselin ha scritto: > On Fri, 2006-10-13 at 14:59 +0100, Vittorio wrote: > > When updating to the very last version of RODBC under freebsd 6.1 the > > errors b

[R] Problemss compiling RODBC

2006-10-13 Thread Vittorio
When updating to the very last version of RODBC under freebsd 6.1 the errors below pop up but RODBC compiles till the end and, it seems, to work properly. What are those errors about? Vittorio .. checking for suffix of executables... checking for

Re: [R] RODBC ERROR on Rcmdr install

2006-10-02 Thread vittorio
DBs. I've been using RODBC with unixODBC on linux, freebsd and win xp to connect smoothly to postgresql, mysql and oracle (somewhat tricky to me under *nix, you need ** to buy ** a driver) and I know that connections are possible to many other *nix DBs under *nix itself. Ciao Vittorio

[R] Fighting with GDD & lwd

2006-06-25 Thread vittorio
col="red", of course) option in the plot command, under GDD the png (but also gif and jpg) results in a graph with very thin histograms as if the lwd option doesn't exert any influence at all (I checked also with lwd=160 to no avail). What should I do? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Producing png plot in batch mode

2006-06-24 Thread vittorio
Thanks again Prof Ripley. Under FreeBSD 6.1 I eliminated the three lines you suggested in Makevars.in and the package was compiled like a charm. Bye Vittorio Alle 16:28, sabato 24 giugno 2006, Prof Brian Ripley ha scritto: > The advice in the posting guide was to ask the package maintai

Re: [R] Producing png plot in batch mode - Problems compiling GDD

2006-06-24 Thread vittorio
Alle 21:42, sabato 24 giugno 2006, vittorio ha scritto: > Thanks again Prof Ripley. > Under FreeBSD 6.1 I eliminated the three lines you suggested in Makevars.in > and the package was compiled like a charm. > > Bye > Vittorio > > Alle 16:28, sabato 24 giugno 2006, Prof

Re: [R] Producing png plot in batch mode - Problems compiling GDD

2006-06-24 Thread vittorio
Thanks again Prof Ripley. Under FreeBSD 6.1 I eliminated the three lines you suggested in Makevars.in and the package was compiled like a charm. Bye Vittorio Alle 16:28, sabato 24 giugno 2006, Prof Brian Ripley ha scritto: > The advice in the posting guide was to ask the package maintai

Re: [R] Producing png plot in batch mode

2006-06-24 Thread vittorio
s", line 4: Need an operator make: fatal errors encountered -- cannot continue chmod: /usr/local/lib/R/library/GDD/libs/*: No such file or directory ERROR: compilation failed for package 'GDD' ** Removing '/usr/local/lib/R/library/GDD' What should I do? Vittorio Alle 16:29

[R] R: rearranging data frame rows

2006-06-23 Thread Vittorio
Have a look at merge. Ciao Vittorio >Messaggio originale >Da: [EMAIL PROTECTED] >Data: 23-giu-2006 18.10 >A: "r-help" >Ogg: [R] rearranging data frame rows > >Hi All, > >I have two data frames. The first contains data about a number of individual

[R] Producing png plot in batch mode

2006-06-23 Thread Vittorio
png file? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Having a go at Rpad

2006-06-17 Thread vittorio
ams are browsed, listed and nothing seems to happen. Please help to straigthen my Rpad installation up Ciao Vittorio P.S. By the way those perl progs seems to point to a /var/www/Rpad directory. That's why I installed the ../basehtml dir under that directory and

[R] Example(chron) doesn't work

2006-06-08 Thread Vittorio
Errore in dates(c("02/27/92", "02/27/92", "01/14/92", "02/28/92", "02/01/92"), : no direct or inherited method for function 'dates' for this call > What should I do? Thanks Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Updating frequently thru a proxy

2006-04-28 Thread vittorio
he problem is: how can I let R know of the user & password of the proxy? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] (IT WAS) Aggregating an its series

2006-04-09 Thread vittorio
Thanks for the brilliant solution. ***AGAIN*** Now - just to go deeper into the **same subject** on which I'm really supposed to work very soon - if I want to aggregate by date only data, say, before noon (12.00.00) what should I do? Ciao Vittorio Alle 16:13, venerdì 07 aprile 2006,

[R] Aggregating an its series

2006-04-07 Thread Vittorio
A NA 20020603 NA NA 20020604 NA NA where the daily average of T and H (not counting the NA values) is is put in aggr. What is the quickest way to get this result? Thanks Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman

[R] Financial functions

2006-04-04 Thread vittorio
In what R package(-s) can I find the entire set of financial functions that you can find in MS-Excel such as PMT, PPMT, FV and IPMT? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Install Rmpi on Fedora with mpich2 installed.

2005-12-22 Thread vittorio
I don't know Fedora but you should have installed the dev(-elopment) packages too (like mpich-dev or similar for instance). Usually under unixes those supplementary packages contain all the header files such as mpi.h needed to compile a C program. Vittorio Alle 20:45, martedì 20 dic

[R] Problems with snow and rpvm

2005-12-15 Thread Vittorio
lusterApply(cl, 1:2, get("+"), 3) R invariably freezes and frustatrated I have to close the terminal session and restart it all over again (to no avail, of course). The other hint for you could be that if - instead of a debian powerpc box - I use a second freebsd box with the same so

[R] problems with R and snow on a debian box only

2005-12-02 Thread vittorio
d the others as slaves: R and snow seem to work; I can makeCluster but R freezes as soon as I try to execute a cluster order like parApply, clusterCall, etc. What should I check? Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/m

Re: [R] Snow & rvpm

2005-12-01 Thread vittorio
he execution time > to 999 bootstraps on one node. > > You probably want 'clusterCall' to be smart enough to partition the > bootstraps between nodes, and then collate the results. It doesn't do > that. What program does it? Vittorio > > vittorio <[EMAIL P

[R] Snow & rvpm

2005-12-01 Thread vittorio
There's not that much gain in time between my cluster and the local computation, isn't it. Now my question is: What could have been gone wrong and what should I verify? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] R: Re: RODBC fails to build

2005-11-09 Thread Vittorio
ed flawlessly. I think it would be worth your while adding this piece of information in the README file. Ciao Vittorio >Messaggio originale >Da: [EMAIL PROTECTED] >Data: 8-nov-2005 11.45 PM >A: >Ogg: Re: [R] RODBC fails to build > >yes, I read it. Nevertheless I c

Re: [R] RODBC fails to build

2005-11-08 Thread vittorio
yes, I read it. Nevertheless I can't make head or tail of it. Can anyone out there help me with a step by step explanation? Ciao Vittorio Alle 17:34, martedì 08 novembre 2005, Prof Brian Ripley ha scritto: > Did you read the package's README? It contains two ways to set these > p

[R] RODBC fails to build

2005-11-08 Thread Vittorio
to /usr/local/lib/R/include to no avail. Please help. Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

[R] Problem installing ROracle package under R

2005-11-03 Thread Vittorio
rq/downloaded_packages Warning message: installation of package 'ROracle' had non-zero exit status in: install. packages("ROracle") ... So various directories and relating programs are missing! What else should I install to make ROracle

[R] finding missing lines...

2005-10-07 Thread Vittorio
2 beloved 33 daughter 44 son 55 wife > b col1col2 11 my 22 beloved 34 son As you can see in b is equal to a with exception of lines of a with col1= 3 and col1=5 that are missing. How can I obtain a third dataframe made of the m

[R] Strange behaviour of as.Date function

2005-09-23 Thread Vittorio
1 ora solare Europa occidentale" BUT > as.Date(dati[1,1],"%d%m%Y") [1] "2005-06-30" How come? What is wrong with it (or better with me)? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] Reading data from a serial port

2005-09-13 Thread vittorio
lines, which can be assigned to a vector. > > Variants on this depend on what data format your apparatus > puts out, and on what you want to do. In particular, if you > want to process the output in real time, then probably you > are best off rea

[R] Reading data from a serial port

2005-09-13 Thread vittorio
I need to read data from from a medical appliance via the serial port. This medical appliance produces streams of set data at regular intervals. What commands, packages are available for this purpose? Vittorio __ R-help@stat.math.ethz.ch mailing list

Re: [R] Rcmdr doesn't seem to work

2005-02-01 Thread Vittorio
of the programme, that is d:\programmi\R, without any reference to the version itself. This causes kind of of a sedimentation of obsolete stuff. Thanks for the answer. Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/ma

[R] Time-Series

2005-01-13 Thread Vittorio
gy, z$energy to no avail. What's the right synthax? Ciao Vittorio __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] ts & daily timeseries

2004-06-23 Thread Vittorio
he year to study them separatedly; 2) Print in a human readable way the list of data of the spell under observation; 3) Plot the same spells as timeseries, that is with a time referenced x-axis. That's all. Thanks Vittorio __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Re: [R] ffnet problem

2004-06-02 Thread Vittorio
fying the point. I was just having a go at nnet when I knew about ffnet and wanted only to have an alternative, one more option. You know open source and free sofware usually offers this opportunity! Ciao Vittorio __ [EMAIL PROTECTED] mailing list

Re: [R] Tramo-seats

2004-05-25 Thread Vittorio
ramo-seats R version. > > > > Does anyone know of unofficial R translation of tramo-seats? > > OR What do you suggest? > > > > Vittorio > > Not an R response I'm afraid, but have you looked at Demetra > http://forum.europa.eu.int/irc/dsis/eurosam/info/data/demet

[R] tapply & hist

2004-05-13 Thread Vittorio
indicating the mentioned technologies. I've been trying issuing tech=c("CCC", "CIC","TGC", "CSC","CPC", "TE") tapply(Pot,SGruppo,hist, main=tech) but R prints in each histogram the six values in the title without cycling among t

Re: [R] Slicing an area....

2004-04-30 Thread Vittorio
remes of the curve (starting from the > very bottom of the entire area) into smaller stripes of given (and > different) areas. > > How can I do it? > > Vittorio > Sorry friends. THIS MESSAGE WASN'T INTENDED FOR THIS MAILING-LIST BUT WAS A PRIVATE MESSAGE TO A FRIEND OF MI

Re: [R] Strange behaviour

2003-10-21 Thread Vittorio
ile,,"vic.pdf") example(layout) And I obtained a 5-pages vic.pdf with page 1-4 full of "nasty rectangles" of any kind and page 5 with the right picture. Please help Ciao from Rome - Vittorio __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help