Re: [R] Reading in a value of .Random.seed in .Rprofile

2008-08-20 Thread Rolf Turner
On 21/08/2008, at 3:24 PM, Charles C. Berry wrote: On Thu, 21 Aug 2008, Rolf Turner wrote: But why does this happen on *my* system, and not on Chuck's??? Because I goofed by rerunning ALL the lines in .Rprofile rather than just the last two. When I run just the last tw

Re: [R] Reading in a value of .Random.seed in .Rprofile

2008-08-20 Thread Charles C. Berry
On Thu, 21 Aug 2008, Rolf Turner wrote: On 21/08/2008, at 10:21 AM, Charles C. Berry wrote: On Thu, 21 Aug 2008, Rolf Turner wrote: > > > For reasons that are best known to myself [ ;-) ] I have a value of > .Random.seed > saved (via dput()) in a file ``.Random.seed.save''. > > In my .R

Re: [R] Reading in a value of .Random.seed in .Rprofile

2008-08-20 Thread Ray Brownrigg
Hi Rolf: I think this is a case of RTFM. ?.Rprofile tells you that the profile is executed before the workspace is restored. Initially I thought this might be similar to bug PR#12567 that I filed this week, but now I think not necessarily. Cheers, Ray On Thu, 21 Aug 2008, Rolf Turner wrote

Re: [R] Reading in a value of .Random.seed in .Rprofile

2008-08-20 Thread Rolf Turner
On 21/08/2008, at 10:21 AM, Charles C. Berry wrote: On Thu, 21 Aug 2008, Rolf Turner wrote: For reasons that are best known to myself [ ;-) ] I have a value of .Random.seed saved (via dput()) in a file ``.Random.seed.save''. In my .Rprofile I have the lines: .Random.seed <- dget(".Rand

Re: [R] Reading in a value of .Random.seed in .Rprofile

2008-08-20 Thread Charles C. Berry
On Thu, 21 Aug 2008, Rolf Turner wrote: For reasons that are best known to myself [ ;-) ] I have a value of .Random.seed saved (via dput()) in a file ``.Random.seed.save''. In my .Rprofile I have the lines: .Random.seed <- dget(".Random.seed.save") Junk <- dget(".Random.seed.save") print(a