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
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
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
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
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
5 matches
Mail list logo