Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-04-18 Thread C W
Great, thank you so much!

On Tue, Apr 18, 2017 at 10:01 AM, Simon Urbanek  wrote:

> This has been fixed in more recent R versions, please upgrade you R.
>
> Cheers,
> Simon
>
>
> > On Apr 14, 2017, at 9:58 AM, C W  wrote:
> >
> > Hi everyone,
> >
> > I am having the same problem as reported above. I have a few try.
> >
> > This message showed up
> >
> > 
> > ​
> >
> > 2017-04-14 09:52:56.964 R[21302:286348] -[_NSViewAuxiliary
> setRuleThickness:]: unrecognized selector sent to instance 0x7fdadeef26f0
> > 2017-04-14 09:52:56.976 R[21302:286348] *** RController: caught ObjC
> exception while processing system events. Update to the latest GUI version
> and consider reporting this properly (see FAQ) if it persists and is not
> known.
> > *** reason: -[_NSViewAuxiliary setRuleThickness:]: unrecognized selector
> sent to instance 0x7fdadeef26f0
> > *** name: NSInvalidArgumentException, info: (null)
> > *** Version: R 3.3.2 (71607) R.app R 3.3.2 GUI 1.68 Mavericks build
> > Consider saving your work soon in case this develops into a problem.
> >
> >
> > Thank you!
> >
> > On Sun, Mar 5, 2017 at 12:00 PM, David Diez 
> wrote:
> > I reinstalled macOS yesterday as well as R and MacTeX, and everything is
> working again!
> > Killed half a day, but I'm excited to have things back :)
> > The reinstallation instructions I followed are at
> > https://support.apple.com/kb/PH25649?locale=en_US
> >
> > I'm curious what machines others who are encountering issues are using.
> Here are the two machines where I encountered problems:
> >   • My personal machine: Macbook Pro Retina Mid 2014 (13-inch).
> Fixed after macOS Sierra reinstall!
> >   • My work machine: Macbook Pro Retina Mid 2014 (15-inch). I
> haven't tried reinstalling macOS Sierra on this machine.
> >
> > My suspicion at this point is that the macOS Sierra update is at fault:
> >   • Reinstalling programs before the full macOS reinstall did not
> fix the problems.
> >   • Going nuclear and reinstalling macOS, then reinstalling the same
> programs did solve the problems.
> >   • I have not changed any of the files I was using or changed what
> programs I use.
> >
> > For the record, here are the exact programs where I was running into
> issues:
> >   • Regular R installation and R GUI from CRAN. I ran into problems
> when I'd open an .R text file when R was not already open.
> >   • MacTeX installation and the TeXShop editor. The errors I
> encountered were when using BIbTeX in particular -- typesetting using
> BibTeX worked fine, but the files it generated would cause a failure when
> going back to the regular LaTeX typesetting.
> > Given that none of my colleagues seem to have been hit with the issue,
> guessing that only a small minority of machines are affected.
> >
> >
> >
> > On Friday, March 3, 2017 at 5:27:09 PM UTC-8, Ken Beath wrote:
> > I’ve had no trouble with using RStudio so it is definitely a GUI
> problem. I’ve also had no trouble with TeXShop so I assume that whatever
> LaTex editor you are using is the problem.
> > Ken
> >
> >
> > > On 1 Mar 2017, at 4:42 pm, David Diez  wrote:
> > >
> > > Anyone have any luck with figuring this out? I have the same problem
> on both my personal and work computers immediately after installing Sierra.
> > >
> > > I'm not sure if it's related, but LaTeX has also been giving me issues
> ever since I installed Sierra on my personal machine.
> > >
> > > I'm close to completely wiping my personal machine to try to fix the R
> and LaTeX issues. If I do, I'll report back on if it fixes the issue.
> > >
> > > Thanks,
> > > David
> > >
> > >
> > > On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien
> wrote:
> > > Hello,
> > >
> > > I am experiencing the following issues:
> > > R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> > > Copyright (C) 2016 The R Foundation for Statistical Computing
> > > Platform: x86_64-apple-darwin13.4.0 (64-bit)
> > >
> > > R is free software and comes with ABSOLUTELY NO WARRANTY.
> > > You are welcome to redistribute it under certain conditions.
> > > Type 'license()' or 'licence()' for distribution details.
> > >
> > >   Natural language support but running in an English locale
> > >
> > > R is a collaborative project with many contributors.
> > > Type 'contributors()' for more information and
> > > 'citation()' on how to cite R or R packages in publications.
> > >
> > > Type 'demo()' for some demos, 'help()' for on-line help, or
> > > 'help.start()' for an HTML browser interface to help.
> > > Type 'q()' to quit R.
> > >
> > > [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Selection:
> > >
> > > R crashes. Any help on this is greatly appreciated.
> > > Sierra 10.12.2
> > >
> > > Thanks so much!
> > > Pat
> > > ___
> > > R-SIG-Mac mailing list
> > > 

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-04-18 Thread Simon Urbanek
This has been fixed in more recent R versions, please upgrade you R.

Cheers,
Simon


> On Apr 14, 2017, at 9:58 AM, C W  wrote:
> 
> Hi everyone,
> 
> I am having the same problem as reported above. I have a few try.
> 
> This message showed up
> 
> 
> ​
> 
> 2017-04-14 09:52:56.964 R[21302:286348] -[_NSViewAuxiliary 
> setRuleThickness:]: unrecognized selector sent to instance 0x7fdadeef26f0
> 2017-04-14 09:52:56.976 R[21302:286348] *** RController: caught ObjC 
> exception while processing system events. Update to the latest GUI version 
> and consider reporting this properly (see FAQ) if it persists and is not 
> known. 
> *** reason: -[_NSViewAuxiliary setRuleThickness:]: unrecognized selector sent 
> to instance 0x7fdadeef26f0
> *** name: NSInvalidArgumentException, info: (null)
> *** Version: R 3.3.2 (71607) R.app R 3.3.2 GUI 1.68 Mavericks build
> Consider saving your work soon in case this develops into a problem.
> 
> 
> Thank you!
> 
> On Sun, Mar 5, 2017 at 12:00 PM, David Diez  wrote:
> I reinstalled macOS yesterday as well as R and MacTeX, and everything is 
> working again!
> Killed half a day, but I'm excited to have things back :)
> The reinstallation instructions I followed are at
> https://support.apple.com/kb/PH25649?locale=en_US
> 
> I'm curious what machines others who are encountering issues are using. Here 
> are the two machines where I encountered problems:
>   • My personal machine: Macbook Pro Retina Mid 2014 (13-inch). Fixed 
> after macOS Sierra reinstall!
>   • My work machine: Macbook Pro Retina Mid 2014 (15-inch). I haven't 
> tried reinstalling macOS Sierra on this machine.
> 
> My suspicion at this point is that the macOS Sierra update is at fault:
>   • Reinstalling programs before the full macOS reinstall did not fix the 
> problems.
>   • Going nuclear and reinstalling macOS, then reinstalling the same 
> programs did solve the problems.
>   • I have not changed any of the files I was using or changed what 
> programs I use.
> 
> For the record, here are the exact programs where I was running into issues:
>   • Regular R installation and R GUI from CRAN. I ran into problems when 
> I'd open an .R text file when R was not already open.
>   • MacTeX installation and the TeXShop editor. The errors I encountered 
> were when using BIbTeX in particular -- typesetting using BibTeX worked fine, 
> but the files it generated would cause a failure when going back to the 
> regular LaTeX typesetting.
> Given that none of my colleagues seem to have been hit with the issue, 
> guessing that only a small minority of machines are affected.
> 
> 
> 
> On Friday, March 3, 2017 at 5:27:09 PM UTC-8, Ken Beath wrote:
> I’ve had no trouble with using RStudio so it is definitely a GUI problem. 
> I’ve also had no trouble with TeXShop so I assume that whatever LaTex editor 
> you are using is the problem.
> Ken
> 
> 
> > On 1 Mar 2017, at 4:42 pm, David Diez  wrote:
> > 
> > Anyone have any luck with figuring this out? I have the same problem on 
> > both my personal and work computers immediately after installing Sierra.
> > 
> > I'm not sure if it's related, but LaTeX has also been giving me issues ever 
> > since I installed Sierra on my personal machine.
> > 
> > I'm close to completely wiping my personal machine to try to fix the R and 
> > LaTeX issues. If I do, I'll report back on if it fixes the issue.
> > 
> > Thanks,
> > David
> > 
> > 
> > On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
> > Hello,
> > 
> > I am experiencing the following issues:
> > R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> > Copyright (C) 2016 The R Foundation for Statistical Computing
> > Platform: x86_64-apple-darwin13.4.0 (64-bit)
> > 
> > R is free software and comes with ABSOLUTELY NO WARRANTY.
> > You are welcome to redistribute it under certain conditions.
> > Type 'license()' or 'licence()' for distribution details.
> > 
> >   Natural language support but running in an English locale
> > 
> > R is a collaborative project with many contributors.
> > Type 'contributors()' for more information and
> > 'citation()' on how to cite R or R packages in publications.
> > 
> > Type 'demo()' for some demos, 'help()' for on-line help, or
> > 'help.start()' for an HTML browser interface to help.
> > Type 'q()' to quit R.
> > 
> > [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> > 
> > 
> >  
> > 
> > 
> > 
> > 
> > Selection: 
> > 
> > R crashes. Any help on this is greatly appreciated.
> > Sierra 10.12.2
> > 
> > Thanks so much!
> > Pat
> > ___
> > R-SIG-Mac mailing list
> > r-si...@r-project.org
> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 
> ___
> R-SIG-Mac mailing list
> r-si...@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
> 
> 
> 
> 
> 

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-04-14 Thread C W
Hi everyone,

I am having the same problem as reported above. I have a few try.

This message showed up


​

2017-04-14 09:52:56.964 R[21302:286348] -[_NSViewAuxiliary
setRuleThickness:]: unrecognized selector sent to instance 0x7fdadeef26f0
2017-04-14 09:52:56.976 R[21302:286348] *** RController: caught ObjC
exception while processing system events. Update to the latest GUI version
and consider reporting this properly (see FAQ) if it persists and is not
known.
*** reason: -[_NSViewAuxiliary setRuleThickness:]: unrecognized selector
sent to instance 0x7fdadeef26f0
*** name: NSInvalidArgumentException, info: (null)
*** Version: R 3.3.2 (71607) R.app R 3.3.2 GUI 1.68 Mavericks build
Consider saving your work soon in case this develops into a problem.


Thank you!

On Sun, Mar 5, 2017 at 12:00 PM, David Diez  wrote:

> I reinstalled macOS yesterday as well as R and MacTeX, and everything is
> working again!
> Killed half a day, but I'm excited to have things back :)
> The reinstallation instructions I followed are at
> https://support.apple.com/kb/PH25649?locale=en_US
>
> *I'm curious what machines others who are encountering issues are using.*
> Here are the two machines where I encountered problems:
>
>- My personal machine: Macbook Pro Retina Mid 2014 (13-inch). Fixed
>after macOS Sierra reinstall!
>- My work machine: Macbook Pro Retina Mid 2014 (15-inch). I haven't
>tried reinstalling macOS Sierra on this machine.
>
>
> My suspicion at this point is that the macOS Sierra update is at fault:
>
>- Reinstalling programs before the full macOS reinstall did not fix
>the problems.
>- Going nuclear and reinstalling macOS, then reinstalling the same
>programs did solve the problems.
>- I have not changed any of the files I was using or changed what
>programs I use.
>
>
> For the record, here are the exact programs where I was running into
> issues:
>
>- Regular R installation and R GUI from CRAN. I ran into problems when
>I'd open an .R text file when R was not already open.
>- MacTeX installation and the TeXShop editor. The errors I encountered
>were when using BIbTeX in particular -- typesetting using BibTeX worked
>fine, but the files it generated would cause a failure when going back to
>the regular LaTeX typesetting.
>
> Given that none of my colleagues seem to have been hit with the issue,
> guessing that only a small minority of machines are affected.
>
>
>
> On Friday, March 3, 2017 at 5:27:09 PM UTC-8, Ken Beath wrote:
>>
>> I’ve had no trouble with using RStudio so it is definitely a GUI problem.
>> I’ve also had no trouble with TeXShop so I assume that whatever LaTex
>> editor you are using is the problem.
>>
>> Ken
>>
>> > On 1 Mar 2017, at 4:42 pm, David Diez  wrote:
>> >
>> > Anyone have any luck with figuring this out? I have the same problem on
>> both my personal and work computers immediately after installing Sierra.
>> >
>> > I'm not sure if it's related, but LaTeX has also been giving me issues
>> ever since I installed Sierra on my personal machine.
>> >
>> > I'm close to completely wiping my personal machine to try to fix the R
>> and LaTeX issues. If I do, I'll report back on if it fixes the issue.
>> >
>> > Thanks,
>> > David
>> >
>> >
>> > On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
>> > Hello,
>> >
>> > I am experiencing the following issues:
>> > R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
>> > Copyright (C) 2016 The R Foundation for Statistical Computing
>> > Platform: x86_64-apple-darwin13.4.0 (64-bit)
>> >
>> > R is free software and comes with ABSOLUTELY NO WARRANTY.
>> > You are welcome to redistribute it under certain conditions.
>> > Type 'license()' or 'licence()' for distribution details.
>> >
>> >   Natural language support but running in an English locale
>> >
>> > R is a collaborative project with many contributors.
>> > Type 'contributors()' for more information and
>> > 'citation()' on how to cite R or R packages in publications.
>> >
>> > Type 'demo()' for some demos, 'help()' for on-line help, or
>> > 'help.start()' for an HTML browser interface to help.
>> > Type 'q()' to quit R.
>> >
>> > [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
>> >
>> >
>> >
>> >
>> >
>> >
>> >
>> > Selection:
>> >
>> > R crashes. Any help on this is greatly appreciated.
>> > Sierra 10.12.2
>> >
>> > Thanks so much!
>> > Pat
>> > ___
>> > R-SIG-Mac mailing list
>> > r-si...@r-project.org
>> > https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>
>> ___
>> R-SIG-Mac mailing list
>> r-si...@r-project.org
>> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>>
>>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>
___

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-03-03 Thread Ken Beath
I’ve had no trouble with using RStudio so it is definitely a GUI problem. I’ve 
also had no trouble with TeXShop so I assume that whatever LaTex editor you are 
using is the problem. 

Ken

> On 1 Mar 2017, at 4:42 pm, David Diez  wrote:
> 
> Anyone have any luck with figuring this out? I have the same problem on both 
> my personal and work computers immediately after installing Sierra.
> 
> I'm not sure if it's related, but LaTeX has also been giving me issues ever 
> since I installed Sierra on my personal machine.
> 
> I'm close to completely wiping my personal machine to try to fix the R and 
> LaTeX issues. If I do, I'll report back on if it fixes the issue.
> 
> Thanks,
> David
> 
> 
> On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
> Hello,
> 
> I am experiencing the following issues:
> R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> Copyright (C) 2016 The R Foundation for Statistical Computing
> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> 
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
> 
>   Natural language support but running in an English locale
> 
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
> 
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
> 
> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> 
> 
>  
> 
> 
> 
> 
> Selection: 
> 
> R crashes. Any help on this is greatly appreciated.
> Sierra 10.12.2
> 
> Thanks so much!
> Pat
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-03-03 Thread C W
I have the exact same problem, no solution!

On Wed, Mar 1, 2017 at 11:04 AM, Patricia Gouzien 
wrote:

> I still have theses same problems with R. I have not run into the LaTex
> issues yet.  The only solution that allows me to continue to work in R is
> to open R and open any scripts using XQuartz. I also must delete the R
> saved state every time it is generated.
>
> I am hopeful that someone will find a permanent solution.
>
> > On Feb 28, 2017, at 11:42 PM, David Diez  wrote:
> >
> > Anyone have any luck with figuring this out? I have the same problem on
> both my personal and work computers immediately after installing Sierra.
> >
> > I'm not sure if it's related, but LaTeX has also been giving me issues
> ever since I installed Sierra on my personal machine.
> >
> > I'm close to completely wiping my personal machine to try to fix the R
> and LaTeX issues. If I do, I'll report back on if it fixes the issue.
> >
> > Thanks,
> > David
> >
> >
> >> On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
> >> Hello,
> >>
> >> I am experiencing the following issues:
> >> R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> >> Copyright (C) 2016 The R Foundation for Statistical Computing
> >> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> >>
> >> R is free software and comes with ABSOLUTELY NO WARRANTY.
> >> You are welcome to redistribute it under certain conditions.
> >> Type 'license()' or 'licence()' for distribution details.
> >>
> >>   Natural language support but running in an English locale
> >>
> >> R is a collaborative project with many contributors.
> >> Type 'contributors()' for more information and
> >> 'citation()' on how to cite R or R packages in publications.
> >>
> >> Type 'demo()' for some demos, 'help()' for on-line help, or
> >> 'help.start()' for an HTML browser interface to help.
> >> Type 'q()' to quit R.
> >>
> >> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> >>
> >>
> >>
> >>
> >>
> >> Selection:
> >> R crashes. Any help on this is greatly appreciated.
> >> Sierra 10.12.2
> >>
> >> Thanks so much!
> >> Pat
>
> [[alternative HTML version deleted]]
>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-03-03 Thread C W
I have the exact same problem, no solutions!

On Wed, Mar 1, 2017 at 11:04 AM, Patricia Gouzien 
wrote:

> I still have theses same problems with R. I have not run into the LaTex
> issues yet.  The only solution that allows me to continue to work in R is
> to open R and open any scripts using XQuartz. I also must delete the R
> saved state every time it is generated.
>
> I am hopeful that someone will find a permanent solution.
>
> > On Feb 28, 2017, at 11:42 PM, David Diez  wrote:
> >
> > Anyone have any luck with figuring this out? I have the same problem on
> both my personal and work computers immediately after installing Sierra.
> >
> > I'm not sure if it's related, but LaTeX has also been giving me issues
> ever since I installed Sierra on my personal machine.
> >
> > I'm close to completely wiping my personal machine to try to fix the R
> and LaTeX issues. If I do, I'll report back on if it fixes the issue.
> >
> > Thanks,
> > David
> >
> >
> >> On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
> >> Hello,
> >>
> >> I am experiencing the following issues:
> >> R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> >> Copyright (C) 2016 The R Foundation for Statistical Computing
> >> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> >>
> >> R is free software and comes with ABSOLUTELY NO WARRANTY.
> >> You are welcome to redistribute it under certain conditions.
> >> Type 'license()' or 'licence()' for distribution details.
> >>
> >>   Natural language support but running in an English locale
> >>
> >> R is a collaborative project with many contributors.
> >> Type 'contributors()' for more information and
> >> 'citation()' on how to cite R or R packages in publications.
> >>
> >> Type 'demo()' for some demos, 'help()' for on-line help, or
> >> 'help.start()' for an HTML browser interface to help.
> >> Type 'q()' to quit R.
> >>
> >> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> >>
> >>
> >>
> >>
> >>
> >> Selection:
> >> R crashes. Any help on this is greatly appreciated.
> >> Sierra 10.12.2
> >>
> >> Thanks so much!
> >> Pat
>
> [[alternative HTML version deleted]]
>
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-03-01 Thread Patricia Gouzien
I still have theses same problems with R. I have not run into the LaTex issues 
yet.  The only solution that allows me to continue to work in R is to open R 
and open any scripts using XQuartz. I also must delete the R saved state every 
time it is generated. 

I am hopeful that someone will find a permanent solution.

> On Feb 28, 2017, at 11:42 PM, David Diez  wrote:
> 
> Anyone have any luck with figuring this out? I have the same problem on both 
> my personal and work computers immediately after installing Sierra.
> 
> I'm not sure if it's related, but LaTeX has also been giving me issues ever 
> since I installed Sierra on my personal machine.
> 
> I'm close to completely wiping my personal machine to try to fix the R and 
> LaTeX issues. If I do, I'll report back on if it fixes the issue.
> 
> Thanks,
> David
> 
> 
>> On Sunday, February 5, 2017 at 1:37:10 AM UTC-8, Patricia Gouzien wrote:
>> Hello,
>> 
>> I am experiencing the following issues:
>> R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
>> Copyright (C) 2016 The R Foundation for Statistical Computing
>> Platform: x86_64-apple-darwin13.4.0 (64-bit)
>> 
>> R is free software and comes with ABSOLUTELY NO WARRANTY.
>> You are welcome to redistribute it under certain conditions.
>> Type 'license()' or 'licence()' for distribution details.
>> 
>>   Natural language support but running in an English locale
>> 
>> R is a collaborative project with many contributors.
>> Type 'contributors()' for more information and
>> 'citation()' on how to cite R or R packages in publications.
>> 
>> Type 'demo()' for some demos, 'help()' for on-line help, or
>> 'help.start()' for an HTML browser interface to help.
>> Type 'q()' to quit R.
>> 
>> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
>> 
>> 
>>  
>> 
>> 
>> Selection: 
>> R crashes. Any help on this is greatly appreciated.
>> Sierra 10.12.2
>> 
>> Thanks so much!
>> Pat

[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-02-05 Thread Patricia Gouzien
Hello,

I am experiencing the following issues:

R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

  Natural language support but running in an English locale

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

[R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]


 [image: Inline image 1]
Selection:

R crashes. Any help on this is greatly appreciated.
Sierra 10.12.2

Thanks so much!
Pat
___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-02-05 Thread pfgt24
Hello,

My name is Pat. I have just had the same exact  issue occur as mentioned by 
Karl Thomaseth (dated 21-8-16). I am having the issue now.
I'm not Terminal savvy, but I assume the sudo find calls are executed at 
Terminal---correct?I am running Sierra 10.12.2, R version 3.3.2

Thanks,
Pat



On Thursday, December 8, 2016 at 3:52:27 AM UTC-6, Karl Thomaseth wrote:
>
> Hello all,
>
> I regret to bother you, but since I upgraded to MacOS Sierra more than a 
> month ago, I am experiencing
> that whenever I open any “file.R”, which launches automatically R.app GUI 
> the GUI crashes (see info below),
> I removed also all .RData and .Rapp.history from my system with
> sudo find / -name “.RData” -delete
> sudo find / -name “.Rapp*” -delete
> If I start R directly from the Dock, everything works fine.
>
> Thank you
>
> Karl Thomaseth
>
>
>
>
>___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Re: [R-SIG-Mac] R.app crashes at startup on MacOS Sierra

2017-01-09 Thread Jorge Franco
I am obtaining exactly the same error in MacBookPro, Sierra 10.12.1, R 3.3.2. 
Just aft installing Sierra.
Regards,
JFranco

-
Jorge Franco D.
Profesor Titular,
Departamento de Biometría, Estadística y Computación
Facultad de Agronomía, UDELAR
Ruta 3, Km. 363, Paysandú
URUGUAY
nuevo telefono: +598 99123946




> On Dec 2, 2016, at 10:34 AM, Karl Thomaseth  > wrote:
> 
> Hello all,
> 
> I regret to bother you, but since I upgraded to MacOS Sierra more than a 
> month ago, I am experiencing
> that whenever I open any “file.R”, which launches automatically R.app GUI the 
> GUI crashes (see info below),
> I removed also all .RData and .Rapp.history from my system with
> sudo find / -name “.RData” -delete
> sudo find / -name “.Rapp*” -delete
> If I start R directly from the Dock, everything works fine.
> 
> Thank you
> 
> Karl Thomaseth
> 
> 
> 
> 
> 
> 
> 
> 
> 
> R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
> Copyright (C) 2016 The R Foundation for Statistical Computing
> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> 
> R is free software and comes with ABSOLUTELY NO WARRANTY.
> You are welcome to redistribute it under certain conditions.
> Type 'license()' or 'licence()' for distribution details.
> 
>   Natural language support but running in an English locale
> 
> R is a collaborative project with many contributors.
> Type 'contributors()' for more information and
> 'citation()' on how to cite R or R packages in publications.
> 
> Type 'demo()' for some demos, 'help()' for on-line help, or
> 'help.start()' for an HTML browser interface to help.
> Type 'q()' to quit R.
> 
> [R.app GUI 1.68 (7288) x86_64-apple-darwin13.4.0]
> 
> 
>  *** caught segfault ***
> address 0x7f8bf2637f8, cause 'memory not mapped'
> 
> Possible actions:
> 1: abort (with core dump, if enabled)
> 2: normal R exit
> 3: exit R without saving workspace
> 4: exit R saving workspace
> > 
> Selection: 
> 
> ===
> > sessionInfo()
> R version 3.3.2 (2016-10-31)
> Platform: x86_64-apple-darwin13.4.0 (64-bit)
> Running under: macOS Sierra 10.12.1
> 
> locale:
> [1] en_US.UTF-8/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
> 
> attached base packages:
> [1] stats graphics  grDevices utils datasets  methods   base 
> > 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> ___
> R-SIG-Mac mailing list
> R-SIG-Mac@r-project.org 
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac


[[alternative HTML version deleted]]

___
R-SIG-Mac mailing list
R-SIG-Mac@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-mac