Re: [R-SIG-Mac] R GUI is freezing

2016-02-11 Thread Duncan Murdoch
On 11/02/2016 10:50 AM, Joseph Kunkel wrote: I have the same problem over many updates of R for my Mac. After I load one R-script into the editor and run it, trying to open another script or trying to change my working directory results in R-gui freeze up. In rebooting R I end up with the o

Re: [R-SIG-Mac] R GUI is freezing

2016-02-11 Thread John Magnotti
My colleague and I have experienced similar problems for a while. Although I don't necessarily recommend it, we've switched to RStudio in the meantime. Now that RStudio allows for splitting code files into separate windows, you can create a reasonably similar experience to R-gui. John On Thu, F

Re: [R-SIG-Mac] R GUI is freezing

2016-02-11 Thread Joseph Kunkel
I have the same problem over many updates of R for my Mac. After I load one R-script into the editor and run it, trying to open another script or trying to change my working directory results in R-gui freeze up. In rebooting R I end up with the old R-script coming up in the editor and I must

Re: [R-SIG-Mac] R GUI is freezing

2016-02-11 Thread Duncan Murdoch
Have you tried recent nightly builds from http://r.research.att.com/? Some bugs with the data editor were recently fixed; I think those were specific to it, but maybe more got fixed at the same time. Duncan Murdoch On 11/02/2016 10:07 AM, Chris Swan wrote: No - never got a solution - --- Ch

Re: [R-SIG-Mac] R GUI is freezing

2016-02-11 Thread Chris Swan
No - never got a solution - --- Christopher M. Swan, Ph.D. Professor Dept. of Geography & Environmental Systems University of Maryland, Baltimore County 211 Sondheim Hall 1000 Hilltop Circle Baltimore, MD 21250 USA http://biodiversity.umbc.edu http://orcid.org/-0002-9763-9630 http://scholar.g

Re: [R-SIG-Mac] Non-root OS X installation?

2016-02-11 Thread boB Rudis
You can follow (on another Mac) and then set your R pkg lib to a local, writeable dir. Upgrading R will be a pain and if you don't have compiler tools installed, usage of source or some github-released pkgs will be difficult (insta

Re: [R-SIG-Mac] R stats: not recognising 'F' as 'FALSE'

2016-02-11 Thread Duncan Murdoch
On 30/10/2015 12:30 PM, Liam Shaw wrote: A student noticed that passing 'F' for 'FALSE' did not have an effect when using functions in the stats base package. Example: pt(q=1.12, df=12, lower.tail=TRUE) [1] 0.8576851 pt(q=1.12, df=12, lower.tail=F) [1] 0.8576851 pt(q=1.12, df=12, lower.tai

Re: [R-SIG-Mac] R stats: not recognising 'F' as 'FALSE'

2016-02-11 Thread David R Forrest
Is F defined as anything unusual? > F [1] FALSE > pt(q=1.12, df=12, lower.tail=F) [1] 0.1423149 > F<- pi > pt(q=1.12, df=12, lower.tail=F) [1] 0.8576851 > F<- FALSE > pt(q=1.12, df=12, lower.tail=F) [1] 0.1423149 > > On Oct 30, 2015, at 12:30 PM, Liam Shaw wrote: > > A student noticed that pa

Re: [R-SIG-Mac] failed compilation "ld: library not found for -lquadmath"

2016-02-11 Thread David Winsemius
> On May 25, 2015, at 3:16 AM, Baptiste Auguie > wrote: > > Hi, > > Not sure my previous message ever got through, in any case I've solved the > issue by installing a newer gfortran from > http://r.research.att.com/libs/gfortran-4.8.2-darwin13.tar.bz2 > Note that the tools suggested at http://