Jonathan Rougier <J.C.Rougier@durham.ac.uk> writes:> Would it be reasonable to suggest adding an `all' flag to save.image(), > i.e. > > "save.image" <- > function (f = ".RData", all.names = F) > eval(substitute(save(list = ls(all.names = all.names), file = f)), > .GlobalEnv)I believe this is simply a bug. I see no reason to skip the dot-objects. [current save.image has ...list=ls()...] CC-ed to r-bugs. -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard@biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> p dalgaard writes:> Jonathan Rougier <J.C.Rougier@durham.ac.uk> writes: >> Would it be reasonable to suggest adding an `all' flag to save.image(), >> i.e. >> >> "save.image" <- >> function (f = ".RData", all.names = F) >> eval(substitute(save(list = ls(all.names = all.names), file = f)), >> .GlobalEnv)> I believe this is simply a bug. I see no reason to skip the > dot-objects.> [current save.image has ...list=ls()...]> CC-ed to r-bugs.Ok, changed to ls(all.names = TRUE). -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-devel-request@stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._