[R] changes in behaviour of Rcmd SHLIB since 2.4.0

2007-03-28 Thread Jan . Kleinn
Dear all, I have some C code using the zlib uncompress. It compiles fine under Win XP (with SP2) with R up to 2.3.1 and generates four files (Makedeps, *.d, *.dll, and *.o): C:\Data\R-packages\cmgrcmd SHLIB cmg.c -o cmg.dll latex: not found making cmg.d from cmg.c gcc

[R] R_decompress1 and zlib

2007-02-16 Thread Jan . Kleinn
Dear all, I have a problem similar to what was already posted about two years ago (http://tolstoy.newcastle.edu.au/R/help/05/01/10011.html): I have a binary file, which contains a header and data compressed by zlib and written to the file as unsigned character. Here is, what I try to do: zz -

[R] select.list

2006-06-15 Thread Jan . Kleinn
Dear all, I don't know, whether this is a bug or whether I', doing something wrong, but since I installed the latest versions of R and ESS, R hangs within ESS, when 'select.list' is the first command trying to open a window. Basically, this hangs: x - c('a', 'b', 'c', 'd') y - select.list(x)

[R] pointsize in png graphics

2004-09-30 Thread Jan . Kleinn
Dear all, I'm trying to produce 2 png files, one consisting of an image plot and a color-table (also an image plot) and the other one consisting of 4 image plots and a color table. I'd like the color table to be exactly the same. The way I proceded is the following: for one plot and the

[R] filled.contour without box

2003-09-23 Thread Jan Kleinn
Dear all, I would like to make a filled contour plot without the box R is generating by default around the plotting area, i.e. I'm looking for an option in filled.contour similar to 'axes=F' in 'contour' or in 'plot'. I couldn't find any option to get rid of the box, any help is welcome.