[R] RGui crashes on wle call
Chris Bergstresser
chris at subtlety.com
Tue Jun 14 06:03:00 CEST 2005
Hi all --
I'm seeing the following commands reliably produce a crash in RGui,
version 2.0.1, for both my home and office machine:
> rm(list = ls(all = TRUE));
> load("dataset.R");
> library("wle");
> data.wle = wle.lm(abortion ~ year * lib.con + age + gender +
+ urbanism + census + income + church.att + children + educ +
+ religion.imp, data = data.set);
dataset.R is moderately sized (about 200k compressed), and the
command works just fine with "lm" rather than "wle.lm". Since I'm not
sure where the bug lies -- in wle, in R, or in RGui -- I'm not sure
where I should report this, or if it's already been reported.
What should I do?
-- Chris
More information about the R-help
mailing list