Whenever I update to a new version of R (by downloading the appropriate binaries from CRAN), I lose whatever functions and datasets I have stored in the saved workspace of the previous version of R that I was running. Is it possible to source/input this workspace from the previous version of R into the new updated version, so I don't lose anything? And if so, where could I locate the workspace amoungst the files on my computer? Thanks, Al. (I have just upgraded from 1.2.1 to 1.2.2, both Windows versions). Al Merrifield Energy Analyst Energy Modelling & Statistics Ministry of Economic Development PO Box 1473 Wellington NEW ZEALAND Phone: (04) 470 2338 Fax: (04) 473 9930 E-mail: Alistair.Merrifield at med.govt.nz -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
Alistair Merrifield <Alistair.Merrifield at med.govt.nz> writes:> Whenever I update to a new version of R (by downloading the appropriate > binaries from CRAN), I lose whatever functions and datasets I have stored in > the saved workspace of the previous version of R that I was running. Is it > possible to source/input this workspace from the previous version of R into > the new updated version, so I don't lose anything? And if so, where could I > locate the workspace amoungst the files on my computer? > > Thanks, Al. > > (I have just upgraded from 1.2.1 to 1.2.2, both Windows versions). > > Al MerrifieldUm, *where* do you store your workspaces? If you store them in the bin directory of the current distribution and then begin using another directory as your startup directory, then it's no wonder that your files disappear. Have you set a start-up directory in the shortcut for R? -- O__ ---- Peter Dalgaard Blegdamsvej 3 c/ /'_ --- Dept. of Biostatistics 2200 Cph. N (*) \(*) -- University of Copenhagen Denmark Ph: (+45) 35327918 ~~~~~~~~~~ - (p.dalgaard at biostat.ku.dk) FAX: (+45) 35327907 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Tue, 6 Mar 2001, Alistair Merrifield wrote:> Whenever I update to a new version of R (by downloading the appropriate > binaries from CRAN), I lose whatever functions and datasets I have stored in > the saved workspace of the previous version of R that I was running. Is it > possible to source/input this workspace from the previous version of R into > the new updated version, so I don't lose anything? And if so, where could I > locate the workspace amoungst the files on my computer? > > Thanks, Al. > > (I have just upgraded from 1.2.1 to 1.2.2, both Windows versions).The .RData file works unchanged under new versions. I can only assume you are not managing your work as described in the rw-FAQ using a shortcut and a `Start in' field. You need to find the old .RData and load it (use the Load Workspace item on the File menu). -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272860 (secr) Oxford OX1 3TG, UK Fax: +44 1865 272595 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help 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-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._