Full_Name: frédéric Gosselin
Version: 2.5 & 2.2.1
OS: windows XP pro
Submission from: (NULL) (195.221.118.52)
(i) I cannot read .Rdata saved with R2.5 with R2.2.1. I think it was the same
with R2.4 vs R2.2.1.
(ii) I have found the strange following problem, using the dump function:
dump(ls(),"te
Full_Name: Frédéric Gosselin
Version: 2.5 vs 2.4 and 2.2.1
OS: windows XP
Submission from: (NULL) (195.221.118.52)
#
L3 <- LETTERS[1:3]
(d <- data.frame(cbind(x=1, y=1:10), fac=as.factor(sample(L3, 10,
repl=TRUE
mode(d[,3])<-"numeric"
###
when trying to change the mo
Full_Name: Frédéric Gosselin
Version: 2.4.0
OS: windows XP
Submission from: (NULL) (195.221.118.82)
When I download a new version of a function just by copying it in the active
window of Rgui 2.4.0, it crashes. It does not happen when I first edit the
function (with fix()) and then copy the funct