Re: [R] Sourcing encrypted files

2007-09-18 Thread Marc Schwartz
On Tue, 2007-09-18 at 07:47 +0100, Prof Brian Ripley wrote: > On Mon, 17 Sep 2007, Dennis Fisher wrote: > > > Colleagues, > > > > I have an unusual problem; I am wondering whether anyone has dealt > > with it and found a solution. > > > > I have a script that needs to be encrypted. R will then be

Re: [R] Sourcing encrypted files

2007-09-18 Thread Mark Wardle
Dear Dennis, Ignoring the reasons why you might want to do this, you may want to explore a ram disk. I don't know which OS you are using, but assume a unix or unix-like OS, there may be a straightforward way to mount a ram-based volatile disk and decrypt your file to there. Another option would b

Re: [R] Sourcing encrypted files

2007-09-17 Thread Prof Brian Ripley
On Mon, 17 Sep 2007, Dennis Fisher wrote: > Colleagues, > > I have an unusual problem; I am wondering whether anyone has dealt > with it and found a solution. > > I have a script that needs to be encrypted. R will then be run on > the script. There are various means to decrypt the file, some of

Re: [R] Sourcing encrypted files

2007-09-17 Thread Marc Schwartz
On Mon, 2007-09-17 at 15:56 -0700, Dennis Fisher wrote: > Colleagues, > > I have an unusual problem; I am wondering whether anyone has dealt > with it and found a solution. > > I have a script that needs to be encrypted. R will then be run on > the script. There are various means to decrypt