Probably you have an R version >= 1.9.1, then to make use of loadhistory you have to load the 'utils' library (type library(utils) on your .Rprofile). Best A.S. ---------------------------- Alessandro Semeria Models and Simulations Laboratory Montecatini Environmental Research Center (Edison Group), Via Ciro Menotti 48, 48023 Marina di Ravenna (RA), Italy Tel. +39 544 536811 Fax. +39 544 538663 E-mail: alessandro.semeria at cramont.it
Loadhistory problems
2 messages · asemeria@cramont.it, Brian Ripley
On Tue, 2 Nov 2004 asemeria at cramont.it wrote:
[In reply to R.G.Brown, original post not included]
Probably you have an R version >= 1.9.1, then to make use of loadhistory you have to load the 'utils' library (type library(utils) on your .Rprofile).
But only to make use of loadhistory() in your .Rprofile, when it is preferable to use utils::loadhistory. (He appears to be talking about using RGui menus.) But why would you want to do that when the loading of a commands history is controlled by command-line flags and the name by the R_HISTFILE environment variable?
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 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595