Re: [Rd] FC5 32-bit vs 64-bit

2006-06-25 Thread Prof Brian Ripley
On Sun, 25 Jun 2006, Jeff Barrett wrote: > Hello, > I am a biostats student and a newbie to R. I have a question about > 32-bit vs. 64-bit. > I am running FC5 on a AMD 3800+ with 2GB Ram. With 64-bit, I am > running into some issues the stability of FC5. A friend suggested I > ditch the 64-bit

[Rd] FC5 32-bit vs 64-bit

2006-06-25 Thread Jeff Barrett
Hello, I am a biostats student and a newbie to R. I have a question about 32-bit vs. 64-bit. I am running FC5 on a AMD 3800+ with 2GB Ram. With 64-bit, I am running into some issues the stability of FC5. A friend suggested I ditch the 64-bit version of FC5 for the 32-bit. I do not current

Re: [Rd] Ops.Date: promote characters to Dates?

2006-06-25 Thread Ben Bolker
Believe it or not, it works either way: I haven't fully figured out the logic yet (except to note that I had the logic reversed below): Ops.Date <- function (e1, e2) { if (nargs() == 1) stop("unary ", .Generic, " not defined for Date objects") boolean <- switch(.Generic,

[Rd] using withCallingHandlers, how to deal with warning( , immediate. = TRUE)?

2006-06-25 Thread Philippe Grosjean
Hello, I want to use withCallingHandlers(expr, warning = function(w) { }), that is, to use a custom warning handler. I want this handler to replicate the behavior of the usual handler. I have problems with the mode 'options(warn = 0)' where the warnings are delayed, except if calling 'war

Re: [Rd] Compiling R 2.3.1 on SuSE 8.2 and 10.0: error with libRlapack.so (PR#9026)

2006-06-25 Thread Ted Catchpole
Wolfram, SuSE 8.2 is _very_ old. Why not just upgrade to SuSE 10.1, where R-2.3.1 compiles with no problems? Ted Catchpole [EMAIL PROTECTED] wrote: > --gKMricLos+KVdGMg > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > I compiled R 2.3.1 on two SuSE systems. > With