search for: gattuso

Displaying 12 results from an estimated 12 matches for "gattuso".

2003 Sep 09
2
Making R packages (Unix)
Hi: I have have taken over from a colleague who prepared an R package and failed to build it on Windows. I am doing this with unix as I am a mac user. Below is the output I get when I use the build command: [gattuso:unix/R/CO2.Rcheck] gattuso% R CMD build CO2 * checking for file 'CO2/DESCRIPTION' ... OK * preparing 'CO2': * checking whether 'INDEX' is up-to-date ... NO * use '--force' to overwrite the existing 'INDEX' * removing junk files * building 'CO2_1.0.tar.gz&...
2002 Jan 18
2
length of dimnames???
...ow): Error in as.matrix.data.frame(x) : length of dimnames[2] not equal to array extent I do not know what it means and could not find how to get around that in the manual nor in the R search page. Any idea? Thanks, jp ----------------------------- > frame1 <- read.table("/Users/gattuso/zRdata/coca/oceanic.txt", >header=TRUE,sep=",") > frame2 <- read.table("/Users/gattuso/zRdata/coca/cellids.txt", >header=TRUE,sep=",") > frame1$celltype <- frame2[match(frame1$ID,frame2$ID),2] > frame1$cellid <- frame2[match(frame1$ID,...
2003 Sep 09
6
Making R packages
...ecutable file or a command file" Perl has of course been installed on the PC and my colleague has the "Tools" file. He does not know what is wrong although he suspects that environment variables (which ones?) must be changed. Any help would be appreciated. jp -- Jean-Pierre Gattuso | mailto:gattuso at obs-vlfr.fr | http://www.obs-vlfr.fr/~gattuso
2002 Aug 19
2
Help with Lattice
..." option in "strip.default " work. I would also like to remove the box around the strips and found no option to do it in "strip.default" or elsewhere. Thanks in advance for your help. jp -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Jan 02
1
Combining files
...ne of file 1. In other words, I want to add column 2 of file 2 (e.g. "oceanic") to file 1, using columns 1 of both files as matching variables (i.e. add column 2 o Thanks in advance for your help, jp -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 - US fax: +1 (978) 477-8302 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2002 Aug 21
2
More help with Lattice
...w, I could have gone the R-help archives but I am out of the office and rely on a slow and rather unreliable Internet connection. I am sorry to have produced such a long msg. Thanks in advance for your help. jp -- ____________________________________________________________________ Jean-Pierre Gattuso Laboratoire d'Oc?anographie de Villefranche, UMR 7093 CNRS-UPMC B. P. 28, F-06234 Villefranche-sur-mer Cedex - France Voice: +33 (0)493763859 - Fax: +33 (0)493763834 <mailto:gattuso at obs-vlfr.fr> - http://www.obs-vlfr.fr/~gattuso -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2005 Aug 08
1
Reading large files in R
...ip=1, na.strings="-99", nmax=13669628) Read 13669627 records > gebco <- data.frame(tmp) Error: cannot allocate vector of size 106793 Kb Even tmp does not seem right: > summary(tmp) Error: recursive default argument reference Do you have any suggestion? Thanks, Jean-Pierre Gattuso
2006 Aug 24
1
Lattice symbol size and legend margins
...#39; I know it comes from the trellis.par.set command: I am unable to find the right syntax. A second question: I am adjusting the left and right margins between the text of the legend and the border using "between". How can I control the top and bottom margins? Thanks, Jean-Pierre Gattuso
2007 Jul 23
1
Error using Rd2dvi on OSX
...ript. The problem is a "pdflatex: command not found" error but I think that I have a fully working latex install (installed with iInstaller) as I use TeXShop with no problem. Could someone help? Jean-Pierre ----------------------------------------------------------------------------- gattuso@[~/Documents/experiments/seacarb_folder/seacarb]: R CMD Rd2dvi --pdf man Converting Rd files to LaTeX ... man/K1.Rd man/K1p.Rd man/K2.Rd man/K2p.Rd man/K3p.Rd man/Kb.Rd man/Kf.Rd man/Kh.Rd man/Ks.Rd man/Kspa.Rd man/Kspc.Rd man/Kw.Rd man/bor.Rd man/carb.Rd man/phinsi.Rd man/rho.Rd man/seacarb_test....
2005 Jul 26
1
error with scan
Hi: I am trying to read a large (500000+ lines) with scan() as read.table is unable to read it. I get a strange error (below) which says that 'a real' was expected and '5' was read. Can someone help? Thanks, jp > type=list(a=0,b=0,c=0,d=0,e=0,f="",g=0,h=0,i=0) > tmp2 <- scan(file="tmp2.txt", what=type, sep=",",
2005 Aug 12
1
quotes
Hi: I have been struggling with gsub to no avail and am seeking help from the list. I want to make a vector of the string "one, two, three" and have tried to: - replace each comma by "," - add " at the beginning of the string - add " at the end of the string to issue the command: col.names <- c("one", "two",
2006 Jul 31
0
Help with documentation of a data set
Hi: I am trying to add a data set in my package but get the following error when the package is checked: Undocumented data sets: seacarb_test All user-level objects in a package should have documentation entries. See chapter 'Writing R documentation files' in manual 'Writing R Extensions'. However, I do have a file "seacarb_test.Rd" in the man directory.