Skip to content

memory race

5 messages · steven mosher, Michael Lawrence, Steve Lianoglou

#
In case it helps with diagnosis: I don't replicate this behaviour on
my system, running OSX 10.6.5 and R 2.11.1. I also updated to R 2.12.0
and still failed to replicate the reported behaviour.
On Sun, Nov 14, 2010 at 7:09 PM, steven mosher <moshersteven at gmail.com> wrote:
#
Hi,
On Sun, Nov 14, 2010 at 6:09 PM, steven mosher <moshersteven at gmail.com> wrote:
<snip>
Maybe you have some "ghost" data file that are being loaded on R startup?

Look to see if there is a file named ".RData" in your home directory.

What do you see when you run this command from the terminal?

$ ls -ald ~/.R*

If you see an .RData file there, either delete it, or rename it to
something else since R will try to load this file if it finds it there
(unless you start R with --vanilla, or --no-restore-data)

-steve