[Rd] dump function and compatibility of .RData files between versions 2.4/2.5 and lower (PR#9676)

2007-05-11 Thread frederic . gosselin
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

[Rd] changing the mode of a factor (PR#9675)

2007-05-11 Thread frederic . gosselin
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

[Rd] bug when loading a new version of a function in a given .Rdata file (PR#9306)

2006-10-19 Thread frederic . gosselin
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