Skip to content

R crashes using Command + D shortcut

5 messages · Rainer M Krug, C W

C W
#
Dear R list,

I finally can't stand this anymore.  I generally use Command + D to change
directory.

A scenario would be:

1) I start R, change directory to deskopt (no problem)

2) Type a few lines of code...

3) try to change directory again, CRASH!

I just don't get it, why?  If it is something like memory allocation, I can
understand, but it's a keyboard shortcut.  This has been happening for the
past year.  So, it is not a specific OS X update, or specific R update.
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
[7] base

Thanks!
#
C W <tmrsg11 at gmail.com> writes:
This is working for me.

,----
| 
| > version
|                _                           
| platform       x86_64-apple-darwin16.1.0   
| arch           x86_64                      
| os             darwin16.1.0                
| system         x86_64, darwin16.1.0        
| status                                     
| major          3                           
| minor          3.2                         
| year           2016                        
| month          10                          
| day            31                          
| svn rev        71607                       
| language       R                           
| version.string R version 3.3.2 (2016-10-31)
| nickname       Sincere Pumpkin Patch       
`----

,----
| R.app GUI 1.68
`----

homebrew install

Cheers,

Rainer

  
    
C W
#
While you reported,
I have,
Perhaps that is a difference?  Anyways, the previous few releases did not
fix the issue.  I am just curious if it an R problem or OS X problem.
On Fri, Dec 9, 2016 at 3:28 AM, Rainer M Krug <Rainer at krugs.de> wrote:

            

  
  
#
C W <tmrsg11 at gmail.com> writes:
Looking at https://gist.github.com/yamaya/2924292 this seems to indicate
Xcode 6.0.1 ... Did you compilre yourself? Which OS Version? Which Xcod
Version?

Rainer

  
    
C W
#
I did not compile myself.  I downloaded from CRAN.  All systems look
up-to-date to me.

I currently have,

1) Xcode Version 8.1 (8B62)
2) macOS Sierra 10.12.1
On Fri, Dec 9, 2016 at 11:56 AM, Rainer M Krug <Rainer at krugs.de> wrote: