[R] Remove entry with sensitive information from history

Luca Cerone luca.cerone at gmail.com
Wed May 27 09:29:37 CEST 2015


Hi everybody,

in one of my packages I store encrypted password.

If the user has to change the password in use she can run:

update_password(old_password, new_password)

The problem is that the commands ends up in the .Rhistory file.

Is there any way I can avoid this? Any suggestion about it?

Cheers,
Luca



More information about the R-help mailing list