[R] blank graphics window while R is working

2005-10-06 Thread Dan Davison
Dear R-help, When R starts to execute some code, all the graphics windows associated with that R session go blank, and remain blank until the R prompt returns. I am using the "ion" window manager (http://modeemi.cs.tut.fi/~tuomov/ion/) under Debian linux. I notice that under the gnome desktop

[R] How to install R 2.2.0 Debian 'unstable' package in otherwise 'sarge' system

2005-10-12 Thread Dan Davison
I would like to install the latest version of R (the statistical computing software). This is package r-base version 2.2.0 and is in the debian 'unstable' repository. Otherwise my system has 'sarge' packages, including r-base 2.1.0. What is the best way to do this? If I don't want to upgrade to

[R] .C() memory allocation

2003-12-05 Thread Dan Davison
(t *) R_chk_calloc( (size_t) (n), sizeof(t) ) #define Realloc(p,n,t) (t *) R_chk_realloc( (void *)(p), (size_t)((n) * sizeof(t)) ) ---------- Dan Davison Committee on Evolutionary Biology, University of Chicago, USA Field Museum of Natu

[R] profiling C code

2004-02-13 Thread Dan Davison
lot, Dan ----- Dan Davison Committee on Evolutionary Biology, University of Chicago, USA Field Museum of Natural History, Chicago, USA http://home.uchicago.edu/~davison/ __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listi

[R] latex problem with Sweave output file under Debian

2004-02-18 Thread Dan Davison
Could someone tell me how to end the trouble I'm encountering when running latex on the .tex file produced by Sweave()? Sweave() seems to process the example file (http://www.ci.tuwien.ac.at/~leisch/Sweave/example-1.Snw) without problems, and the file example-1.tex produced is the same as in the Sw