Nicole Ford
2015-Apr-06 18:14 UTC
[R] R crashes upon changing directories, loading files, etc.
Hello, I am experiencing an issue, repeatedly, which began today. Example code: load(file.choose()) ##sometimes it crashes here/ endless spinner/ other times I can get through. or: i go up to options at the top to set wd, or select ?file? -> ?open? and it will do the same thing. I found a page where people were indicating they had this issue, but there was no one responding with a fix. see below: bugs.r-project.org/bugzilla/show_bug.cgi?id=14240 I am running : R version 3.1.3 (2015-03-09) -- "Smooth Sidewalk" Platform: x86_64-apple-darwin13.4.0 (64-bit) On OS X 10.10 Any help/ direction is appreciated. ~Nicole [[alternative HTML version deleted]]
Prof Brian Ripley
2015-Apr-06 20:17 UTC
[R] R crashes upon changing directories, loading files, etc.
It seems this is not R but R.app (the separate project providing an OS X console: see the 'R Installation and Administration' manual). If so, the only appropriate list is R-sig-Mac (see the posting guide). On 06/04/2015 19:14, Nicole Ford wrote:> Hello, > > I am experiencing an issue, repeatedly, which began today. > > Example code: > > load(file.choose()) ##sometimes it crashes here/ endless spinner/ other times I can get through. > > or: i go up to options at the top to set wd, or select ?file? -> ?open? and it will do the same thing. > > I found a page where people were indicating they had this issue, but there was no one responding with a fix. see below: > > bugs.r-project.org/bugzilla/show_bug.cgi?id=14240Which is about Windows in 2010, and does have a response.> > > I am running : > > R version 3.1.3 (2015-03-09) -- "Smooth Sidewalk" > Platform: x86_64-apple-darwin13.4.0 (64-bit) > On OS X 10.10 > > Any help/ direction is appreciated. > > ~Nicole > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Brian D. Ripley, ripley at stats.ox.ac.uk Emeritus Professor of Applied Statistics, University of Oxford 1 South Parks Road, Oxford OX1 3TG, UK
peter dalgaard
2015-Apr-06 21:26 UTC
[R] R crashes upon changing directories, loading files, etc.
> On 06 Apr 2015, at 22:17 , Prof Brian Ripley <ripley at stats.ox.ac.uk> wrote: > > Nicole Ford wrote:[snip]>> >> I found a page where people were indicating they had this issue, but there was no one responding with a fix. see below: >> >> bugs.r-project.org/bugzilla/show_bug.cgi?id=14240 > > Which is about Windows in 2010, and does have a response.It might be noted, though, that this is not the first report from someone having this sort of issue on Yosemite. See e.g. Christopher Swan's note from April 4 on R-sig-Mac. (This sort of issue tends to be slow to fix. We need to have a developer who can reproduce the issue _and_ is capable of debugging Mac GUI code.) -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd.mes at cbs.dk Priv: PDalgd at gmail.com