search for: rcontrol

Displaying 18 results from an estimated 18 matches for "rcontrol".

Did you mean: control
2009 Nov 20
2
R 2.10 memory leak on OS X
...gs) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 295 3 com.apple.Foundation 0x94446a1a _NSNewStringByAppendingStrings + 538 4 com.apple.Foundation 0x94446760 -[NSString stringByAppendingString:] + 192 5 org.R-project.R 0x00009ce8 -[RController doLoadHistory:] + 808 6 org.R-project.R 0x000076df -[RController awakeFromNib] + 2319 7 com.apple.CoreFoundation 0x96ac07f5 -[NSSet makeObjectsPerformSelector:] + 181 8 com.apple.AppKit 0x92efed8e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]...
2004 Oct 30
1
Destructive str(...)?
...ted (objects consisting just of an external reference), but still I'm curious as of why this happens. I create (in C code) EXTPTRSXP and associate a class to it via SET_CLASS. Such objects works fine until it's passed to str as the following output demonstrates: > c<-.MCall("RController","getRController") > c [1] "<RController: 0x3be5d0>" > str(c) Class 'ObjCid' length 1 <pointer: 0x3be5d0> > c <pointer: 0x3be5d0> > str(c) length 1 <pointer: 0x3be5d0> The .MCall basically produces an external reference an...
2009 Nov 20
1
R 2.10 'memory leak'? on OS X
...ngs) getBytes:maxLength:usedLength:encoding:options:range:remainingRange:] + 295 3 com.apple.Foundation 0x94446a1a _NSNewStringByAppendingStrings + 538 4 com.apple.Foundation 0x94446760 -[NSString stringByAppendingString:] + 192 5 org.R-project.R 0x00009ce8 -[RController doLoadHistory:] + 808 6 org.R-project.R 0x000076df -[RController awakeFromNib] + 2319 7 com.apple.CoreFoundation 0x96ac07f5 -[NSSet makeObjectsPerformSelector:] + 181 8 com.apple.AppKit 0x92efed8e -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:]...
2006 Jun 16
0
3 Bugs in R (with R.crash.log) under OSX 10.4.6
...0x9321ce80 BlockUntilNextEventMatchingListInMode + 96 43 com.apple.AppKit 0x9371ee84 _DPSNextEvent + 384 44 com.apple.AppKit 0x9371eb48 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116 45 org.R-project.R 0x0000dbf4 -[RController doProcessEvents:] + 104 (RController.m:1824) 46 org.R-project.R 0x0000b730 -[RController handleReadConsole:] + 88 (RController.m:869) 47 org.R-project.R 0x0002c0b8 Re_ReadConsole + 108 (Rcallbacks.m:137) 48 org.R-project.R 0x0003223c run_REngine...
2005 Dec 16
1
AppleScript commands don't execute until mouse over console window (PR#8405)
...ting). R doesn't respond tothe AppleScript until I move the mouse over R's console window. The following patch to the Mac GUI (against current svn trunk) resolves the problem, by posting a dummy event to wake up the event queue after the command has been stuffed into the input buffer. --- RController.m (revision 2076) +++ RController.m (working copy) @@ -1104,7 +1104,18 @@ The input replaces what the user is currently typing. */ - (void) sendInput: (NSString*) text { + NSPoint null = {0,0}; [self consoleInput:text interactive:YES]; + [NSApp postEvent:[NSEvent otherEventWithType: NSA...
2006 Jul 04
1
double-quote tab crashes R (PR#9058)
...e.Foundation 0x92782fd7 +[NSException raise:format:] + 57 2 com.apple.Foundation 0x9272c08b -[NSString substringFromIndex:] + 196 3 org.R-project.R 0x000331a4 +[FileCompletion completeAll:cutPrefix:] + 684 (crt.c:305) 4 org.R-project.R 0x00011745 -[RController textView:completions:forPartialWordRange:indexOfSelectedItem:] + 586 (crt.c:305) 5 com.apple.AppKit 0x93808d15 -[NSTextView(NSKeyBindingCommands) completionsForPartialWordRange:indexOfSelectedItem:] + 1002 6 com.apple.AppKit 0x93808202 -[NSTextView(NSKeyBindingCo...
2006 Aug 31
1
R crashes in Mac OS 10.4 when Find is used (PR#9192)
...AtIndex:] + 160 2 com.apple.AppKit 0x937c8ce4 -[NSMenu performKeyEquivalent:] + 272 3 com.apple.AppKit 0x937c88c4 -[NSApplication _handleKeyEquivalent:] + 220 4 com.apple.AppKit 0x936d2408 -[NSApplication sendEvent:] + 2944 5 org.R-project.R 0x0000b730 -[RController handleReadConsole:] + 88 (RController.m:869) 6 org.R-project.R 0x0002c0b8 Re_ReadConsole + 108 (Rcallbacks.m:137) 7 org.R-project.R 0x0003223c run_REngineRmainloop + 300 (Rinit.c:341) 8 org.R-project.R 0x0002aa1c -[REngine runREPL] + 68 (REngine.m:167) 9 org...
2017 Aug 29
1
Print all In new window R 3.4.1 post-installation problems in Mac OSX 10.12.6
Hi, I installed R 3.4.1 on Mac OSX 10.12.6 version. On opening Preferences and trying to change the editor font by clicking the select button I get following error message in R. 2017-08-28 11:57:41.551 R[809:11355] *** 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: *** -initForReadingWithData: nil argument *** name: NSInvalidArgumentException, info: (null) *** Version: R 3.4.1 (7...
2005 Jun 17
1
R worked once, now will not open. Works in console, but won't graph. (PR#7953)
...3 com.apple.Foundation 0x90a2bc8c -[NSUserDefaults objectForKey:] + 0x30 4 com.apple.Foundation 0x90ab49dc -[NSUserDefaults dataForKey:] + 0x20 5 org.R-project.R 0x0001cc2c +[Preferences unarchivedObjectForKey:withDefault:] + 0x48 6 org.R-project.R 0x0000b740 -[RController updatePreferences] + 0xe8 7 org.R-project.R 0x000036a4 -[RController awakeFromNib] + 0x16c 8 com.apple.Foundation 0x90a5f0e8 -[NSSet makeObjectsPerformSelector:] + 0xa4 9 com.apple.AppKit 0x92ea2150 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 0x358...
2009 Mar 25
1
More Embedding REngine in Cocoa
Hello once again, After locating the standalone REngine object set, I am having difficulty integrating them into the XCode project I intend to use them in. Suppose one started with the REngine standalone source and a blank XCode file, what special modifications need to be made to allow the source files to see inside R.framework? Importing the framework into the project, setting the
2007 Dec 05
4
os x crash using rpanel and tcltk (PR#10495)
Hello, I've recently discovered a persistent issue with rpanel when running R.app (2.6.1) on Mac OS X 10.4.11. tcltk and rpanel load without any apparent error, and the interactive panels appear to work as expected, however upon closing the panels rpanel has created I get catastrophic errors and R crashes completely. For the most part R manages to crash with dignity and work can be saved, but
2005 Jun 30
0
Fwd: Does not run under Mac OS X 10.3.9 (PR#7975)
...gt; Thread 0 Crashed: > 0 com.apple.CoreFoundation 0x901c0f74 CFRetain + 0x20 > 1 com.apple.CoreFoundation 0x901dcc74 CFArrayCreate + 0x144 > 2 com.apple.Foundation 0x90a6c5e4 -[NSArray > initWithObjects:] + 0xbc > 3 org.R-project.R 0x000032e4 -[RController init] + > 0x174 > 4 com.apple.AppKit 0x92f6bca8 -[NSCustomObject > nibInstantiate] + 0x10c > 5 com.apple.AppKit 0x92e9ae54 -[NSIBObjectData > instantiateObject:] + 0xbc > 6 com.apple.AppKit 0x92ea1e80 -[NSIBObjectData > nibIn...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot(): Now acepack avas failure
...472 25 com.apple.AppKit 0x93777e68 NSApplicationMain + 452 26 org.R-project.R 0x00002eb0 _start + 392 (crt.c:267) 27 dyld 0x8fe01048 _dyld_start + 60 Thread 1: 0 libSystem.B.dylib 0x9001f20c select + 12 1 org.R-project.R 0x00004674 -[RController readThread:] + 524 (crt.c:300) 2 com.apple.Foundation 0x928e66d4 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002b200 _pthread_body + 96 Thread 2: 0 libSystem.B.dylib 0x90049748 syscall_thread_switch + 8 1 com.apple.Foundation 0x928fead0 +[NSThread slee...
2005 May 03
1
Problem: R lässt sich nicht starten
Hallo, ich schreibe einfach mal deutsch, und hoffe dass Du das auch verstehst (if not write me back in English). OS X 10.3.9 Ich habe R 2.1.0 installiert, und das Programm hat auch funktioniert. Will wenig sp??ter wieder mit R arbeiten, es l??sst sich aber nicht mehr starten. "Das Programm R wurde unerwartet beendet", w??hrend ich versuche es durch Doppelklicken auf das R.app-symbol
2005 Jul 26
1
beginner finds a bug - crash induced. (PR#8035)
...com.apple.AppKit 0x92f69bec NSApplicationMain + 0x1d0 10 org.R-project.R 0x00002dd0 _start + 0x188 (crt.c:267) 11 dyld 0x8fe1a278 _dyld_start + 0x64 Thread 1: 0 libSystem.B.dylib 0x9000b42c select + 0xc 1 org.R-project.R 0x0000435c -[RController readThread:] + 0x20c 2 com.apple.Foundation 0x90a6a510 forkThreadForFunction + 0x6c 3 libSystem.B.dylib 0x90024910 _pthread_body + 0x28 Thread 2: 0 libSystem.B.dylib 0x900127b8 syscall_thread_switch + 0x8 1 com.apple.Foundation 0x90a33330 +[NSThread sleepUntilD...
2006 Feb 16
1
segmentation fault with Hmisc areg.boot()
...472 36 com.apple.AppKit 0x93777e68 NSApplicationMain + 452 37 org.R-project.R 0x00002eb0 _start + 392 (crt.c:267) 38 dyld 0x8fe01048 _dyld_start + 60 Thread 1: 0 libSystem.B.dylib 0x9001f20c select + 12 1 org.R-project.R 0x00004674 -[RController readThread:] + 524 (crt.c:300) 2 com.apple.Foundation 0x928e66d4 forkThreadForFunction + 108 3 libSystem.B.dylib 0x9002b200 _pthread_body + 96 Thread 2: 0 libSystem.B.dylib 0x90049748 syscall_thread_switch + 8 1 com.apple.Foundation 0x928fead0 +[NSThread slee...
2005 Jul 25
2
R Cocoa GUI 1.12 (R 2.1.1 Framework) crashes on acf() (PR#8032)
After I upgraded my installation of R for OS X (Tiger) to 1.12, it consistently crashes when calling the function acf() [stats lib]. Roberto Osorio
2009 Oct 13
2
Mac R spinning wheel with Package Manager (PR#14005)
...essing symbols... Analysis of sampling R (pid 39206) every 1 millisecond Call graph: 1635 Thread_2507 1635 start 1635 _start 1635 main 1635 -[REngine runREPL] 1635 run_REngineRmainloop 1635 Re_ReadConsole 1635 -[RController handleReadConsole:] 1635 -[RController doProcessEvents:] 1635 -[NSApplication sendEvent:] 1635 -[NSWindow sendEvent:] 1635 -[NSControl mouseDown:] 1635 -[NSButtonCell trackMous...