Às 23:56 de 09/10/2023, George Loftus escreveu:
Good Evening,

I was wondering if you were able to help, I am running R on MacOS, it is the 
2020 model mac so have install the Intel arm of R which I believe is correct

However when I launch R or resume the R window after going on a different 
programme the following text is running

I have also copied and pasted for ease

1   HIToolbox                           0x00007ff82142e0c2 
_ZN15MenuBarInstance22RemoveAutoShowObserverEv + 30
2   HIToolbox                           0x00007ff82146a638 
_ZL17BroadcastInternaljPvh + 167
3   SkyLight                            0x00007ff81c70f23d 
_ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ + 1030
4   SkyLight                            0x00007ff81ca2205a 
_ZN21CGSDatagramReadStream26dispatchMainQueueDatagramsEv + 202
5   SkyLight                            0x00007ff81ca21f81 
___ZN21CGSDatagramReadStream15mainQueueWakeupEv_block_invoke + 18
6   libdispatch.dylib                   0x00007ff8178867fb 
_dispatch_call_block_and_release + 12
7   libdispatch.dylib                   0x00007ff817887a44 
_dispatch_client_callout + 8
8   libdispatch.dylib                   0x00007ff8178947b9 
_dispatch_main_queue_drain + 952
9   libdispatch.dylib                   0x00007ff8178943f3 
_dispatch_main_queue_callback_4CF + 31
10  CoreFoundation                      0x00007ff817b215f0 
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
11  CoreFoundation                      0x00007ff817ae1b70 __CFRunLoopRun + 2454
12  CoreFoundation                      0x00007ff817ae0b60 CFRunLoopRunSpecific 
+ 560
13  HIToolbox                           0x00007ff82142e766 
RunCurrentEventLoopInMode + 292
14  HIToolbox                           0x00007ff82142e576 
ReceiveNextEventCommon + 679
15  HIToolbox                           0x00007ff82142e2b3 
_BlockUntilNextEventMatchingListInModeWithFilter + 70
16  AppKit                              0x00007ff81ac31293 _DPSNextEvent + 909
17  AppKit                              0x00007ff81ac30114 
-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] 
+ 1219
18  R                                   0x0000000103d60c76 -[RController 
doProcessEvents:] + 166
19  R                                   0x0000000103d5b295 -[RController 
handleReadConsole:] + 149
20  R                                   0x0000000103d6466f Re_ReadConsole + 175
21  libR.dylib                          0x0000000104442154 R_ReplDLLdo1 + 148
22  R                                   0x0000000103d71c47 run_REngineRmainloop 
+ 263
23  R                                   0x0000000103d66d5f -[REngine runREPL] + 
143
24  R                                   0x0000000103d56718 main + 792
25  dyld                                0x00007ff8176d4310 start + 2432
1   HIToolbox                           0x00007ff8214a1726 
_ZN15MenuBarInstance22EnsureAutoShowObserverEv + 102
2   HIToolbox                           0x00007ff82146a638 
_ZL17BroadcastInternaljPvh + 167
3   SkyLight                            0x00007ff81c70f23d 
_ZN12_GLOBAL__N_123notify_datagram_handlerEj15CGSDatagramTypePvmS1_ + 1030
4   SkyLight                            0x00007ff81ca2205a 
_ZN21CGSDatagramReadStream26dispatchMainQueueDatagramsEv + 202
5   SkyLight                            0x00007ff81ca21f81 
___ZN21CGSDatagramReadStream15mainQueueWakeupEv_block_invoke + 18
6   libdispatch.dylib                   0x00007ff8178867fb 
_dispatch_call_block_and_release + 12
7   libdispatch.dylib                   0x00007ff817887a44 
_dispatch_client_callout + 8
8   libdispatch.dylib                   0x00007ff8178947b9 
_dispatch_main_queue_drain + 952
9   libdispatch.dylib                   0x00007ff8178943f3 
_dispatch_main_queue_callback_4CF + 31
10  CoreFoundation                      0x00007ff817b215f0 
__CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
11  CoreFoundation                      0x00007ff817ae1b70 __CFRunLoopRun + 2454
12  CoreFoundation                      0x00007ff817ae0b60 CFRunLoopRunSpecific 
+ 560
13  HIToolbox                           0x00007ff82142e766 
RunCurrentEventLoopInMode + 292
14  HIToolbox                           0x00007ff82142e576 
ReceiveNextEventCommon + 679
15  HIToolbox                           0x00007ff82142e2b3 
_BlockUntilNextEventMatchingListInModeWithFilter + 70
16  AppKit                              0x00007ff81ac31293 _DPSNextEvent + 909
17  AppKit                              0x00007ff81ac30114 
-[NSApplication(NSEvent) _nextEventMatchingEventMask:untilDate:inMode:dequeue:] 
+ 1219
18  R                                   0x0000000103d60c76 -[RController 
doProcessEvents:] + 166
19  R                                   0x0000000103d5b295 -[RController 
handleReadConsole:] + 149
20  R                                   0x0000000103d6466f Re_ReadConsole + 175
21  libR.dylib                          0x0000000104442154 R_ReplDLLdo1 + 148
22  R                                   0x0000000103d71c47 run_REngineRmainloop 
+ 263
23  R                                   0x0000000103d66d5f -[REngine runREPL] + 
143
24  R                                   0x0000000103d56718 main + 792
25  dyld                                0x00007ff8176d4310 start + 2432

Are you able to inform me what is causing this? I can't seem to find any online 
help regarding this

Thankyou in advance,
George Loftus


______________________________________________
R-help@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.
Hello,

Try deleting file

/Users/admin/.RData


It is restoring the previous session and this is many times a source for problems.

Hope this helps,

Rui Barradas


--
Este e-mail foi analisado pelo software antivírus AVG para verificar a presença 
de vírus.
www.avg.com

______________________________________________
R-help@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.

Reply via email to