Hello,

The history function doesn't seems to work when I am working with R.
I have a .Rhistory file in my working directory and I have tried
        savehistory(file = ".Rhistory")
or the command given in the history help :
        .Last <- function()
                  if(interactive()) try(savehistory(".Rhistory"))

and I  get the same error message
Error in savehistory(file) : no history available to save

Is there any other variable to set up?


Nathalie Peyrard

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to