Skip to content

Loadhistory problems

2 messages · asemeria@cramont.it, Brian Ripley

#
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
#
On Tue, 2 Nov 2004 asemeria at cramont.it wrote:
[In reply to R.G.Brown, original post not included]
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?